fieldBound
Syntax
Defined in couplingProperties dictionary.
postProcessingModels
(
fieldBound
);
fieldBoundProps
{
startTime scalar;
minVal scalar;
maxVal scalar;
scalarFieldNames wordList;
vectorFieldNames wordList;
};
startTime = time to start temporal averaging
minVal = lower bounding value (magnitude)
maxVal = upper bounding value (magnitude)
scalarFieldNames = names of the finite volume scalar fields to be bounded
vectorFieldNames = names of the finite volume vector fields to be bounded
Examples
postProcessingModels
(
fieldBound
);
fieldBoundProps
{
startTime 1.0;
minVal 0.01;
maxVal 0.004;
scalarFieldNames ( "voidfraction" );
vectorFieldNames ( "U" "Us" );
}
Description
Starting at start time the specified fields are bound to a lower and upper limit. Vector fields are manipulated such that their magnitude is within the specified bounds.
Restrictions
None.
Home