Derived type adding initial condition (ic) patch parameters as attributes NOTE: The requirements for the specification of the above parameters are strongly dependent on both the choice of the multicomponent flow model as well as the choice of the patch geometry.
More...
|
integer | geometry |
| Type of geometry for the patch.
|
|
real(wp) | x_centroid |
|
real(wp) | y_centroid |
|
real(wp) | z_centroid |
| Location of the geometric center, i.e. the centroid, of the patch. It is specified through its x-, y- and z-coordinates, respectively.
|
|
real(wp) | length_x |
|
real(wp) | length_y |
|
real(wp) | length_z |
| Dimensions of the patch. x,y,z Lengths.
|
|
real(wp) | radius |
| Dimensions of the patch. radius.
|
|
real(wp), dimension(3) | radii |
| Vector indicating the various radii for the elliptical and ellipsoidal patch geometries. It is specified through its x-, y-, and z-components respectively.
|
|
real(wp) | epsilon |
|
real(wp) | beta |
| The isentropic vortex parameters for the amplitude of the disturbance and domain of influence.
|
|
real(wp), dimension(2:9) | a |
| The parameters needed for the spherical harmonic patch.
|
|
logical | non_axis_sym |
|
real(wp), dimension(3) | normal |
| Normal vector indicating the orientation of the patch. It is specified through its x-, y- and z-components, respectively.
|
|
logical, dimension(0:num_patches_max - 1) | alter_patch |
|
logical | smoothen |
| Permission indicating to the current patch whether its boundaries will be smoothed out across a few cells or whether they are to remain sharp.
|
|
integer | smooth_patch_id |
| Identity (id) of the patch with which current patch is to get smoothed.
|
|
real(wp) | smooth_coeff |
| Smoothing coefficient (coeff) for the size of the stencil of cells across which boundaries of the current patch will be smeared out.
|
|
real(wp), dimension(num_fluids_max) | alpha_rho |
|
real(wp) | rho |
|
real(wp), dimension(3) | vel |
|
real(wp) | pres |
|
real(wp), dimension(num_fluids_max) | alpha |
|
real(wp) | gamma |
|
real(wp) | pi_inf |
|
real(wp) | cv |
|
real(wp) | qv |
|
real(wp) | qvp |
|
real(wp), dimension(6) | tau_e |
| Elastic stresses added to primitive variables if hypoelasticity = True.
|
|
real(wp) | r0 |
| Bubble size.
|
|
real(wp) | v0 |
| Bubble velocity.
|
|
real(wp) | p0 |
| Bubble size.
|
|
real(wp) | m0 |
| Bubble velocity.
|
|
integer | hcid |
|
real(wp) | cf_val |
|
real(wp), dimension(1:num_species) | y |
|
character(len=pathlen_max) | model_filepath |
| Path the STL file relative to case_dir.
|
|
integer | model_spc |
| Number of samples per cell to use when discretizing the STL object.
|
|
real(wp) | model_threshold |
| Threshold to turn on smoothen STL patch.
|
|
Derived type adding initial condition (ic) patch parameters as attributes NOTE: The requirements for the specification of the above parameters are strongly dependent on both the choice of the multicomponent flow model as well as the choice of the patch geometry.
real(wp), dimension(2:9) ic_patch_parameters::a |
The parameters needed for the spherical harmonic patch.
◆ alpha
◆ alpha_rho
◆ alter_patch
◆ beta
real(wp) ic_patch_parameters::beta |
The isentropic vortex parameters for the amplitude of the disturbance and domain of influence.
◆ cf_val
real(wp) ic_patch_parameters::cf_val |
◆ cv
real(wp) ic_patch_parameters::cv |
◆ epsilon
real(wp) ic_patch_parameters::epsilon |
◆ gamma
real(wp) ic_patch_parameters::gamma |
◆ geometry
integer ic_patch_parameters::geometry |
Type of geometry for the patch.
◆ hcid
integer ic_patch_parameters::hcid |
◆ length_x
real(wp) ic_patch_parameters::length_x |
◆ length_y
real(wp) ic_patch_parameters::length_y |
◆ length_z
real(wp) ic_patch_parameters::length_z |
Dimensions of the patch. x,y,z Lengths.
◆ m0
real(wp) ic_patch_parameters::m0 |
◆ model_filepath
character(len=pathlen_max) ic_patch_parameters::model_filepath |
Path the STL file relative to case_dir.
Translation of the STL object. Scale factor for the STL object. Angle to rotate the STL object along each cartesian coordinate axis, in radians.
◆ model_spc
integer ic_patch_parameters::model_spc |
Number of samples per cell to use when discretizing the STL object.
◆ model_threshold
real(wp) ic_patch_parameters::model_threshold |
Threshold to turn on smoothen STL patch.
◆ non_axis_sym
logical ic_patch_parameters::non_axis_sym |
◆ normal
real(wp), dimension(3) ic_patch_parameters::normal |
Normal vector indicating the orientation of the patch. It is specified through its x-, y- and z-components, respectively.
◆ p0
real(wp) ic_patch_parameters::p0 |
◆ pi_inf
real(wp) ic_patch_parameters::pi_inf |
◆ pres
real(wp) ic_patch_parameters::pres |
◆ qv
real(wp) ic_patch_parameters::qv |
◆ qvp
real(wp) ic_patch_parameters::qvp |
◆ r0
real(wp) ic_patch_parameters::r0 |
◆ radii
real(wp), dimension(3) ic_patch_parameters::radii |
Vector indicating the various radii for the elliptical and ellipsoidal patch geometries. It is specified through its x-, y-, and z-components respectively.
◆ radius
real(wp) ic_patch_parameters::radius |
Dimensions of the patch. radius.
◆ rho
real(wp) ic_patch_parameters::rho |
◆ smooth_coeff
real(wp) ic_patch_parameters::smooth_coeff |
Smoothing coefficient (coeff) for the size of the stencil of cells across which boundaries of the current patch will be smeared out.
◆ smooth_patch_id
integer ic_patch_parameters::smooth_patch_id |
Identity (id) of the patch with which current patch is to get smoothed.
◆ smoothen
logical ic_patch_parameters::smoothen |
Permission indicating to the current patch whether its boundaries will be smoothed out across a few cells or whether they are to remain sharp.
◆ tau_e
real(wp), dimension(6) ic_patch_parameters::tau_e |
Elastic stresses added to primitive variables if hypoelasticity = True.
◆ v0
real(wp) ic_patch_parameters::v0 |
◆ vel
real(wp), dimension(3) ic_patch_parameters::vel |
◆ x_centroid
real(wp) ic_patch_parameters::x_centroid |
real(wp), dimension(1:num_species) ic_patch_parameters::y |
◆ y_centroid
real(wp) ic_patch_parameters::y_centroid |
◆ z_centroid
real(wp) ic_patch_parameters::z_centroid |
Location of the geometric center, i.e. the centroid, of the patch. It is specified through its x-, y- and z-coordinates, respectively.
The documentation for this type was generated from the following file: