|
MFC
Exascale flow solver
|
User-input parameters for an STL/OBJ immersed boundary model (namelist-safe: scalars + fixed arrays). More...
Public Attributes | |
| character(len=pathlen_max) | model_filepath |
| Path to the STL file relative to case_dir. | |
| real(wp), dimension(1:3) | model_translate |
| Translation of the STL object. | |
| real(wp), dimension(1:3) | model_scale |
| Scale factor for the STL object. | |
| real(wp) | model_threshold |
| Threshold to turn on smooth STL patch. | |
User-input parameters for an STL/OBJ immersed boundary model (namelist-safe: scalars + fixed arrays).
Definition at line 597 of file m_derived_types.fpp.f90.
| character(len=pathlen_max) m_derived_types::ib_stl_parameters::model_filepath |
Path to the STL file relative to case_dir.
Definition at line 598 of file m_derived_types.fpp.f90.
| real(wp), dimension(1:3) m_derived_types::ib_stl_parameters::model_scale |
Scale factor for the STL object.
Definition at line 600 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::ib_stl_parameters::model_threshold |
Threshold to turn on smooth STL patch.
Definition at line 601 of file m_derived_types.fpp.f90.
| real(wp), dimension(1:3) m_derived_types::ib_stl_parameters::model_translate |
Translation of the STL object.
Definition at line 599 of file m_derived_types.fpp.f90.