Go to the documentation of this file.
35 #ifndef fvOptionList_H
36 #define fvOptionList_H
56 Ostream&
operator<<(Ostream& os,
const fv::optionList& options);
138 const word& fieldName
155 const word& fieldName
174 const word& fieldName
void operator=(const optionList &)
Disallow default bitwise assignment.
A class for handling words, derived from string.
void correct(GeometricField< Type, fvPatchField, volMesh > &field)
Apply correction to field.
const dictionary & optionsDict(const dictionary &dict) const
Return the "options" sub-dictionary if present otherwise return dict.
A class for managing temporary objects.
void constrain(fvMatrix< Type > &eqn)
Apply constraints to equation.
const dimensionedScalar alpha
Fine-structure constant: default SI units: [].
const fvMesh & mesh_
Reference to the mesh database.
void reset(const dictionary &dict)
Reset the source list.
A class representing the concept of a GeometricField of 1 used to avoid unnecessary manipulations for...
label checkTimeIndex_
Time index to check that all defined sources have been applied.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
TypeName("optionList")
Runtime type information.
bool readOptions(const dictionary &dict)
Read options dictionary.
void checkApplied() const
Check that all sources have been applied.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Ostream & operator<<(Ostream &, const edgeMesh &)
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
virtual ~optionList()
Destructor.
friend Ostream & operator(Ostream &, const PtrList< T > &)
optionList(const optionList &)
Disallow default bitwise copy construct.
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)
Read dictionary.
virtual bool writeData(Ostream &os) const
Write data to Ostream.