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
d7a506c5
Commit
d7a506c5
authored
Aug 05, 2008
by
henry
Browse files
Added missing access function.
parent
f3f8ee33
Changes
1
Show whitespace changes
Inline
Side-by-side
applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.H
View file @
d7a506c5
...
...
@@ -178,6 +178,11 @@ public:
{
return
lambda_
;
}
const
volScalarField
&
kappa
()
const
{
return
kappa_
;
}
};
...
...
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