Skip to content
Snippets Groups Projects
Commit 5fca41e1 authored by Henry's avatar Henry
Browse files

CrankNicolsonDdtScheme: provide access to the off-centreing coefficient

parent f78d33b6
Branches
Tags
No related merge requests found
......@@ -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>&
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment