forceModel command

Syntax

Defined in couplingProperties dictionary.

forceModels
(
    model_x
    model_y
);
  • model = name of force model to be applied

Examples

forceModels
(
    Archimedes
    DiFeliceDrag
);

Note

This examples list might not be complete - please look for other models (forceModel_XY) in this documentation.

Description

The force model performs the calculation of forces (e.g. fluid-particle interaction forces) acting on each DEM particle and on each CFD cell. All force models selected are executed sequentially and the forces on the particles are superposed. If the fluid density field is needed, by default a field named “rho” will be used. Via the forceSubModel an alternative field can be chosen.

Some force models aren’t actual force calculations, but might be used to create additional output fields.

Restrictions

Most force models are ready to be used with coarse graining. If any force model used in the simulation is not ready for coarse graining, but is used with coarse graining, the simulation is stopped. Setting a flag “cgWarnOnly true;” in coupling properties, the simulation will print a warning to the terminal (log file).