Go to the documentation of this file.
62 class mapAddedPolyMesh;
84 const label unmappedIndex
89 static void MapVolField
95 const bool fullyMapped
100 static void MapSurfaceField
106 const bool fullyMapped
111 static void MapDimField
133 const bool validBoundary =
true,
134 const bool fullyMapped =
false
147 const bool fullyMapped =
false
157 const bool fullyMapped =
false
193 static void MapDimField
197 const bool fullyMapped
202 static void MapVolField
210 const bool fullyMapped
215 static void MapSurfaceField
224 const bool fullyMapped
237 const bool fullyMapped =
false
254 const bool fullyMapped =
false
269 const bool fullyMapped =
false
Adds two fvMeshes without using any polyMesh morphing. Uses polyMeshAdder.
PtrList< labelIOList > & faceProcAddressing
Adds two meshes without using any polyMesh morphing.
static void MapSurfaceFields(const mapAddedPolyMesh &, const fvMesh &mesh, const fvMesh &meshToAdd, const bool fullyMapped=false)
static void MapVolFields(const mapAddedPolyMesh &, const fvMesh &mesh, const fvMesh &meshToAdd, const bool fullyMapped=false)
static autoPtr< mapAddedPolyMesh > add(fvMesh &mesh0, const fvMesh &mesh1, const faceCoupleInfo &coupleInfo, const bool validBoundary=true, const bool fullyMapped=false)
A patch is a list of labels that address the faces in the global face list.
Foam::PtrList< Foam::fvMesh > meshes(regionNames.size())
A list of pointers to objects of type <T>, without allocation/deallocation management of the pointers...
gmvFile<< "tracers "<< particles.size()<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().x()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().y()<< ' ';}gmvFile<< nl;for(const passiveParticle &p :particles){ gmvFile<< p.position().z()<< ' ';}gmvFile<< nl;for(const word &name :lagrangianScalarNames){ IOField< scalar > fld(IOobject(name, runTime.timeName(), cloud::prefix, mesh, IOobject::MUST_READ, IOobject::NO_WRITE))
Mesh data needed to do the Finite Volume discretisation.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
static void MapDimFields(const mapAddedPolyMesh &, const fvMesh &mesh, const fvMesh &meshToAdd)
Container for information needed to couple to meshes. When constructed from two meshes and a geometri...
Class containing mesh-to-mesh mapping information after a mesh addition where we add a mesh ('added m...
Generic GeometricField class.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...