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... | |
| bool MeshManipulationFoamParams::SurfaceLambdaMuSmooth::addFeatureFile | 
Definition at line 49 of file MeshManipulationFoamParams.H.
| double MeshManipulationFoamParams::SurfaceLambdaMuSmooth::lambda_ {1.} | 
Definition at line 61 of file MeshManipulationFoamParams.H.
| double MeshManipulationFoamParams::SurfaceLambdaMuSmooth::mu {1.} | 
Definition at line 65 of file MeshManipulationFoamParams.H.
| int MeshManipulationFoamParams::SurfaceLambdaMuSmooth::slmsIterations {50} | 
Definition at line 69 of file MeshManipulationFoamParams.H.
| std::string MeshManipulationFoamParams::SurfaceLambdaMuSmooth::slmsoutputFile | 
Definition at line 57 of file MeshManipulationFoamParams.H.
| std::string MeshManipulationFoamParams::SurfaceLambdaMuSmooth::slmssurfaceFile | 
Definition at line 53 of file MeshManipulationFoamParams.H.