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 }
fvOptions
fv::options & fvOptions(fv::options::New(mesh))
Foam::endl
Ostream & endl(Ostream &os)
Definition: Ostream.H:381
Foam::Info
messageStream Info
mesh
dynamicFvMesh & mesh
Definition: createDynamicFvMesh.H:6
Foam::New
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Definition: DimensionedFieldReuseFunctions.H:100