26 #ifndef MapVolFields_H 27 #define MapVolFields_H 38 template<
class Type,
class CombineOp>
68 if (fieldTargetIOobject.headerOk())
70 Info<<
" interpolating " << fieldIter()->name()
IOobjectList lookupClass(const word &className) const
Return the list for all IOobjects of a given class.
const fvMesh & fromMesh() const
List of IOobjects with searching and retrieving facilities.
void interpolate(GeometricField< Type, fvPatchField, volMesh > &, const GeometricField< Type, fvPatchField, volMesh > &, order=INTERPOLATE, const CombineOp &cop=eqOp< Type >()) const
Interpolate volume field.
#define forAllIter(Container, container, iter)
Iterate across all elements in the container object of type.
mesh to mesh interpolation class.
Ostream & endl(Ostream &os)
Add newline and flush stream.
order
Enumeration specifying required accuracy.
Generic GeometricField class.
static word timeName(const scalar, const int precision=precision_)
Return time name of given scalar time.
multivariateSurfaceInterpolationScheme< scalar >::fieldTable fields
const fvMesh & toMesh() const
A class for handling words, derived from string.
word name(const complex &)
Return a string representation of a complex.
Mesh data needed to do the Finite Volume discretisation.
virtual bool write() const
Write using setting from DB.
void MapVolFields(const IOobjectList &objects, const meshToMesh0 &meshToMesh0Interp, const meshToMesh0::order &mapOrder, const CombineOp &cop)
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
const Time & time() const
Return the top-level database.