createDynamicFvMesh.H
Go to the documentation of this file.
1 Info<< "Create mesh for time = "
2  << runTime.timeName() << nl << endl;
3 
4 autoPtr<dynamicFvMesh> meshPtr(dynamicFvMesh::New(args, runTime));
5 
6 dynamicFvMesh& mesh = meshPtr();
constexpr char nl
The newline &#39;\n&#39; character (0x0a)
Definition: Ostream.H:50
engineTime & runTime
Ostream & endl(Ostream &os)
Add newline and flush stream.
Definition: Ostream.H:531
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tf1, const word &name, const dimensionSet &dimensions, const bool initCopy=false)
Global function forwards to reuseTmpDimensionedField::New.
Info<< "Create mesh for time = "<< runTime.timeName()<< nl<< endl;autoPtr< dynamicFvMesh > meshPtr(dynamicFvMesh::New(args, runTime))
dynamicFvMesh & mesh
messageStream Info
Information stream (stdout output on master, null elsewhere)
Foam::argList args(argc, argv)