Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
b248dd28
Commit
b248dd28
authored
Jul 21, 2009
by
henry
Browse files
Added kappa_ and E_.
parent
61e73ec5
Changes
2
Hide whitespace changes
Inline
Side-by-side
applications/solvers/combustion/PDRFoam/PDRModels/turbulence/PDRkEpsilon/PDRkEpsilon.C
View file @
b248dd28
...
...
@@ -110,6 +110,25 @@ PDRkEpsilon::PDRkEpsilon
)
),
kappa_
(
dimensioned
<
scalar
>::
lookupOrAddToDict
(
"kappa_"
,
coeffDict_
,
0
.
41
)
),
E_
(
dimensioned
<
scalar
>::
lookupOrAddToDict
(
"E"
,
coeffDict_
,
9
.
8
)
),
k_
(
IOobject
...
...
applications/solvers/combustion/PDRFoam/PDRModels/turbulence/PDRkEpsilon/PDRkEpsilon.H
View file @
b248dd28
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment