Go to the documentation of this file.
40 #ifndef fvOptionList_H
41 #define fvOptionList_H
61 Ostream&
operator<<(Ostream&
os,
const fv::optionList& options);
101 const word& fieldName,
154 const word& fieldName
171 const word& fieldName
190 const word& fieldName
232 const word& fieldName
bool appliesToField(const word &fieldName) const
A class for handling words, derived from Foam::string.
void correct(GeometricField< Type, fvPatchField, volMesh > &field)
A class for managing temporary objects.
void constrain(fvMatrix< Type > &eqn)
optionList(const optionList &)=delete
const dimensionedScalar alpha
virtual ~optionList()=default
void reset(const dictionary &dict)
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
Dimension set for the base types, which can be used to implement rigorous dimension checking for alge...
tmp< fvMatrix< Type > > d2dt2(GeometricField< Type, fvPatchField, volMesh > &field)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
bool readOptions(const dictionary &dict)
void operator=(const optionList &)=delete
void checkApplied() const
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
Mesh data needed to do the Finite Volume discretisation.
void postProcessSens(Field< Type > &sensField, const word &fieldName=word::null, const word &designVariablesName=word::null)
tmp< fvMatrix< Type > > source(GeometricField< Type, fvPatchField, volMesh > &field, const word &fieldName, const dimensionSet &ds)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
Generic GeometricField class.
List of finite volume options.
virtual bool read(const dictionary &dict)
static const dictionary & optionsDict(const dictionary &dict)
virtual bool writeData(Ostream &os) const