mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: adding header description for eddyDissipationModel
This commit is contained in:
@ -26,6 +26,10 @@ Class
|
|||||||
Description
|
Description
|
||||||
Eddy dissipation model based on the principle of mixed is burnt.
|
Eddy dissipation model based on the principle of mixed is burnt.
|
||||||
|
|
||||||
|
The time scale is determined by the minimum between the turbulent
|
||||||
|
and diffusive time scales.
|
||||||
|
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
eddyDissipationDiffusionModel.C
|
eddyDissipationDiffusionModel.C
|
||||||
|
|
||||||
@ -71,7 +75,7 @@ class eddyDissipationDiffusionModel
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
//- Runtime type information
|
//- Runtime type information
|
||||||
TypeName("EDC");
|
TypeName("EDM");
|
||||||
|
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|||||||
@ -24,6 +24,10 @@ Class
|
|||||||
Foam::combustionModels::eddyDissipationModelBase
|
Foam::combustionModels::eddyDissipationModelBase
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
Standard Eddy Dissipation Model based on the assumption that the
|
||||||
|
reaction rates are controlled by the turbulece time length scale.
|
||||||
|
The chemical reaction rate is governed by the large-eddy mixing scale,
|
||||||
|
(ie k/epsilon). Combustion takes place whenever the turbulence is present.
|
||||||
|
|
||||||
|
|
||||||
SourceFiles
|
SourceFiles
|
||||||
@ -54,7 +58,7 @@ class eddyDissipationModelBase
|
|||||||
{
|
{
|
||||||
// Private data
|
// Private data
|
||||||
|
|
||||||
//- EDC model constant
|
//- EDM constant
|
||||||
scalar CEDC_;
|
scalar CEDC_;
|
||||||
|
|
||||||
|
|
||||||
@ -69,10 +73,6 @@ class eddyDissipationModelBase
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
//- Runtime type information
|
|
||||||
//TypeName("eddyDissipationModelBase");
|
|
||||||
|
|
||||||
|
|
||||||
// Constructors
|
// Constructors
|
||||||
|
|
||||||
//- Construct from components
|
//- Construct from components
|
||||||
|
|||||||
Reference in New Issue
Block a user