44#ifndef Foam_faSchemes_H
45#define Foam_faSchemes_H
108 schemesLookup(obr, rOpt,
"faSchemes",
fallback)
121 schemesLookup(obr, rOpt,
"faSchemes", &
dict)
142 schemesLookup(obr,
"faSchemes", &
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 area differencing schemes. faMesh is derived from faSchemes so that all fie...
faSchemes(const objectRegistry &obr, IOobjectOption::readOption rOpt, const dictionary *fallback=nullptr)
Construct for objectRegistry, readOption with the default dictionary name ("faSchemes").
faSchemes(const faSchemes &)=delete
No copy construct.
faSchemes(const objectRegistry &obr, const dictionary &dict)
Construct for objectRegistry with the default dictionary name ("faSchemes") and fallback dictionary c...
void operator=(const faSchemes &)=delete
No copy assignment.
faSchemes(const objectRegistry &obr, IOobjectOption::readOption rOpt, const word &dictName, const dictionary *fallback=nullptr)
Construct for objectRegistry, readOption, (system) dictionary name.
faSchemes(const objectRegistry &obr, IOobjectOption::readOption rOpt, const dictionary &dict)
Construct for objectRegistry, readOption with the default dictionary name ("faSchemes") and fallback ...
faSchemes(const objectRegistry &obr, const dictionary *fallback=nullptr)
Construct for objectRegistry with the default dictionary name ("faSchemes").
faSchemes(const objectRegistry &obr, const word &dictName, const dictionary *fallback=nullptr)
Construct for objectRegistry, (system) dictionary name using the readOption from the registry.
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.