Loading [MathJax]/extensions/tex2jax.js
MFC: Pre-Process
High-fidelity multiphase flow simulation
All Classes Namespaces Files Functions Variables Pages
ic_patch_parameters Type Reference

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...

Public Attributes

integer geometry
 Type of geometry for the patch.
 
real(wpx_centroid
 
real(wpy_centroid
 
real(wpz_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(wplength_x
 
real(wplength_y
 
real(wplength_z
 Dimensions of the patch. x,y,z Lengths.
 
real(wpradius
 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(wpepsilon
 
real(wpbeta
 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(wpsmooth_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_maxalpha_rho
 
real(wprho
 
real(wp), dimension(3) vel
 
real(wppres
 
real(wp), dimension(num_fluids_maxalpha
 
real(wpgamma
 
real(wppi_inf
 
real(wpcv
 
real(wpqv
 
real(wpqvp
 
real(wp), dimension(6) tau_e
 Elastic stresses added to primitive variables if hypoelasticity = True.
 
real(wpr0
 Bubble size.
 
real(wpv0
 Bubble velocity.
 
real(wpp0
 Bubble size.
 
real(wpm0
 Bubble velocity.
 
integer hcid
 
real(wpcf_val
 
real(wp), dimension(1:num_species) y
 
character(len=pathlen_maxmodel_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(wpmodel_threshold
 Threshold to turn on smoothen STL patch.
 

Detailed Description

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.

Member Data Documentation

◆ a

real(wp), dimension(2:9) ic_patch_parameters::a

The parameters needed for the spherical harmonic patch.

◆ alpha

real(wp), dimension(num_fluids_max) ic_patch_parameters::alpha

◆ alpha_rho

real(wp), dimension(num_fluids_max) ic_patch_parameters::alpha_rho

◆ alter_patch

logical, dimension(0:num_patches_max - 1) ic_patch_parameters::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

Bubble velocity.

◆ 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

Bubble size.

◆ 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

Bubble size.

◆ 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

Bubble velocity.

◆ vel

real(wp), dimension(3) ic_patch_parameters::vel

◆ x_centroid

real(wp) ic_patch_parameters::x_centroid

◆ y

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: