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
|
||||
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
|
||||
eddyDissipationDiffusionModel.C
|
||||
|
||||
@ -71,7 +75,7 @@ class eddyDissipationDiffusionModel
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
TypeName("EDC");
|
||||
TypeName("EDM");
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
@ -24,6 +24,10 @@ Class
|
||||
Foam::combustionModels::eddyDissipationModelBase
|
||||
|
||||
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
|
||||
@ -54,7 +58,7 @@ class eddyDissipationModelBase
|
||||
{
|
||||
// Private data
|
||||
|
||||
//- EDC model constant
|
||||
//- EDM constant
|
||||
scalar CEDC_;
|
||||
|
||||
|
||||
@ -69,10 +73,6 @@ class eddyDissipationModelBase
|
||||
|
||||
public:
|
||||
|
||||
//- Runtime type information
|
||||
//TypeName("eddyDissipationModelBase");
|
||||
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Construct from components
|
||||
|
||||
Reference in New Issue
Block a user