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:
@ -115,8 +115,8 @@ functions
|
||||
|
||||
functionType numberDensity;
|
||||
abszissaType diameter;
|
||||
regionType cellZone;
|
||||
name zone;
|
||||
selectionMode cellZone;
|
||||
cellZone zone;
|
||||
populationBalance bubbles;
|
||||
}
|
||||
}
|
||||
|
||||
@ -101,8 +101,8 @@ functions
|
||||
|
||||
functionType numberDensity;
|
||||
abszissaType diameter;
|
||||
regionType cellZone;
|
||||
name zone;
|
||||
selectionMode cellZone;
|
||||
cellZone zone;
|
||||
populationBalance bubbles;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user