Public Member Functions | |
ClassNameNoDebug (DynamicMeshType::typeName_.c_str()) | |
SimplifiedDynamicFvMesh (const Time &runTime, const word ®ionName) | |
Constructor. More... | |
virtual bool | update () |
Update the mesh for both mesh motion and topology change. More... | |
![]() | |
TypeName ("simplifiedDynamicFvMeshBase") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, dynamicFvMesh, time,(const Time &runTime, const word ®ionName),(runTime, regionName)) | |
simplifiedDynamicFvMeshBase () | |
Constructor. More... | |
virtual | ~simplifiedDynamicFvMeshBase ()=default |
Destructor. More... | |
![]() | |
ClassName ("columnFvMeshInfo") | |
Runtime type information. More... | |
columnFvMeshInfo (const Time &runTime, const word ®ionName) | |
Additional Inherited Members | |
![]() | |
static autoPtr< dynamicFvMesh > | New (const IOobject &io) |
Return a reference to the selected simplified mesh. More... | |
![]() | |
void | addLocalPatches (fvMesh &mesh) const |
Add the patches to the mesh. More... | |
void | initialiseZones (fvMesh &mesh) |
Initialise zones if constructed from mesh. More... | |
![]() | |
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 94 of file simplifiedDynamicFvMesh.H.
SimplifiedDynamicFvMesh | ( | const Time & | runTime, |
const word & | regionName | ||
) |
Constructor.
Definition at line 33 of file simplifiedDynamicFvMeshTemplates.C.
References Foam::blockMeshTools::read().
ClassNameNoDebug | ( | DynamicMeshType::typeName_. | c_str() | ) |
|
inlinevirtual |
Update the mesh for both mesh motion and topology change.
Definition at line 109 of file simplifiedDynamicFvMesh.H.