Info << "Reading field Cs" << endl;
areaScalarField Cs
(
IOobject
"Cs",
runTime.timeName(),
mesh,
IOobject::MUST_READ,
IOobject::AUTO_WRITE
),
aMesh
);
Info<< "Reading transportProperties\n" << endl;
IOdictionary transportProperties
"transportProperties",
runTime.constant(),
IOobject::MUST_READ_IF_MODIFIED,
IOobject::NO_WRITE
)
Info<< "Reading diffusivity D\n" << endl;
dimensionedScalar Ds
transportProperties.lookup("Ds")
areaVectorField Us
"Us",
edgeScalarField phis
"phis",
IOobject::NO_READ,
linearEdgeInterpolate(Us) & aMesh.Le()