NEMoSys  0.63.0
A modular, extensible resource with robust automated mesh generation, mesh quality analysis, adaptive mesh refinement, and data transfer between arbitrary meshes.
MeshManipulationFoamParams::SurfaceLambdaMuSmooth Struct Reference

Detailed Description

Definition at line 44 of file MeshManipulationFoamParams.H.

Public Attributes

bool addFeatureFile
 If enabled, allows adding feature file for surfLambdaMuSmooth (Default is off) More...
 
std::string slmssurfaceFile
 Input surface file for surfLambdaMuSmooth utility. More...
 
std::string slmsoutputFile
 Output surface file for surfLambdaMuSmooth utility. More...
 
double lambda_ {1.}
 Lambda (Range 0....1) for surfLambdaMuSmooth smoothing. More...
 
double mu {1.}
 Mu (Range 0....1) for surfLambdaMuSmooth smoothing. More...
 
int slmsIterations {50}
 Number of smoothing iterations for surfLambdaMuSmooth. More...
 

Member Data Documentation

◆ addFeatureFile

bool MeshManipulationFoamParams::SurfaceLambdaMuSmooth::addFeatureFile

Definition at line 49 of file MeshManipulationFoamParams.H.

◆ lambda_

double MeshManipulationFoamParams::SurfaceLambdaMuSmooth::lambda_ {1.}

Definition at line 61 of file MeshManipulationFoamParams.H.

◆ mu

double MeshManipulationFoamParams::SurfaceLambdaMuSmooth::mu {1.}

Definition at line 65 of file MeshManipulationFoamParams.H.

◆ slmsIterations

int MeshManipulationFoamParams::SurfaceLambdaMuSmooth::slmsIterations {50}

Definition at line 69 of file MeshManipulationFoamParams.H.

◆ slmsoutputFile

std::string MeshManipulationFoamParams::SurfaceLambdaMuSmooth::slmsoutputFile

Definition at line 57 of file MeshManipulationFoamParams.H.

◆ slmssurfaceFile

std::string MeshManipulationFoamParams::SurfaceLambdaMuSmooth::slmssurfaceFile

Definition at line 53 of file MeshManipulationFoamParams.H.


The documentation for this struct was generated from the following file: