29 #ifndef NEMOSYS_MESHMANIPULATIONFOAMPARAMS_H_ 30 #define NEMOSYS_MESHMANIPULATIONFOAMPARAMS_H_ 32 #include "nemosys_export.h" 69 int slmsIterations{50};
77 bool overwriteMsh{
true};
102 bool overwriteMergeMsh{
true};
118 bool overwritecpMsh{
true};
185 #endif // NEMOSYS_MESHMANIPULATIONFOAMPARAMS_H_ std::string masterCasePath
Specifies directory for master mesh.
int numDomains
Defines total number of domains (meshes) to merge using mergeMeshes.
SplitMeshRegions splitMeshRegParams
std::string outSurfFile
Output surface file for surfSpltByTopology utility.
MeshManipulationFoamParams defines basic parameters needed for utilities in MeshManipulationFoam clas...
std::string packsPatchType
Defines packs patch type for createPatch utility (this is specific to "Pack Mesh" workflow) ...
bool addFeatureFile
If enabled, allows adding feature file for surfLambdaMuSmooth (Default is off)
std::vector< std::string > pckRegionNames
A vector containing all region names for packs.
SurfaceLambdaMuSmooth surfLMSmoothParams
std::string addCasePath
Specifies directory for mesh to be merge with master mesh.
std::string slmssurfaceFile
Input surface file for surfLambdaMuSmooth utility.
std::string pathSurrounding
Defines surrounding mesh path from main directory.
MergeMeshes mergeMeshesParams
SurfaceSplitByManifold surfSplitParams
std::string outSurfName
Output surface file name.extension for foamToSurface utility.
FoamToSurface foamToSurfParams
std::string masterCase
Defines master mesh region for mergeMeshes.
std::string srrndngPatchType
Defines surrounding patch type for createPatch utility (this is specific to "Pack Mesh" workflow) ...
std::string pathPacks
Defines pack mesh path from main directory.
std::string addCase
Defines name of first mesh region to add to master mesh.
std::string slmsoutputFile
Output surface file for surfLambdaMuSmooth utility.
std::string packsName
Defines packs patch name for createPatch utility (this is specific to "Pack Mesh" workflow) ...
std::string surroundingName
Defines surrounding patch name for createPatch utility (this is specific to "Pack Mesh" workflow) ...
CreatePatch createPatchParams
std::string surfFile
Input surface file for surfSpltByTopology utility.