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:256
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
dynamicFvMesh & mesh
fv::options & fvOptions(fv::options::New(mesh))
messageStream Info