|
MFC: Pre-Process
High-fidelity multiphase flow simulation
|
This module is used to handle all operations related to immersed boundary methods (IBMs) More...
Functions/Subroutines | |
| subroutine, public | s_circle_levelset (ib_patch_id, levelset, levelset_norm) |
| subroutine, public | s_airfoil_levelset (ib_patch_id, levelset, levelset_norm) |
| subroutine, public | s_3d_airfoil_levelset (ib_patch_id, levelset, levelset_norm) |
| subroutine, public | s_rectangle_levelset (ib_patch_id, levelset, levelset_norm) |
| Initialize IBM module. | |
| subroutine, public | s_cuboid_levelset (ib_patch_id, levelset, levelset_norm) |
| subroutine, public | s_sphere_levelset (ib_patch_id, levelset, levelset_norm) |
| subroutine, public | s_cylinder_levelset (ib_patch_id, levelset, levelset_norm) |
This module is used to handle all operations related to immersed boundary methods (IBMs)
| subroutine, public m_compute_levelset::s_3d_airfoil_levelset | ( | integer, intent(in) | ib_patch_id, |
| type(levelset_field), intent(inout), optional | levelset, | ||
| type(levelset_norm_field), intent(inout), optional | levelset_norm ) |
| subroutine, public m_compute_levelset::s_airfoil_levelset | ( | integer, intent(in) | ib_patch_id, |
| type(levelset_field), intent(inout), optional | levelset, | ||
| type(levelset_norm_field), intent(inout), optional | levelset_norm ) |
| subroutine, public m_compute_levelset::s_circle_levelset | ( | integer, intent(in) | ib_patch_id, |
| type(levelset_field), intent(inout), optional | levelset, | ||
| type(levelset_norm_field), intent(inout), optional | levelset_norm ) |
| subroutine, public m_compute_levelset::s_cuboid_levelset | ( | integer, intent(in) | ib_patch_id, |
| type(levelset_field), intent(inout), optional | levelset, | ||
| type(levelset_norm_field), intent(inout), optional | levelset_norm ) |
| subroutine, public m_compute_levelset::s_cylinder_levelset | ( | integer, intent(in) | ib_patch_id, |
| type(levelset_field), intent(inout), optional | levelset, | ||
| type(levelset_norm_field), intent(inout), optional | levelset_norm ) |
| subroutine, public m_compute_levelset::s_rectangle_levelset | ( | integer, intent(in) | ib_patch_id, |
| type(levelset_field), intent(inout), optional | levelset, | ||
| type(levelset_norm_field), intent(inout), optional | levelset_norm ) |
Initialize IBM module.
| subroutine, public m_compute_levelset::s_sphere_levelset | ( | integer, intent(in) | ib_patch_id, |
| type(levelset_field), intent(inout), optional | levelset, | ||
| type(levelset_norm_field), intent(inout), optional | levelset_norm ) |