36 #ifndef mappedFvPatchBase_H
37 #define mappedFvPatchBase_H
Pre-declare SubField and related Field type.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
Base class for fv patches that provide mapping between two fv patches.
const fvPatch & patch() const
Reference to the fvPatch.
Base class for fv patches that provide interpolative mapping between two globally conforming fv patch...
TypeName("mappedFvPatchBase")
Runtime type information.
mappedFvPatchBase(const fvPatch &patch)
Construct from a patch.
FOR_ALL_FIELD_TYPES(DEFINE_MAPPED_FV_PATCH_BASE_FROM_AND_TO_NEIGHBOUR,)
Map/interpolate.
virtual ~mappedFvPatchBase()
Destructor.
Engine and base class for poly patches which provides interpolative mapping between two globally conf...
A class for managing temporary objects.
gmvFile<< "tracers "<< particles.size()<< nl;{ pointField positions(particles.size());label particlei=0;forAllConstIter(Cloud< passiveParticle >, particles, iter) { positions[particlei++]=iter().position(mesh);} for(i=0;i< pTraits< point >::nComponents;i++) { forAll(positions, particlei) { gmvFile<< component(positions[particlei], i)<< ' ';} gmvFile<< nl;}}forAll(lagrangianScalarNames, i){ const word &name=lagrangianScalarNames[i];IOField< scalar > fld(IOobject(name, runTime.name(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
#define DEFINE_MAPPED_FV_PATCH_BASE_FROM_AND_TO_NEIGHBOUR(Type, Modifier)