Skip to content
GitLab
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
04d26c8e
Commit
04d26c8e
authored
Jan 05, 2009
by
henry
Browse files
Corrected dimensions of kappa.
parent
cdfc52d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C
View file @
04d26c8e
...
...
@@ -167,7 +167,7 @@ Foam::kineticTheoryModel::kineticTheoryModel
IOobject
::
NO_WRITE
),
Ua_
.
mesh
(),
dimensionedScalar
(
"zero"
,
dimensionSet
(
0
,
0
,
0
,
0
,
0
),
0
.
0
)
dimensionedScalar
(
"zero"
,
dimensionSet
(
1
,
-
1
,
-
1
,
0
,
0
),
0
.
0
)
),
gs0_
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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