createFvConstraints.H
Go to the documentation of this file.
2 
3 if (!fvConstraints.PtrListDictionary<fvConstraint>::size())
4 {
5  Info << "No fvConstraints present" << endl;
6 }
static autoPtr< dictionary > New(Istream &)
Construct top-level dictionary on freestore from Istream.
Definition: dictionaryIO.C:100
Finite volume constraints.
Definition: fvConstraints.H:62
Foam::fvConstraints & fvConstraints(Foam::fvConstraints::New(mesh))
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:251
messageStream Info