FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

reconstructParMesh.C File Reference

Reconstructs a mesh using geometric information only. More...


Detailed Description

Reconstructs a mesh using geometric information only.

Writes point/face/cell procAddressing so afterwards reconstructPar can be used to reconstruct fields.

Note:
Uses geometric matching tolerance (set with -mergeTol option)

If the parallel case does not have correct procBoundaries use the -fullMatch option which will check all boundary faces (bit slower).

Usage
  • reconstructParMesh [OPTIONS]
Parameters:
-fullMatch
Check all boundary faces.
-mergeTol<number>
Relative merge distance.
-region<name>
Only apply to named mesh region.
-noZero
Ignore timestep 0.
-constant
Include the constant directory.
-time<time>
Apply only to specific time.
-latestTime
Only apply to latest time step.
-case<dir>
Case directory.
-help
Display help message.
-doc
Display Doxygen API documentation page for this application.
-srcDoc
Display Doxygen source documentation page for this application.

Definition in file reconstructParMesh.C.

#include "src/OpenFOAM/global/argList/argList.H"
#include "src/OpenFOAM/db/Time/Time.H"
#include "src/OpenFOAM/db/IOobjectList/IOobjectList.H"
#include "src/OpenFOAM/primitives/Lists/labelIOList.H"
#include "src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H"
#include "src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapAddedPolyMesh.H"
#include "src/dynamicMesh/polyMeshAdder/polyMeshAdder.H"
#include "src/dynamicMesh/polyMeshAdder/faceCoupleInfo.H"
#include "src/dynamicMesh/fvMeshAdder/fvMeshAdder.H"
#include "src/dynamicMesh/polyTopoChange/polyTopoChange/polyTopoChange.H"
#include "src/OpenFOAM/include/addTimeOptions.H"
#include "src/OpenFOAM/include/addRegionOption.H"
#include "src/OpenFOAM/include/setRootCase.H"
#include "src/OpenFOAM/include/createTime.H"
#include "src/OpenFOAM/include/checkTimeOptions.H"
Include dependency graph for reconstructParMesh.C:

Go to the source code of this file.