reactingEulerFoam: sizeDistribution: Naming conventions

The keyword which selects how the subset over which the function
operates is generated has been renamed to "selectionMode", to make it
more consistent with other parts of the OpenFOAM (e.g., fvOptions). It
can still take the value "all" or "cellZone". A cell zone is now
specified with a "cellZone", again for consistency.

Error messaging has also been overhauled.

Patch contributed by Institute of Fluid Dynamics,
Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
This commit is contained in:
Will Bainbridge
2019-02-01 14:24:33 +00:00
parent 860a40d237
commit 756d10c37c
10 changed files with 59 additions and 52 deletions

View File

@ -115,8 +115,8 @@ functions
functionType numberDensity;
abszissaType diameter;
regionType cellZone;
name zone;
selectionMode cellZone;
cellZone zone;
populationBalance bubbles;
}
}

View File

@ -101,8 +101,8 @@ functions
functionType numberDensity;
abszissaType diameter;
regionType cellZone;
name zone;
selectionMode cellZone;
cellZone zone;
populationBalance bubbles;
}
}