ENH: functionObjects: rearrange the location of phaseSystemModels function objects

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
This commit is contained in:
sergio
2022-06-14 13:49:11 +01:00
committed by Kutalmis Bercin
parent 45c3ba0e8e
commit ddb3e394ec
20 changed files with 322 additions and 21 deletions

View File

@ -7,4 +7,6 @@ EXE_LIBS = \
-lfiniteVolume \
-lmeshTools \
-ldynamicMesh \
-lfieldFunctionObjects
-lfieldFunctionObjects \
-lincompressibleMultiphaseSystems \
-lreactingMultiphaseSystem