multiphaseEulerFoam: Add "none" diameterModel for phases that are always continuous

This model will generate an error if the diameter is requested. This
will happen if another sub model is included that depends on the
diameter of the continuous phase. It therefore provides a check that the
sub-modelling combination is valid.

Patch contributed by Institute of Fluid Dynamics,
Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
This commit is contained in:
Will Bainbridge
2022-01-19 15:17:47 +00:00
parent 3cc9475b45
commit 66f325fc41
27 changed files with 212 additions and 136 deletions

View File

@ -38,11 +38,7 @@ air
{
type purePhaseModel;
diameterModel constant;
constantCoeffs
{
d 1;
}
diameterModel none;
residualAlpha 0;
}