MFC
Exascale flow solver
Loading...
Searching...
No Matches
m_check_ib_patches Module Reference

Validates geometry parameters and constraints for immersed boundary patches. More...

Functions/Subroutines

impure subroutine, public s_check_ib_patches
 Validates the geometry parameters of all active and inactive immersed boundary patches.
impure subroutine s_check_circle_ib_patch_geometry (patch_id)
 This subroutine verifies that the geometric parameters of the circle patch have consistently been inputted by the user.
impure subroutine s_check_ellipse_ib_patch_geometry (patch_id)
 This subroutine verifies that the geometric parameters of the ellipse patch have consistently been inputted by the user.
impure subroutine s_check_airfoil_ib_patch_geometry (patch_id)
 This subroutine verifies that the geometric parameters of the airfoil patch have consistently been inputted by the user.
impure subroutine s_check_3d_airfoil_ib_patch_geometry (patch_id)
 This subroutine verifies that the geometric parameters of the 3d airfoil patch have consistently been inputted by the user.
impure subroutine s_check_rectangle_ib_patch_geometry (patch_id)
 This subroutine verifies that the geometric parameters of the rectangle patch have consistently been inputted by the user.
impure subroutine s_check_sphere_ib_patch_geometry (patch_id)
 This subroutine verifies that the geometric parameters of the sphere patch have consistently been inputted by the user.
impure subroutine s_check_cuboid_ib_patch_geometry (patch_id)
 This subroutine verifies that the geometric parameters of the cuboid patch have consistently been inputted by the user.
impure subroutine s_check_cylinder_ib_patch_geometry (patch_id)
 This subroutine verifies that the geometric parameters of the cylinder patch have consistently been inputted by the user.
impure subroutine s_check_model_ib_patch_geometry (patch_id)
 This subroutine verifies that the geometric parameters of the model patch have consistently been inputted by the user.
impure subroutine s_check_inactive_ib_patch_geometry (patch_id)

Variables

character(len=10) istr

Detailed Description

Validates geometry parameters and constraints for immersed boundary patches.

Function/Subroutine Documentation

◆ s_check_3d_airfoil_ib_patch_geometry()

impure subroutine m_check_ib_patches::s_check_3d_airfoil_ib_patch_geometry ( integer, intent(in) patch_id)

This subroutine verifies that the geometric parameters of the 3d airfoil patch have consistently been inputted by the user.

Parameters
patch_idPatch identifier

Definition at line 440 of file m_check_ib_patches.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_airfoil_ib_patch_geometry()

impure subroutine m_check_ib_patches::s_check_airfoil_ib_patch_geometry ( integer, intent(in) patch_id)

This subroutine verifies that the geometric parameters of the airfoil patch have consistently been inputted by the user.

Parameters
patch_idPatch identifier

Definition at line 421 of file m_check_ib_patches.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_circle_ib_patch_geometry()

impure subroutine m_check_ib_patches::s_check_circle_ib_patch_geometry ( integer, intent(in) patch_id)

This subroutine verifies that the geometric parameters of the circle patch have consistently been inputted by the user.

Parameters
patch_idPatch identifier

Definition at line 383 of file m_check_ib_patches.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_cuboid_ib_patch_geometry()

impure subroutine m_check_ib_patches::s_check_cuboid_ib_patch_geometry ( integer, intent(in) patch_id)

This subroutine verifies that the geometric parameters of the cuboid patch have consistently been inputted by the user.

Parameters
patch_idPatch identifier

Definition at line 497 of file m_check_ib_patches.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_cylinder_ib_patch_geometry()

impure subroutine m_check_ib_patches::s_check_cylinder_ib_patch_geometry ( integer, intent(in) patch_id)

This subroutine verifies that the geometric parameters of the cylinder patch have consistently been inputted by the user.

Parameters
patch_idPatch identifier

Definition at line 516 of file m_check_ib_patches.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_ellipse_ib_patch_geometry()

impure subroutine m_check_ib_patches::s_check_ellipse_ib_patch_geometry ( integer, intent(in) patch_id)

This subroutine verifies that the geometric parameters of the ellipse patch have consistently been inputted by the user.

Parameters
patch_idPatch identifier

Definition at line 402 of file m_check_ib_patches.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_ib_patches()

impure subroutine, public m_check_ib_patches::s_check_ib_patches

Validates the geometry parameters of all active and inactive immersed boundary patches.

Definition at line 326 of file m_check_ib_patches.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_inactive_ib_patch_geometry()

impure subroutine m_check_ib_patches::s_check_inactive_ib_patch_geometry ( integer, intent(in) patch_id)

Definition at line 567 of file m_check_ib_patches.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_model_ib_patch_geometry()

impure subroutine m_check_ib_patches::s_check_model_ib_patch_geometry ( integer, intent(in) patch_id)

This subroutine verifies that the geometric parameters of the model patch have consistently been inputted by the user.

Parameters
patch_idPatch identifier

Definition at line 542 of file m_check_ib_patches.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_rectangle_ib_patch_geometry()

impure subroutine m_check_ib_patches::s_check_rectangle_ib_patch_geometry ( integer, intent(in) patch_id)

This subroutine verifies that the geometric parameters of the rectangle patch have consistently been inputted by the user.

Parameters
patch_idPatch identifier

Definition at line 459 of file m_check_ib_patches.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_sphere_ib_patch_geometry()

impure subroutine m_check_ib_patches::s_check_sphere_ib_patch_geometry ( integer, intent(in) patch_id)

This subroutine verifies that the geometric parameters of the sphere patch have consistently been inputted by the user.

Parameters
patch_idPatch identifier

Definition at line 478 of file m_check_ib_patches.fpp.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ istr

character(len=10) m_check_ib_patches::istr

Definition at line 321 of file m_check_ib_patches.fpp.f90.