OpenFOAM
6
The OpenFOAM Foundation
src
finiteVolume
cfdTools
general
include
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
}
Foam::endl
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition:
Ostream.H:256
Foam::New
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
Definition:
DimensionedFieldReuseFunctions.H:38
mesh
dynamicFvMesh & mesh
Definition:
createDynamicFvMesh.H:18
fvOptions
fv::options & fvOptions(fv::options::New(mesh))
Foam::Info
messageStream Info
Generated by
1.8.13