mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
phaseSystemModels function objects are relocated within functionObjects in order to enable broader usage. ENH: multiphaseInterHtcModel: new heatTransferCoeff function object model COMP: createExternalCoupledPatchGeometry: add new dependencies COMP: alphaContactAngle: avoid duplicate entries between multiphaseEuler and reactingEuler TUT: damBreak4Phase: rename alphaContactAngle as multiphaseEuler::alphaContactAngle
51 lines
1.9 KiB
Plaintext
51 lines
1.9 KiB
Plaintext
EXE_INC = \
|
|
-I$(LIB_SRC)/finiteVolume/lnInclude \
|
|
-I$(LIB_SRC)/finiteArea/lnInclude \
|
|
-I$(LIB_SRC)/fileFormats/lnInclude \
|
|
-I$(LIB_SRC)/surfMesh/lnInclude \
|
|
-I$(LIB_SRC)/meshTools/lnInclude \
|
|
-I$(LIB_SRC)/dynamicMesh/lnInclude \
|
|
-I$(LIB_SRC)/sampling/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
|
|
-I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/transportModels \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/turbulenceModels/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/incompressible/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/TurbulenceModels/schemes/lnInclude \
|
|
-I$(LIB_SRC)/transportModels/compressible/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/solidThermo/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
|
|
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
|
|
-I$(LIB_SRC)/fvAgglomerationMethods/pairPatchAgglomeration/lnInclude \
|
|
-I$(LIB_SRC)/phaseSystemModels/multiphaseInter/phasesSystem/lnInclude \
|
|
-I$(LIB_SRC)/phaseSystemModels/reactingEuler/multiphaseSystem/lnInclude
|
|
|
|
LIB_LIBS = \
|
|
-lfiniteVolume \
|
|
-lfiniteArea \
|
|
-lfileFormats \
|
|
-lsurfMesh \
|
|
-lmeshTools \
|
|
-ldynamicMesh \
|
|
-lsampling \
|
|
-llagrangian \
|
|
-ldistributionModels \
|
|
-lfluidThermophysicalModels \
|
|
-lsolidThermo \
|
|
-lincompressibleTransportModels \
|
|
-lturbulenceModels \
|
|
-lcompressibleTransportModels \
|
|
-lincompressibleTurbulenceModels \
|
|
-lcompressibleTurbulenceModels \
|
|
-lturbulenceModelSchemes \
|
|
-lchemistryModel \
|
|
-lreactionThermophysicalModels \
|
|
-lpairPatchAgglomeration \
|
|
-lincompressibleMultiphaseSystems \
|
|
-lreactingMultiphaseSystem
|