mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CrankNicolsonDdtScheme: provide access to the off-centreing coefficient
This commit is contained in:
@ -188,6 +188,12 @@ public:
|
|||||||
return fv::ddtScheme<Type>::mesh();
|
return fv::ddtScheme<Type>::mesh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//- Return the off-centreing coefficient
|
||||||
|
scalar ocCoeff() const
|
||||||
|
{
|
||||||
|
return ocCoeff_;
|
||||||
|
}
|
||||||
|
|
||||||
tmp<GeometricField<Type, fvPatchField, volMesh> > fvcDdt
|
tmp<GeometricField<Type, fvPatchField, volMesh> > fvcDdt
|
||||||
(
|
(
|
||||||
const dimensioned<Type>&
|
const dimensioned<Type>&
|
||||||
|
|||||||
Reference in New Issue
Block a user