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

Defines parameters for a Model Patch. More...

Public Attributes

character(len=pathlen_maxfilepath
 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(wpthreshold
 Threshold to turn on smoothen STL patch.

Detailed Description

Defines parameters for a Model Patch.

Definition at line 429 of file m_derived_types.fpp.f90.

Member Data Documentation

◆ filepath

character(len=pathlen_max) m_derived_types::ic_model_parameters::filepath

Path the STL file relative to case_dir.

Definition at line 430 of file m_derived_types.fpp.f90.

◆ rotate

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.

Definition at line 439 of file m_derived_types.fpp.f90.

◆ scale

real(wp), dimension(1:3) m_derived_types::ic_model_parameters::scale

Scale factor for the STL object.

Definition at line 436 of file m_derived_types.fpp.f90.

◆ spc

integer m_derived_types::ic_model_parameters::spc

Number of samples per cell to use when discretizing the STL object.

Definition at line 443 of file m_derived_types.fpp.f90.

◆ threshold

real(wp) m_derived_types::ic_model_parameters::threshold

Threshold to turn on smoothen STL patch.

Definition at line 446 of file m_derived_types.fpp.f90.

◆ translate

real(wp), dimension(1:3) m_derived_types::ic_model_parameters::translate

Translation of the STL object.

Definition at line 433 of file m_derived_types.fpp.f90.


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