createFvConstraints.H
Go to the documentation of this file.
2 
3 if (!fvConstraints.size())
4 {
5  Info << "No fvConstraints present" << endl;
6 }
static fvConstraints & New(const word &name, const fvMesh &mesh)
Construct and return the named DemandDrivenMeshObject.
Finite volume constraints.
Definition: fvConstraints.H:68
Foam::fvConstraints & fvConstraints(Foam::fvConstraints::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