ENH: adding header description for eddyDissipationModel

This commit is contained in:
sergio
2016-12-16 09:56:06 -08:00
parent b53389edef
commit e50108e428
2 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -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