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 fileName | regionPrefix_ |
| Additional prefix for region. Empty if default region. 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 53 of file columnFvMesh.H.
| columnFvMeshInfo | ( | const Time & | runTime, |
| const word & | regionName | ||
| ) |
Definition at line 406 of file columnFvMesh.C.
References topoSet::disallowGenericSets, ZoneMesh< cellZone, polyMesh >::disallowGenericZones, and runTime.
|
protected |
Add the patches to the mesh.
Definition at line 325 of file columnFvMesh.C.
References Foam::expressions::patchExpr::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 386 of file columnFvMesh.C.
References mesh.
| ClassName | ( | "columnFvMeshInfo" | ) |
Runtime type information.
|
protected |
Region of existing mesh.
Definition at line 78 of file columnFvMesh.H.
|
protected |
Additional prefix for region. Empty if default region.
Definition at line 81 of file columnFvMesh.H.
|
protected |
Location of existing mesh (if present)
Definition at line 84 of file columnFvMesh.H.
|
protected |
Created from existing mesh (false = from field)
Definition at line 87 of file columnFvMesh.H.
|
protected |
Points.
Definition at line 93 of file columnFvMesh.H.
|
protected |
Faces.
Definition at line 96 of file columnFvMesh.H.
|
protected |
Owner addressing.
Definition at line 99 of file columnFvMesh.H.
|
protected |
Neighbour addressing.
Definition at line 102 of file columnFvMesh.H.
|
protected |
Dictionary of patch information.
Definition at line 108 of file columnFvMesh.H.
|
protected |
Number of patches with at least 1 local face.
Definition at line 111 of file columnFvMesh.H.