ENH: cellDecomposer: functionObject to map fields to 'tet' mesh.

This commit is contained in:
mattijs
2024-06-06 17:00:31 +01:00
committed by Andrew Heather
parent 199a9801ca
commit 1b825b4470
4 changed files with 921 additions and 140 deletions

View File

@ -120,6 +120,7 @@ fluxSummary/fluxSummary.C
mapFields/mapFields.C
reactionSensitivityAnalysis/reactionsSensitivityAnalysisObjects.C
DESModelRegions/DESModelRegions.C
cellDecomposer/cellDecomposer.C
externalCoupled/externalCoupled.C
externalCoupled/externalCoupledMixed/externalCoupledMixedFvPatchFields.C

View File

@ -6,6 +6,7 @@ EXE_INC = \
-I$(LIB_SRC)/meshTools/lnInclude \
-I$(LIB_SRC)/dynamicMesh/lnInclude \
-I$(LIB_SRC)/sampling/lnInclude \
-I$(LIB_SRC)/fvOptions/lnInclude \
-I$(LIB_SRC)/lagrangian/basic/lnInclude \
-I$(LIB_SRC)/lagrangian/distributionModels/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \