createFvModels.H
Go to the documentation of this file.
2 
3 if (!fvModels.size())
4 {
5  Info << "No fvModels present" << endl;
6 }
static fvModels & New(const word &name, const fvMesh &mesh)
Construct and return the named DemandDrivenMeshObject.
Finite volume models.
Definition: fvModels.H:69
Foam::fvModels & fvModels(Foam::fvModels::New(mesh))
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:288
messageStream Info