MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_derived_types::ib_stl_parameters Type Reference

User-input parameters for an STL/OBJ immersed boundary model (namelist-safe: scalars + fixed arrays). More...

Public Attributes

character(len=pathlen_maxmodel_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(wpmodel_threshold
 Threshold to turn on smooth STL patch.

Detailed Description

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.

Member Data Documentation

◆ model_filepath

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.

◆ model_scale

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.

◆ model_threshold

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.

◆ model_translate

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.


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