Go to the documentation of this file.
40 fieldType field(header,
mesh);
42 Info<<
" Calculating interpolate" << header.
name() <<
endl;
43 surfaceFieldType interpolateField
47 "interpolate" + header.
name(),
48 mesh.time().timeName(),
54 interpolateField.write();
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
tmp< surfaceScalarField > interpolate(const RhoType &rho)
Ostream & endl(Ostream &os)
Add newline and flush stream.
const word & headerClassName() const
Return name of the class name read from header.
const word & name() const
Return name.
void writeInterpolateField(const IOobject &header, const fvMesh &mesh, bool &processed)
Write interpolate fields.
Mesh data needed to do the Finite Volume discretisation.
Generic GeometricField class.