40 Foam::IOobject Foam::IOMRFZoneListDF::createIOobject(
41 const fvMesh&
mesh)
const
45 mesh.time().constant(),
50 if (io.typeHeaderOk<IOdictionary>(
true))
52 Info <<
"Creating MRF zone list from " << io.name() << endl;
54 io.readOpt() = IOobject::MUST_READ_IF_MODIFIED;
59 Info <<
"No MRF models present" << nl << endl;
61 io.readOpt() = IOobject::NO_READ;
68 Foam::IOMRFZoneListDF::IOMRFZoneListDF(
70 : IOdictionary(createIOobject(
mesh)),