Skip to content
Snippets Groups Projects
Commit 53d3e1e3 authored by sergio's avatar sergio
Browse files

ENH: chtMultiRegionSimpleFoam into chtMultiRegionFoam folder

parent af65028d
No related branches found
No related tags found
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
EXE = $(FOAM_APPBIN)/chtMultiRegionSimpleFoam
......
EXE_INC = \
/* -DFULLDEBUG -O0 -g */ \
-I.. \
-I../derivedFvPatchFields \
-Ifluid \
-Isolid \
-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