|
MFC: Simulation
High-fidelity multiphase flow simulation
|
This module is used to handle all operations related to immersed boundary methods (IBMs). More...
Functions/Subroutines | |
| impure subroutine, public | s_apply_levelset (gps, num_gps) |
| subroutine | s_circle_levelset (gp) |
| subroutine | s_airfoil_levelset (gp) |
| subroutine | s_3d_airfoil_levelset (gp) |
| subroutine | s_rectangle_levelset (gp) |
| Subroutine for computing the levelset values at a ghost point belonging to the rectangle IB. | |
| subroutine | s_ellipse_levelset (gp) |
| subroutine | s_cuboid_levelset (gp) |
| subroutine | s_sphere_levelset (gp) |
| subroutine | s_cylinder_levelset (gp) |
| subroutine | s_model_levelset (gp) |
| The STL patch is a 2/3D geometry that is imported from an STL file. | |
This module is used to handle all operations related to immersed boundary methods (IBMs).
| subroutine m_compute_levelset::s_3d_airfoil_levelset | ( | type(ghost_point), intent(inout) | gp | ) |
| subroutine m_compute_levelset::s_airfoil_levelset | ( | type(ghost_point), intent(inout) | gp | ) |
| impure subroutine, public m_compute_levelset::s_apply_levelset | ( | type(ghost_point), dimension(:), intent(inout) | gps, |
| integer, intent(in) | num_gps ) |
| subroutine m_compute_levelset::s_circle_levelset | ( | type(ghost_point), intent(inout) | gp | ) |
| subroutine m_compute_levelset::s_cuboid_levelset | ( | type(ghost_point), intent(inout) | gp | ) |
| subroutine m_compute_levelset::s_cylinder_levelset | ( | type(ghost_point), intent(inout) | gp | ) |
| subroutine m_compute_levelset::s_ellipse_levelset | ( | type(ghost_point), intent(inout) | gp | ) |
| subroutine m_compute_levelset::s_model_levelset | ( | type(ghost_point), intent(inout) | gp | ) |
The STL patch is a 2/3D geometry that is imported from an STL file.
| patch_id | is the patch identifier |
| STL_levelset | STL levelset |
| STL_levelset_norm | STL levelset normals |
| subroutine m_compute_levelset::s_rectangle_levelset | ( | type(ghost_point), intent(inout) | gp | ) |
Subroutine for computing the levelset values at a ghost point belonging to the rectangle IB.
| subroutine m_compute_levelset::s_sphere_levelset | ( | type(ghost_point), intent(inout) | gp | ) |