tempIO
Syntax
Defined in couplingProperties dictionary.
IOModel tempIO;
tempIOProps
{
partTempName "T";
};
partTempName = particle property name for the particle temperature. (default: “T”)
Examples
IOModel tempIO;
tempIOProps
{
partTempName "T";
}
Description
The tempIO-model is based on the basicIO model and additionally writes the particles temperature to lagrangian CFD data. Data is written every write time of the CFD simulation.
Restrictions
A suitable temperature model must be used in the DEM simulation.
Home