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