44#ifndef Foam_fvSchemes_H
45#define Foam_fvSchemes_H
106 schemesLookup(obr, rOpt,
"fvSchemes",
fallback)
119 schemesLookup(obr, rOpt,
"fvSchemes", &
dict)
140 schemesLookup(obr,
"fvSchemes", &
dict)
readOption
Enumeration defining read preferences.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
word dictName() const
The local dictionary name (final part of scoped name).
Selector class for finite volume differencing schemes. fvMesh is derived from fvSchemes so that all f...
fvSchemes(const objectRegistry &obr, const dictionary *fallback=nullptr)
Construct for objectRegistry with the default dictionary name ("fvSchemes").
fvSchemes(const objectRegistry &obr, IOobjectOption::readOption rOpt, const word &dictName, const dictionary *fallback=nullptr)
Construct for objectRegistry, readOption, (system) dictionary name.
fvSchemes(const objectRegistry &obr, const dictionary &dict)
Construct for objectRegistry with the default dictionary name ("fvSchemes") and fallback dictionary c...
fvSchemes(const objectRegistry &obr, const word &dictName, const dictionary *fallback=nullptr)
Construct for objectRegistry, (system) dictionary name using the readOption from the registry.
fvSchemes(const objectRegistry &obr, IOobjectOption::readOption rOpt, const dictionary &dict)
Construct for objectRegistry, readOption with the default dictionary name ("fvSchemes") and fallback ...
fvSchemes(const objectRegistry &obr, IOobjectOption::readOption rOpt, const dictionary *fallback=nullptr)
Construct for objectRegistry, readOption with the default dictionary name ("fvSchemes").
fvSchemes(const fvSchemes &)=delete
No copy construct.
void operator=(const fvSchemes &)=delete
No copy assignment.
Registry of regIOobjects.
Selector class for finite area/finite volume differencing schemes.
A class for handling words, derived from Foam::string.
Trait for specifying global vs. local IOobject file types.