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
837c0f3d
Commit
837c0f3d
authored
May 24, 2011
by
andy
Browse files
ENH: Exposed coupled flag
parent
9c7afd1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lagrangian/intermediate/clouds/Templates/KinematicCloud/cloudSolution/cloudSolution.H
View file @
837c0f3d
...
...
@@ -174,6 +174,9 @@ public:
//- Return const access to the coupled flag
inline
const
Switch
coupled
()
const
;
//- Return non-const access to the coupled flag
inline
Switch
&
coupled
();
//- Return const access to the cell value correction flag
inline
const
Switch
cellValueSourceCorrection
()
const
;
...
...
src/lagrangian/intermediate/clouds/Templates/KinematicCloud/cloudSolution/cloudSolutionI.H
View file @
837c0f3d
...
...
@@ -101,6 +101,12 @@ inline Foam::scalar Foam::cloudSolution::trackTime() const
}
inline
Foam
::
Switch
&
Foam
::
cloudSolution
::
coupled
()
{
return
coupled_
;
}
inline
const
Foam
::
Switch
Foam
::
cloudSolution
::
coupled
()
const
{
return
coupled_
;
...
...
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