Skip to content
Snippets Groups Projects
Commit b2d987df authored by henry's avatar henry
Browse files
parents ba2a6566 53d3e1e3
Branches
Tags
No related merge requests found
Showing
with 22 additions and 0 deletions
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wclean
wclean chtMultiRegionSimpleFoam
# ----------------------------------------------------------------- end-of-file
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
set -x
wmake
wmake chtMultiRegionSimpleFoam
# ----------------------------------------------------------------- end-of-file
derivedFvPatchFields/solidWallHeatFluxTemperature/solidWallHeatFluxTemperatureFvPatchScalarField.C
chtMultiRegionSimpleFoam.C chtMultiRegionSimpleFoam.C
EXE = $(FOAM_APPBIN)/chtMultiRegionSimpleFoam EXE = $(FOAM_APPBIN)/chtMultiRegionSimpleFoam
......
EXE_INC = \ EXE_INC = \
/* -DFULLDEBUG -O0 -g */ \ /* -DFULLDEBUG -O0 -g */ \
-I.. \
-I../derivedFvPatchFields \
-Ifluid \ -Ifluid \
-Isolid \ -Isolid \
-I$(LIB_SRC)/finiteVolume/lnInclude \ -I$(LIB_SRC)/finiteVolume/lnInclude \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment