44#ifndef Foam_faSolution_H
45#define Foam_faSolution_H
108 solution(obr, rOpt,
"faSolution",
fallback)
121 solution(obr, rOpt,
"faSolution", &
dict)
141 solution(obr,
"faSolution", &
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).
faSolution(const objectRegistry &obr, const dictionary &dict)
Construct for objectRegistry with the default dictionary name ("faSolution") and optional contents.
faSolution(const objectRegistry &obr, IOobjectOption::readOption rOpt, const word &dictName, const dictionary *fallback=nullptr)
Construct for objectRegistry, readOption, (system) dictionary name.
faSolution(const faSolution &)=delete
No copy construct.
faSolution(const objectRegistry &obr, const word &dictName, const dictionary *fallback=nullptr)
Construct for objectRegistry, (system) dictionary name using the readOption from the registry.
faSolution(const objectRegistry &obr, IOobjectOption::readOption rOpt, const dictionary *fallback=nullptr)
Construct for objectRegistry, readOption with the default dictionary name ("faSolution").
faSolution(const objectRegistry &obr, const dictionary *fallback=nullptr)
Construct for objectRegistry with the default dictionary name ("faSolution").
faSolution(const objectRegistry &obr, IOobjectOption::readOption rOpt, const dictionary &dict)
Construct for objectRegistry, readOption with the default dictionary name ("faSolution") and fallback...
void operator=(const faSolution &)=delete
No copy assignment.
Registry of regIOobjects.
Selector class for relaxation factors, solver type and solution.
A class for handling words, derived from Foam::string.