#include <simplifiedDynamicFvMesh.H>


Public Member Functions | |
| ClassNameNoDebug (DynamicMeshType::typeName_.c_str()) | |
| SimplifiedDynamicFvMesh (const Time &runTime, const word ®ionName) | |
| Constructor. | |
| virtual bool | update () |
| Update the mesh for both mesh motion and topology change. | |
| Public Member Functions inherited from simplifiedDynamicFvMeshBase | |
| TypeName ("simplifiedDynamicFvMeshBase") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, dynamicFvMesh, time,(const Time &runTime, const word ®ionName),(runTime, regionName)) | |
| simplifiedDynamicFvMeshBase () | |
| Constructor. | |
| virtual | ~simplifiedDynamicFvMeshBase ()=default |
| Destructor. | |
| Public Member Functions inherited from columnFvMeshInfo | |
| ClassName ("columnFvMeshInfo") | |
| Runtime type information. | |
| columnFvMeshInfo (const Time &runTime, const word ®ionName) | |
Additional Inherited Members | |
| Static Public Member Functions inherited from simplifiedDynamicFvMeshBase | |
| static autoPtr< dynamicFvMesh > | New (const IOobject &io) |
| Return a reference to the selected simplified mesh. | |
| Protected Member Functions inherited from columnFvMeshInfo | |
| void | addLocalPatches (fvMesh &mesh) const |
| Add the patches to the mesh. | |
| void | initialiseZones (fvMesh &mesh) |
| Initialise zones if constructed from mesh. | |
| Protected Attributes inherited from columnFvMeshInfo | |
| 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 98 of file simplifiedDynamicFvMesh.H.
| SimplifiedDynamicFvMesh | ( | const Time & | runTime, |
| const word & | regionName ) |
Constructor.
Definition at line 24 of file simplifiedDynamicFvMeshTemplates.C.
References columnFvMeshInfo::addLocalPatches(), columnFvMeshInfo::columnFvMeshInfo(), columnFvMeshInfo::faces1D_, columnFvMeshInfo::initialiseZones(), IOobjectOption::MUST_READ, columnFvMeshInfo::neighbour1D_, columnFvMeshInfo::owner1D_, columnFvMeshInfo::points1D_, regIOobject::read(), IOobjectOption::readOpt(), regionName, runTime, and simplifiedDynamicFvMeshBase::simplifiedDynamicFvMeshBase().

| ClassNameNoDebug | ( | DynamicMeshType::typeName_. | c_str() | ) |
|
inlinevirtual |
Update the mesh for both mesh motion and topology change.
Definition at line 117 of file simplifiedDynamicFvMesh.H.