44 mvBak(fieldIter()->objectPath(),
"unmapped");
Info<< "Creating field dpdt\n"<< endl;volScalarField dpdt(IOobject("dpdt", runTime.timeName(), mesh), mesh, dimensionedScalar("dpdt", p.dimensions()/dimTime, 0));Info<< "Creating field kinetic energy K\n"<< endl;volScalarField K("K", 0.5 *magSqr(U));volScalarField p_rgh(IOobject("p_rgh", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE), mesh);p_rgh=p-rho *gh;mesh.setFluxRequired(p_rgh.name());multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
List of IOobjects with searching and retrieving facilities.
void UnMapped(const IOobjectList &objects)
Functions used by OpenFOAM that are specific to POSIX compliant operating systems and need to be repl...
IOobjectList lookupClass(const word &className) const
Return the list for all IOobjects of a given class.
forAllConstIter(PtrDictionary< phaseModel >, mixture.phases(), phase)
bool mvBak(const fileName &, const std::string &ext="bak")
Rename to a corresponding backup file.