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