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-plus
Commits
5fca41e1
Commit
5fca41e1
authored
Feb 20, 2015
by
Henry
Browse files
CrankNicolsonDdtScheme: provide access to the off-centreing coefficient
parent
f78d33b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/finiteVolume/finiteVolume/ddtSchemes/CrankNicolsonDdtScheme/CrankNicolsonDdtScheme.H
View file @
5fca41e1
...
...
@@ -188,6 +188,12 @@ public:
return
fv
::
ddtScheme
<
Type
>::
mesh
();
}
//- Return the off-centreing coefficient
scalar
ocCoeff
()
const
{
return
ocCoeff_
;
}
tmp
<
GeometricField
<
Type
,
fvPatchField
,
volMesh
>
>
fvcDdt
(
const
dimensioned
<
Type
>&
...
...
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