Skip to content
Snippets Groups Projects
Commit e50108e4 authored by sergio's avatar sergio
Browse files

ENH: adding header description for eddyDissipationModel

parent b53389ed
Branches
Tags
No related merge requests found
...@@ -26,6 +26,10 @@ Class ...@@ -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 ...@@ -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 ...@@ -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 ...@@ -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 ...@@ -69,10 +73,6 @@ class eddyDissipationModelBase
public: public:
//- Runtime type information
//TypeName("eddyDissipationModelBase");
// Constructors // Constructors
//- Construct from components //- Construct from components
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment