forceSubModel: scaleDragByReFunction
Syntax
Defined in couplingProperties sub-dictionary of the force model in use.
forceModels
(
XYZDrag
);
XYZDragProps
{
forceSubModels
(
scaleDragByReFunction
);
functionOfRe table
(
(0 2)
(1000 1)
);
};
Examples
forceModels
(
KochHillDrag
);
KochHillDragProps
{
forceSubModels
(
scaleDragByReFunction
);
functionOfRe table
(
(0 2)
(1000 1)
);
}
Description
This forceSubModel performs a drag correction in the form of
, where
is the original
drag coefficient as defined by the drag model,
is the
corrected one, and
is a function of the
particle’s Reynolds number.
The function
is defined in form of look-up table
(see keyword functionOfRe). The first value of each pair is
and the second
. A linear interpolation
is used to calculate
for other values of
.
Restrictions
None.
Home