Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
a545d4a1
Commit
a545d4a1
authored
Aug 12, 2011
by
mattijs
Browse files
ENH: displacementLaplacianSolver: export diffusivity
parent
5da4dbe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fvMotionSolver/fvMotionSolvers/displacement/laplacian/displacementLaplacianFvMotionSolver.H
View file @
a545d4a1
...
...
@@ -132,6 +132,18 @@ public:
return
cellDisplacement_
;
}
//- Return const reference to the diffusivity
const
motionDiffusivity
&
diffusivity
()
const
{
return
diffusivityPtr_
();
}
//- Return reference to the diffusivity
motionDiffusivity
&
diffusivity
()
{
return
diffusivityPtr_
();
}
//- Return point location obtained from the current motion field
virtual
tmp
<
pointField
>
curPoints
()
const
;
...
...
Write
Preview
Markdown
is supported
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