35 #ifndef LagrangianSchemes_H
36 #define LagrangianSchemes_H
77 ITstream defaultInterpolationScheme_;
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
const objectRegistry & db() const
Return the local objectRegistry.
Selector class for Lagrangian schemes.
void operator=(const LagrangianSchemes &)=delete
Disallow default bitwise assignment.
const dictionary & schemesDict() const
Access the dictionary.
ITstream & interpolation(const word &name) const
Get the interpolation scheme for the given field name.
ITstream & ddt(const word &name) const
Get the time scheme for the given field name.
~LagrangianSchemes()
Destructor.
ITstream & accumulation(const word &name) const
Get the accumulation scheme for the given field name.
ITstream & Sp(const word &name) const
Get the source scheme for the given field name.
ITstream & averaging(const word &name) const
Get the averaging scheme for the given field name.
LagrangianSchemes(const objectRegistry &db)
Construct for objectRegistry.
bool read()
Read the LagrangianSchemes.
ClassName("LagrangianSchemes")
Type information.
const fileName & name() const
Return the dictionary name.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Registry of regIOobjects.
A class for handling words, derived from string.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.