createFvOptions.H
Go to the documentation of this file.
1 fv::options& fvOptions(fv::options::New(mesh));
2 
3 if (!fvOptions.optionList::size())
4 {
5  Info << "No finite volume options present" << endl;
6 }
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:487
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
dynamicFvMesh & mesh
fv::options & fvOptions(fv::options::New(mesh))
messageStream Info
Information stream (stdout output on master, null elsewhere)