|
MFC: Simulation
High-fidelity multiphase flow simulation
|
Defines parameters for a Model Patch. More...
Public Attributes | |
| character(len=pathlen_max) | filepath |
| Path the STL file relative to case_dir. | |
| real(wp), dimension(1:3) | translate |
| Translation of the STL object. | |
| real(wp), dimension(1:3) | scale |
| Scale factor for the STL object. | |
| real(wp), dimension(1:3) | rotate |
| Angle to rotate the STL object along each cartesian coordinate axis, in radians. | |
| integer | spc |
| Number of samples per cell to use when discretizing the STL object. | |
| real(wp) | threshold |
| Threshold to turn on smoothen STL patch. | |
Defines parameters for a Model Patch.
| character(len=pathlen_max) m_derived_types::ic_model_parameters::filepath |
Path the STL file relative to case_dir.
| real(wp), dimension(1:3) m_derived_types::ic_model_parameters::rotate |
Angle to rotate the STL object along each cartesian coordinate axis, in radians.
| real(wp), dimension(1:3) m_derived_types::ic_model_parameters::scale |
Scale factor for the STL object.
| integer m_derived_types::ic_model_parameters::spc |
Number of samples per cell to use when discretizing the STL object.
| real(wp) m_derived_types::ic_model_parameters::threshold |
Threshold to turn on smoothen STL patch.
| real(wp), dimension(1:3) m_derived_types::ic_model_parameters::translate |
Translation of the STL object.