Go to the documentation of this file.
6 <<
"Create mesh " <<
regionName <<
" for time = "
13 <<
"Create mesh for time = "
Foam::Info<< "Create mesh for time = "<< runTime.timeName()<< Foam::nl<< Foam::endl;} autoPtr< dynamicFvMesh > meshPtr(dynamicFvMesh::New(IOobject(regionName, runTime.timeName(), runTime, IOobject::MUST_READ)))
A class for handling words, derived from string.
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
static word defaultRegion
Return the default region name.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Foam::argList args(argc, argv)
bool optionReadIfPresent(const word &opt, T &) const
Read a value from the named option if present.