MFC: Pre-Process
High-fidelity multiphase flow simulation
|
Functions/Subroutines | |
program | __m_patches_fpp_f90__ |
subroutine | s_line_segment (patch_id, patch_id_fp, q_prim_vf) |
The line segment patch is a 1D geometry that may be used, for example, in creating a Riemann problem. The geometry of the patch is well-defined when its centroid and length in the x-coordinate direction are provided. Note that the line segment patch DOES NOT allow for the smearing of its boundaries. | |
subroutine | s_spiral (patch_id, patch_id_fp, q_prim_vf) |
The spiral patch is a 2D geometry that may be used, The geometry of the patch is well-defined when its centroid and radius are provided. Note that the circular patch DOES allow for the smoothing of its boundary. | |
subroutine | s_circle (patch_id, patch_id_fp, q_prim_vf, ib) |
The circular patch is a 2D geometry that may be used, for example, in creating a bubble or a droplet. The geometry of the patch is well-defined when its centroid and radius are provided. Note that the circular patch DOES allow for the smoothing of its boundary. | |
subroutine | s_airfoil (patch_id, patch_id_fp, q_prim_vf, ib) |
subroutine | s_3d_airfoil (patch_id, patch_id_fp, q_prim_vf, ib) |
subroutine | s_varcircle (patch_id, patch_id_fp, q_prim_vf) |
The varcircle patch is a 2D geometry that may be used . It generatres an annulus. | |
subroutine | s_3dvarcircle (patch_id, patch_id_fp, q_prim_vf) |
subroutine | s_ellipse (patch_id, patch_id_fp, q_prim_vf) |
The elliptical patch is a 2D geometry. The geometry of the patch is well-defined when its centroid and radii are provided. Note that the elliptical patch DOES allow for the smoothing of its boundary. | |
subroutine | s_ellipsoid (patch_id, patch_id_fp, q_prim_vf) |
The ellipsoidal patch is a 3D geometry. The geometry of the patch is well-defined when its centroid and radii are provided. Note that the ellipsoidal patch DOES allow for the smoothing of its boundary. | |
subroutine | s_rectangle (patch_id, patch_id_fp, q_prim_vf, ib) |
The rectangular patch is a 2D geometry that may be used, for example, in creating a solid boundary, or pre-/post- shock region, in alignment with the axes of the Cartesian coordinate system. The geometry of such a patch is well- defined when its centroid and lengths in the x- and y- coordinate directions are provided. Please note that the rectangular patch DOES NOT allow for the smoothing of its boundaries. | |
subroutine | s_sweep_line (patch_id, patch_id_fp, q_prim_vf) |
The swept line patch is a 2D geometry that may be used, for example, in creating a solid boundary, or pre-/post- shock region, at an angle with respect to the axes of the Cartesian coordinate system. The geometry of the patch is well-defined when its centroid and normal vector, aimed in the sweep direction, are provided. Note that the sweep line patch DOES allow the smoothing of its boundary. | |
subroutine | s_2d_taylorgreen_vortex (patch_id, patch_id_fp, q_prim_vf) |
The Taylor Green vortex is 2D decaying vortex that may be used, for example, to verify the effects of viscous attenuation. Geometry of the patch is well-defined when its centroid are provided. | |
subroutine | s_1d_analytical (patch_id, patch_id_fp, q_prim_vf) |
This patch assigns the primitive variables as analytical functions such that the code can be verified. | |
subroutine | s_1d_bubble_pulse (patch_id, patch_id_fp, q_prim_vf) |
subroutine | s_2d_analytical (patch_id, patch_id_fp, q_prim_vf) |
This patch assigns the primitive variables as analytical functions such that the code can be verified. | |
subroutine | s_3d_analytical (patch_id, patch_id_fp, q_prim_vf) |
This patch assigns the primitive variables as analytical functions such that the code can be verified. | |
subroutine | s_spherical_harmonic (patch_id, patch_id_fp, q_prim_vf) |
This patch generates the shape of the spherical harmonics as a perturbation to a perfect sphere. | |
subroutine | s_sphere (patch_id, patch_id_fp, q_prim_vf, ib) |
The spherical patch is a 3D geometry that may be used, for example, in creating a bubble or a droplet. The patch geometry is well-defined when its centroid and radius are provided. Please note that the spherical patch DOES allow for the smoothing of its boundary. | |
subroutine | s_cuboid (patch_id, patch_id_fp, q_prim_vf, ib) |
The cuboidal patch is a 3D geometry that may be used, for example, in creating a solid boundary, or pre-/post-shock region, which is aligned with the axes of the Cartesian coordinate system. The geometry of such a patch is well- defined when its centroid and lengths in the x-, y- and z-coordinate directions are provided. Please notice that the cuboidal patch DOES NOT allow for the smearing of its boundaries. | |
subroutine | s_cylinder (patch_id, patch_id_fp, q_prim_vf, ib) |
The cylindrical patch is a 3D geometry that may be used, for example, in setting up a cylindrical solid boundary confinement, like a blood vessel. The geometry of this patch is well-defined when the centroid, the radius and the length along the cylinder's axis, parallel to the x-, y- or z-coordinate direction, are provided. Please note that the cylindrical patch DOES allow for the smoothing of its lateral boundary. | |
subroutine | s_sweep_plane (patch_id, patch_id_fp, q_prim_vf) |
The swept plane patch is a 3D geometry that may be used, for example, in creating a solid boundary, or pre-/post- shock region, at an angle with respect to the axes of the Cartesian coordinate system. The geometry of the patch is well-defined when its centroid and normal vector, aimed in the sweep direction, are provided. Note that the sweep plane patch DOES allow the smoothing of its boundary. | |
subroutine | s_model (patch_id, patch_id_fp, q_prim_vf, ib, stl_levelset, stl_levelset_norm) |
The STL patch is a 2/3D geometry that is imported from an STL file. | |
subroutine | s_convert_cylindrical_to_cartesian_coord (cyl_y, cyl_z) |
function | f_convert_cyl_to_cart (cyl) |
subroutine | s_convert_cylindrical_to_spherical_coord (cyl_x, cyl_y) |
real(wp) function | f_r (myth, offset, a) |
Archimedes spiral function. | |
program __m_patches_fpp_f90__ |
|
private |
|
private |
Archimedes spiral function.
myth | Angle |
offset | Thickness |
a | Starting position |
|
private |
This patch assigns the primitive variables as analytical functions such that the code can be verified.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
|
private |
|
private |
This patch assigns the primitive variables as analytical functions such that the code can be verified.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
|
private |
The Taylor Green vortex is 2D decaying vortex that may be used, for example, to verify the effects of viscous attenuation. Geometry of the patch is well-defined when its centroid are provided.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
|
private |
|
private |
This patch assigns the primitive variables as analytical functions such that the code can be verified.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
|
private |
|
private |
|
private |
The circular patch is a 2D geometry that may be used, for example, in creating a bubble or a droplet. The geometry of the patch is well-defined when its centroid and radius are provided. Note that the circular patch DOES allow for the smoothing of its boundary.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
ib | True if this patch is an immersed boundary |
|
private |
|
private |
|
private |
The cuboidal patch is a 3D geometry that may be used, for example, in creating a solid boundary, or pre-/post-shock region, which is aligned with the axes of the Cartesian coordinate system. The geometry of such a patch is well- defined when its centroid and lengths in the x-, y- and z-coordinate directions are provided. Please notice that the cuboidal patch DOES NOT allow for the smearing of its boundaries.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
|
private |
The cylindrical patch is a 3D geometry that may be used, for example, in setting up a cylindrical solid boundary confinement, like a blood vessel. The geometry of this patch is well-defined when the centroid, the radius and the length along the cylinder's axis, parallel to the x-, y- or z-coordinate direction, are provided. Please note that the cylindrical patch DOES allow for the smoothing of its lateral boundary.
patch_id | is the patch identifier | |
patch_id_fp | Array to track patch ids | |
q_prim_vf | Array of primitive variables | |
ib | True if this patch is an immersed boundary | |
[in] | ib | True if this patch is an immersed boundary |
|
private |
The elliptical patch is a 2D geometry. The geometry of the patch is well-defined when its centroid and radii are provided. Note that the elliptical patch DOES allow for the smoothing of its boundary.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
|
private |
The ellipsoidal patch is a 3D geometry. The geometry of the patch is well-defined when its centroid and radii are provided. Note that the ellipsoidal patch DOES allow for the smoothing of its boundary.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
subroutine __m_patches_fpp_f90__::s_line_segment | ( | integer, intent(in) | patch_id, |
integer, dimension(0:m, 0:n, 0:p), intent(inout) | patch_id_fp, | ||
type(scalar_field), dimension(1:sys_size), intent(inout) | q_prim_vf ) |
The line segment patch is a 1D geometry that may be used, for example, in creating a Riemann problem. The geometry of the patch is well-defined when its centroid and length in the x-coordinate direction are provided. Note that the line segment patch DOES NOT allow for the smearing of its boundaries.
patch_id | patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
|
private |
The STL patch is a 2/3D geometry that is imported from an STL file.
patch_id | is the patch identifier | |
patch_id_fp | Array to track patch ids | |
q_prim_vf | Primitive variables | |
ib | True if this patch is an immersed boundary | |
STL_levelset | STL levelset | |
STL_levelset_norm | STL levelset normals | |
[in,out] | stl_levelset | Levelset determined by models |
[in,out] | stl_levelset_norm | Levelset_norm determined by models |
[in] | ib | True if this patch is an immersed boundary |
|
private |
The rectangular patch is a 2D geometry that may be used, for example, in creating a solid boundary, or pre-/post- shock region, in alignment with the axes of the Cartesian coordinate system. The geometry of such a patch is well- defined when its centroid and lengths in the x- and y- coordinate directions are provided. Please note that the rectangular patch DOES NOT allow for the smoothing of its boundaries.
patch_id | is the patch identifier | |
patch_id_fp | Array to track patch ids | |
q_prim_vf | Array of primitive variables | |
ib | True if this patch is an immersed boundary | |
[in] | ib | True if this patch is an immersed boundary |
|
private |
The spherical patch is a 3D geometry that may be used, for example, in creating a bubble or a droplet. The patch geometry is well-defined when its centroid and radius are provided. Please note that the spherical patch DOES allow for the smoothing of its boundary.
patch_id | is the patch identifier | |
patch_id_fp | Array to track patch ids | |
q_prim_vf | Array of primitive variables | |
ib | True if this patch is an immersed boundary | |
[in] | ib | True if this patch is an immersed boundary |
|
private |
This patch generates the shape of the spherical harmonics as a perturbation to a perfect sphere.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
|
private |
The spiral patch is a 2D geometry that may be used, The geometry of the patch is well-defined when its centroid and radius are provided. Note that the circular patch DOES allow for the smoothing of its boundary.
patch_id | patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
|
private |
The swept line patch is a 2D geometry that may be used, for example, in creating a solid boundary, or pre-/post- shock region, at an angle with respect to the axes of the Cartesian coordinate system. The geometry of the patch is well-defined when its centroid and normal vector, aimed in the sweep direction, are provided. Note that the sweep line patch DOES allow the smoothing of its boundary.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |
|
private |
The swept plane patch is a 3D geometry that may be used, for example, in creating a solid boundary, or pre-/post- shock region, at an angle with respect to the axes of the Cartesian coordinate system. The geometry of the patch is well-defined when its centroid and normal vector, aimed in the sweep direction, are provided. Note that the sweep plane patch DOES allow the smoothing of its boundary.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Primitive variables |
|
private |
The varcircle patch is a 2D geometry that may be used . It generatres an annulus.
patch_id | is the patch identifier |
patch_id_fp | Array to track patch ids |
q_prim_vf | Array of primitive variables |