41 #ifndef fvMeshTopoChangersRaw_H 42 #define fvMeshTopoChangersRaw_H 51 namespace fvMeshTopoChangers
70 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
71 static void setUnmappedValues
78 template<
class Type,
template<
class>
class PatchField,
class GeoMesh>
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
fvMesh & mesh()
Return the fvMesh.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool update()
Update the mesh for both mesh motion and topology change.
Generic GeometricField class.
raw(fvMesh &mesh, const dictionary &dict)
Construct from fvMesh and dictionary.
virtual ~raw()
Destructor.
gmvFile<< "tracers "<< particles.size()<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().x()<< ' ';}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().y()<< ' ';}gmvFile<< nl;forAllConstIter(Cloud< passiveParticle >, particles, iter){ gmvFile<< iter().position().z()<< ' ';}gmvFile<< nl;forAll(lagrangianScalarNames, i){ const word &name=lagrangianScalarNames[i];IOField< scalar > fld(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
List of mesh modifiers defining the mesh dynamics.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
void operator=(const raw &)=delete
Disallow default bitwise assignment.
Prototype fvMeshTopoChanger without any added functionality.
TypeName("raw")
Runtime type information.
Mesh data needed to do the Finite Volume discretisation.
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
Class containing mesh-to-mesh mapping information.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
Abstract base class for fvMesh movers.