Adds two fvMeshes without using any polyMesh morphing. Uses fvMeshAdder. More...
#include <dynamicMesh/fvMeshAdder.H>
Adds two fvMeshes without using any polyMesh morphing. Uses fvMeshAdder.
Definition at line 63 of file fvMeshAdder.H.
Classes | |
class | directFvPatchFieldMapper |
Static Public Member Functions | |
static autoPtr< mapAddedPolyMesh > | add (fvMesh &mesh0, const fvMesh &mesh1, const faceCoupleInfo &coupleInfo, const bool validBoundary=true) |
Inplace add mesh to fvMesh. Maps all stored fields. Returns map. | |
template<class Type > | |
static void | MapVolFields (const mapAddedPolyMesh &, const fvMesh &mesh, const fvMesh &meshToAdd) |
Map all volFields of Type. | |
template<class Type > | |
static void | MapSurfaceFields (const mapAddedPolyMesh &, const fvMesh &mesh, const fvMesh &meshToAdd) |
Map all surfaceFields of Type. | |
![]() | |
static autoPtr< polyMesh > | add (const IOobject &io, const polyMesh &mesh0, const polyMesh &mesh1, const faceCoupleInfo &coupleInfo, autoPtr< mapAddedPolyMesh > &mapPtr) |
Add two polyMeshes. Returns new polyMesh and map construct. | |
static autoPtr< mapAddedPolyMesh > | add (polyMesh &mesh0, const polyMesh &mesh1, const faceCoupleInfo &coupleInfo, const bool validBoundary=true) |
Inplace add mesh to polyMesh. Returns map construct. | |
static Map< label > | findSharedPoints (const polyMesh &, const scalar mergeTol) |
Find topologically&geometrically shared points. | |
static void | mergePoints (const polyMesh &, const Map< label > &pointToMaster, polyTopoChange &meshMod) |
Helper: Merge points. |
|
static |
Inplace add mesh to fvMesh. Maps all stored fields. Returns map.
Definition at line 66 of file fvMeshAdder.C.
References polyMeshAdder::add(), fvMesh::boundary(), polyMesh::boundaryMesh(), fvMesh::clearOut(), forAll, fvPatch::New(), patches, PtrList< T >::set(), PtrList< T >::setSize(), and PtrList< T >::size().
Referenced by fvMeshDistribute::distribute().
|
static |
Map all volFields of Type.
Definition at line 278 of file fvMeshAdderTemplates.C.
References HashTable< T, Key, Hash >::begin(), HashTable< T, Key, Hash >::end(), Foam::endl(), fields, HashTable< T, Key, Hash >::found(), IOobject::name(), Foam::Pout, and WarningIn.
|
static |
Map all surfaceFields of Type.
Definition at line 596 of file fvMeshAdderTemplates.C.
References HashTable< T, Key, Hash >::begin(), HashTable< T, Key, Hash >::end(), Foam::endl(), fields, HashTable< T, Key, Hash >::found(), OSstream::name(), Foam::Pout, and WarningIn.