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

@ -22,7 +22,7 @@ boundaryField
{
leftWall
{
type alphaContactAngle;
type multiphaseEuler::alphaContactAngle;
thetaProperties
(
( water air ) 90 0 0 0
@ -37,7 +37,7 @@ boundaryField
rightWall
{
type alphaContactAngle;
type multiphaseEuler::alphaContactAngle;
thetaProperties
(
( water air ) 90 0 0 0
@ -52,7 +52,7 @@ boundaryField
lowerWall
{
type alphaContactAngle;
type multiphaseEuler::alphaContactAngle;
thetaProperties
(
( water air ) 90 0 0 0