mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: files trimming
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
set -x
|
||||
|
||||
wclean libso coupledDerivedFvPatch
|
||||
wclean libso coupledDerivedFvPatchFields
|
||||
wclean
|
||||
wclean chtMultiRegionSimpleFoam
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
cd ${0%/*} || exit 1 # run from this directory
|
||||
set -x
|
||||
|
||||
wmake libso coupledDerivedFvPatch
|
||||
wmake libso coupledDerivedFvPatchFields
|
||||
wmake
|
||||
wmake chtMultiRegionSimpleFoam
|
||||
|
||||
|
||||
@ -0,0 +1,11 @@
|
||||
EXE_INC = \
|
||||
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
||||
-I$(LIB_SRC)/OpenFOAM/lnInclude \
|
||||
-I$(LIB_SRC)/fvAgglomerationMethods/pairPatchAgglomeration/lnInclude
|
||||
|
||||
EXE_LIBS = \
|
||||
-lOpenFOAM \
|
||||
-lfiniteVolume \
|
||||
-lpairPatchAgglomeration \
|
||||
-ltriSurface \
|
||||
-lmeshTools
|
||||
@ -34,3 +34,4 @@ derivedFvPatchFields/radiationCoupledBase/radiationCoupledBase.C
|
||||
derivedFvPatchFields/greyDiffusiveViewFactor/greyDiffusiveViewFactorFixedValueFvPatchScalarField.C
|
||||
|
||||
LIB = $(FOAM_LIBBIN)/libradiationModels
|
||||
|
||||
|
||||
@ -10,4 +10,5 @@ LIB_LIBS = \
|
||||
-lbasicThermophysicalModels \
|
||||
-lspecie \
|
||||
-lbasicSolidThermo \
|
||||
-lmeshTools
|
||||
-lmeshTools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user