forceModel_noDrag command
Syntax
Defined in couplingProperties dictionary.
forceModels
(
noDrag
);
noDragProps {
noDEMForce “switch1”; keepCFDForce “switch2”;
}
switch1 = (optional, default false) do not apply the previously calculated forces (implicitly and explicitly treated) in DEM integration
switch2 = (optional, default false) do not delete the previously calculated forces (implicitly and explicitly treated) and use them in CFD source terms
Examples
forceModels
(
noDrag
);
noDragProps
{
noDEMForce true;
keepCFDForce false;
};
Description
The force model performs the calculation of forces (e.g. fluid-particle interaction forces) acting on each DEM particle. The noDrag model sets the forces acting on the particle (which were previously caclulated) to zero. If several force models are selected and noDrag is the last model being executed, the fluid particle force will be set to zero. If the variable noDEMForce is set, then the forces communicated to the DEM solver are also set to zero.
If the particleShapeType multisphere is selected, caluclations are performed for multisphere particles. In this operation mode additional input for DHc or area per particle type may be required. Without this input the multisphere variant may fail.
Restrictions
None.