44#ifndef Foam_fvSolution_H
45#define Foam_fvSolution_H
107 solution(obr, rOpt,
"fvSolution",
fallback)
120 solution(obr, rOpt,
"fvSolution", &
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 solution solution. fvMesh is derived from fvSolution so that all fie...
fvSolution(const objectRegistry &obr, const dictionary *fallback=nullptr)
Construct for objectRegistry with the default dictionary name ("fvSolution").
fvSolution(const objectRegistry &obr, const dictionary &dict)
Construct for objectRegistry with the default dictionary name ("fvSolution") and optional contents.
fvSolution(const objectRegistry &obr, IOobjectOption::readOption rOpt, const dictionary *fallback=nullptr)
Construct for objectRegistry, readOption with the default dictionary name ("fvSolution").
fvSolution(const objectRegistry &obr, const word &dictName, const dictionary *fallback=nullptr)
Construct for objectRegistry, dictionary name and optional fallback dictionary content (for a NO_READ...
fvSolution(const objectRegistry &obr, IOobjectOption::readOption rOpt, const word &dictName, const dictionary *fallback=nullptr)
Construct for objectRegistry, readOption, (system) dictionary name.
fvSolution(const fvSolution &)=delete
No copy construct.
fvSolution(const objectRegistry &obr, IOobjectOption::readOption rOpt, const dictionary &dict)
Construct for objectRegistry, readOption with the default dictionary name ("fvSolution") and fallback...
void operator=(const fvSolution &)=delete
No copy assignment.
Registry of regIOobjects.
A class for handling words, derived from Foam::string.