#include <columnFvMesh.H>


Public Member Functions | |
| ClassName ("columnFvMeshInfo") | |
| Runtime type information. | |
| columnFvMeshInfo (const Time &runTime, const word ®ionName) | |
Protected Member Functions | |
| void | addLocalPatches (fvMesh &mesh) const |
| Add the patches to the mesh. | |
| void | initialiseZones (fvMesh &mesh) |
| Initialise zones if constructed from mesh. | |
Protected Attributes | |
| const word | regionName_ |
| Region of existing mesh. | |
| const word | localInstance_ |
| Location of existing mesh (if present). | |
| bool | createFromMesh_ |
| Created from existing mesh (false = from field). | |
| pointField | points1D_ |
| Points. | |
| faceList | faces1D_ |
| Faces. | |
| labelList | owner1D_ |
| Owner addressing. | |
| labelList | neighbour1D_ |
| Neighbour addressing. | |
| dictionary | patchEntries_ |
| Dictionary of patch information. | |
| label | nPatchWithFace_ |
| Number of patches with at least 1 local face. | |
Definition at line 49 of file columnFvMesh.H.
Definition at line 398 of file columnFvMesh.C.
References createFromMesh_, topoSet::disallowGenericSets, ZoneMesh< cellZone, polyMesh >::disallowGenericZones, faces1D_, localInstance_, neighbour1D_, nPatchWithFace_, owner1D_, patchEntries_, points1D_, regionName, regionName_, and runTime.
Referenced by columnFvMesh::columnFvMesh(), and SimplifiedDynamicFvMesh< DynamicMeshType >::SimplifiedDynamicFvMesh().

|
protected |
Add the patches to the mesh.
Definition at line 317 of file columnFvMesh.C.
References DebugPout, e, Foam::endl(), dictionary::get(), Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, mesh, polyPatch::New(), Foam::nl, nPatchWithFace_, patchEntries_, patches, Foam::Pout, and dictionary::set().
Referenced by columnFvMesh::columnFvMesh(), and SimplifiedDynamicFvMesh< DynamicMeshType >::SimplifiedDynamicFvMesh().


|
protected |
Initialise zones if constructed from mesh.
Definition at line 379 of file columnFvMesh.C.
References createFromMesh_, localInstance_, and mesh.
Referenced by columnFvMesh::columnFvMesh(), and SimplifiedDynamicFvMesh< DynamicMeshType >::SimplifiedDynamicFvMesh().

| ClassName | ( | "columnFvMeshInfo" | ) |
Runtime type information.
References regionName, and runTime.
|
protected |
Region of existing mesh.
Definition at line 82 of file columnFvMesh.H.
Referenced by columnFvMeshInfo().
|
protected |
Location of existing mesh (if present).
Definition at line 87 of file columnFvMesh.H.
Referenced by columnFvMeshInfo(), and initialiseZones().
|
protected |
Created from existing mesh (false = from field).
Definition at line 92 of file columnFvMesh.H.
Referenced by columnFvMeshInfo(), and initialiseZones().
|
protected |
Points.
Definition at line 100 of file columnFvMesh.H.
Referenced by columnFvMesh::columnFvMesh(), columnFvMeshInfo(), and SimplifiedDynamicFvMesh< DynamicMeshType >::SimplifiedDynamicFvMesh().
|
protected |
Faces.
Definition at line 105 of file columnFvMesh.H.
Referenced by columnFvMesh::columnFvMesh(), columnFvMeshInfo(), and SimplifiedDynamicFvMesh< DynamicMeshType >::SimplifiedDynamicFvMesh().
|
protected |
Owner addressing.
Definition at line 110 of file columnFvMesh.H.
Referenced by columnFvMesh::columnFvMesh(), columnFvMeshInfo(), and SimplifiedDynamicFvMesh< DynamicMeshType >::SimplifiedDynamicFvMesh().
|
protected |
Neighbour addressing.
Definition at line 115 of file columnFvMesh.H.
Referenced by columnFvMesh::columnFvMesh(), columnFvMeshInfo(), and SimplifiedDynamicFvMesh< DynamicMeshType >::SimplifiedDynamicFvMesh().
|
protected |
Dictionary of patch information.
Definition at line 123 of file columnFvMesh.H.
Referenced by addLocalPatches(), and columnFvMeshInfo().
|
protected |
Number of patches with at least 1 local face.
Definition at line 128 of file columnFvMesh.H.
Referenced by addLocalPatches(), and columnFvMeshInfo().