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

View File

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