

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

|
protected |
Initialise zones if constructed from mesh.
Definition at line 379 of file columnFvMesh.C.
References mesh.
| ClassName | ( | "columnFvMeshInfo" | ) |
Runtime type information.
|
protected |
Region of existing mesh.
Definition at line 82 of file columnFvMesh.H.
|
protected |
Location of existing mesh (if present)
Definition at line 87 of file columnFvMesh.H.
|
protected |
Created from existing mesh (false = from field)
Definition at line 92 of file columnFvMesh.H.
|
protected |
Points.
Definition at line 100 of file columnFvMesh.H.
|
protected |
Faces.
Definition at line 105 of file columnFvMesh.H.
|
protected |
Owner addressing.
Definition at line 110 of file columnFvMesh.H.
|
protected |
Neighbour addressing.
Definition at line 115 of file columnFvMesh.H.
|
protected |
Dictionary of patch information.
Definition at line 123 of file columnFvMesh.H.
|
protected |
Number of patches with at least 1 local face.
Definition at line 128 of file columnFvMesh.H.