Skip to content
Snippets Groups Projects
Commit b248dd28 authored by henry's avatar henry
Browse files

Added kappa_ and E_.

parent 61e73ec5
Branches
Tags
No related merge requests found
......@@ -110,6 +110,25 @@ PDRkEpsilon::PDRkEpsilon
)
),
kappa_
(
dimensioned<scalar>::lookupOrAddToDict
(
"kappa_",
coeffDict_,
0.41
)
),
E_
(
dimensioned<scalar>::lookupOrAddToDict
(
"E",
coeffDict_,
9.8
)
),
k_
(
IOobject
......
......@@ -75,6 +75,9 @@ class PDRkEpsilon
dimensionedScalar alphaEps_;
dimensionedScalar alphah_;
dimensionedScalar kappa_;
dimensionedScalar E_;
volScalarField k_;
volScalarField epsilon_;
volScalarField mut_;
......@@ -85,6 +88,7 @@ public:
//- Runtime type information
TypeName("PDRkEpsilon");
// Constructors
//- 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