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
|
cd ${0%/*} || exit 1 # run from this directory
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
wclean libso coupledDerivedFvPatch
|
wclean libso coupledDerivedFvPatchFields
|
||||||
wclean
|
wclean
|
||||||
wclean chtMultiRegionSimpleFoam
|
wclean chtMultiRegionSimpleFoam
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
cd ${0%/*} || exit 1 # run from this directory
|
cd ${0%/*} || exit 1 # run from this directory
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
wmake libso coupledDerivedFvPatch
|
wmake libso coupledDerivedFvPatchFields
|
||||||
wmake
|
wmake
|
||||||
wmake chtMultiRegionSimpleFoam
|
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
|
derivedFvPatchFields/greyDiffusiveViewFactor/greyDiffusiveViewFactorFixedValueFvPatchScalarField.C
|
||||||
|
|
||||||
LIB = $(FOAM_LIBBIN)/libradiationModels
|
LIB = $(FOAM_LIBBIN)/libradiationModels
|
||||||
|
|
||||||
|
|||||||
@ -10,4 +10,5 @@ LIB_LIBS = \
|
|||||||
-lbasicThermophysicalModels \
|
-lbasicThermophysicalModels \
|
||||||
-lspecie \
|
-lspecie \
|
||||||
-lbasicSolidThermo \
|
-lbasicSolidThermo \
|
||||||
-lmeshTools
|
-lmeshTools
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user