CrankNicolsonDdtScheme: provide access to the off-centreing coefficient
This commit is contained in:
parent
f78d33b634
commit
5fca41e1a7
1 changed files with 6 additions and 0 deletions
|
|
@ -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>&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue