CFDEMproject WWW Site - CFDEM Commands

forceModel_LaEuScalarTemp command

Syntax:

Defined in couplingProperties dictionary.

forceModels
(
    LaEuScalarTemp
);
LaEuScalarTempProps
{
    velFieldName "U";
    tempFieldName "T";
    tempSourceFieldName "Tsource";
    voidfractionFieldName "voidfraction";
    partTempName "Temp";
    partHeatFluxName "convectiveHeatFlux";
    lambda value;
    Cp value1;
    densityFieldName "density";
    interpolation;
    verbose;
}; 

Examples:

forceModels
(
    LaEuScalarTemp
);
LaEuScalarTempProps
{
    velFieldName "U";
    tempFieldName "T";
    tempSourceFieldName "Tsource";
    voidfractionFieldName "voidfraction";
    partTempName "Temp";
    partHeatFluxName "convectiveHeatFlux";
    lambda 0.0256;
    Cp 1007;
    densityFieldName "rho";
} 

Description:

This "forceModel" does not influence the particles or the fluid flow! Using the particles' temperature a scalar field representing "particle-fluid heatflux" is calculated. The solver then uses this source field in the scalar transport equation for the temperature. The model for convective heat transfer is based on Li and Mason (2000), A computational investigation of transient heat transfer in pneumatic transport of granular particles, Pow.Tech 112

Restrictions:

Goes only with cfdemSolverScalar.

Related commands:

forceModel