mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
82 lines
2.5 KiB
Plaintext
82 lines
2.5 KiB
Plaintext
"CFDEMproject Website"_lws - "Main Page"_main :c
|
|
|
|
:link(lws,http://www.cfdem.com)
|
|
:link(main,CFDEMcoupling_Manual.html)
|
|
|
|
:line
|
|
|
|
forceModel LaEuScalarTemp command :h3
|
|
|
|
[Syntax:]
|
|
|
|
Defined in "couplingProperties"_CFDEMcoupling_dicts.html#couplingProperties
|
|
dictionary.
|
|
|
|
forceModels
|
|
(
|
|
LaEuScalarTemp
|
|
);
|
|
LaEuScalarTempProps
|
|
\{
|
|
velFieldName "U";
|
|
tempFieldName "T";
|
|
voidfractionFieldName "voidfraction";
|
|
partTempName "Temp";
|
|
partHeatFluxName "convectiveHeatFlux";
|
|
lambda scalar1;
|
|
Cp scalar2;
|
|
maxSource scalar3;
|
|
verbose switch1;
|
|
interpolation switch2;
|
|
scalarViscosity switch3;
|
|
\} :pre
|
|
|
|
{U} = name of the finite volume fluid velocity field :ulb,l
|
|
{T} = name of the finite volume scalar temperature field :l
|
|
{voidfraction} = name of the finite volume void fraction field :l
|
|
{Temp} = name of the DEM data representing the particles temperature :l
|
|
{convectiveHeatFlux} = name of the DEM data representing the particle-fluid convective heat flux :l
|
|
{scalar1} = fluid thermal conductivity \[W/(m*K)\] :l
|
|
{scalar2} = fluid specific heat capacity \[W*s/(kg*K)\] :l
|
|
{scalar3} = (optional, default 1e30) limit maximal turbulence :l
|
|
{switch1} = (optional, default false) for verbose run :l
|
|
{switch2} = (optional, default false) flag to use interpolated void fraction and fluid velocity values :l
|
|
{switch3} = (optional, default false) sub model switch, see "forceSubModel"_forceSubModel.html for details :l
|
|
:ule
|
|
|
|
[Examples:]
|
|
|
|
forceModels
|
|
(
|
|
LaEuScalarTemp
|
|
);
|
|
LaEuScalarTempProps
|
|
\{
|
|
velFieldName "U";
|
|
tempFieldName "T";
|
|
voidfractionFieldName "voidfraction";
|
|
partTempName "Temp";
|
|
partHeatFluxName "convectiveHeatFlux";
|
|
lambda 0.0256;
|
|
Cp 1007;
|
|
\} :pre
|
|
|
|
[Description:]
|
|
|
|
This "force model" does not influence the particles or the fluid flow! Using the
|
|
particles' temperature a scalar field representing "particle-fluid heat flux" 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 cfdemSolverPisoScalar. The force model has to be the second (!!!)
|
|
model in the forces list.
|
|
|
|
[Related commands:]
|
|
|
|
"forceModel"_forceModel.html
|
|
|