64 ITstream defaultInterpolationScheme_;
79 bool defaultFluxRequired_;
154 bool transient()
const
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const fileName & name() const
Return the dictionary name.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Selector class for finite volume differencing schemes. fvMesh is derived from fvSchemes so that all f...
ClassName("fvSchemes")
Type information.
void setFluxRequired(const word &name) const
ITstream & interpolation(const word &name) const
ITstream & snGrad(const word &name) const
ITstream & grad(const word &name) const
const dictionary & dict() const
ITstream & ddt(const word &name) const
fvSchemes(const objectRegistry &obr)
Construct for objectRegistry.
ITstream & laplacian(const word &name) const
ITstream & div(const word &name) const
bool steady() const
Return true if the default ddtScheme is steadyState.
ITstream & d2dt2(const word &name) const
void operator=(const fvSchemes &)=delete
Disallow default bitwise assignment.
bool read()
Read the fvSchemes.
bool fluxRequired(const word &name) const
Registry of regIOobjects.
A class for handling words, derived from string.