Loading [MathJax]/jax/input/TeX/config.js
MFC: Pre-Process
High-fidelity multiphase flow simulation
All Classes Namespaces Files Functions Variables Pages
m_check_patches.fpp.f90 File Reference

Functions/Subroutines

program __m_check_patches_fpp_f90__
 
subroutine s_check_patches
 
subroutine s_check_line_segment_patch_geometry (patch_id)
 This subroutine checks the line segment patch input.
 
subroutine s_check_circle_patch_geometry (patch_id)
 This subroutine checks the circle patch input.
 
subroutine s_check_rectangle_patch_geometry (patch_id)
 This subroutine checks the rectangle patch input.
 
subroutine s_check_line_sweep_patch_geometry (patch_id)
 This subroutine checks the line sweep patch input.
 
subroutine s_check_ellipse_patch_geometry (patch_id)
 This subroutine checks the ellipse patch input.
 
subroutine s_check_2d_taylorgreen_vortex_patch_geometry (patch_id)
 This subroutine checks the model patch input.
 
subroutine s_check_1d_analytical_patch_geometry (patch_id)
 This subroutine checks the model patch input.
 
subroutine s_check_2d_analytical_patch_geometry (patch_id)
 This subroutine checks the model patch input.
 
subroutine s_check_3d_analytical_patch_geometry (patch_id)
 This subroutine checks the model patch input.
 
subroutine s_check_sphere_patch_geometry (patch_id)
 This subroutine checks the model patch input.
 
subroutine s_check_spherical_harmonic_patch_geometry (patch_id)
 This subroutine checks the model patch input.
 
subroutine s_check_cuboid_patch_geometry (patch_id)
 This subroutine checks the model patch input.
 
subroutine s_check_cylinder_patch_geometry (patch_id)
 This subroutine checks the model patch input.
 
subroutine s_check_plane_sweep_patch_geometry (patch_id)
 This subroutine checks the model patch input.
 
subroutine s_check_ellipsoid_patch_geometry (patch_id)
 This subroutine checks the model patch input.
 
subroutine s_check_inactive_patch_geometry (patch_id)
 
subroutine s_check_active_patch_alteration_rights (patch_id)
 This subroutine verifies the active patch's right to overwrite the preceding patches.
 
subroutine s_check_inactive_patch_alteration_rights (patch_id)
 This subroutine verifies that inactive patches cannot overwrite other patches.
 
subroutine s_check_supported_patch_smoothing (patch_id)
 This subroutine checks the smoothing parameters.
 
subroutine s_check_unsupported_patch_smoothing (patch_id)
 This subroutine verifies that inactive patches cannot be smoothed.
 
subroutine s_check_active_patch_primitive_variables (patch_id)
 This subroutine checks the primitive variables.
 
subroutine s_check_inactive_patch_primitive_variables (patch_id)
 This subroutine verifies that the primitive variables associated with the given inactive patch remain unaltered by the user inputs.
 
subroutine s_check_model_geometry (patch_id)
 

Function/Subroutine Documentation

◆ __m_check_patches_fpp_f90__()

program __m_check_patches_fpp_f90__
Here is the call graph for this function:

◆ s_check_1d_analytical_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_1d_analytical_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the model patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_2d_analytical_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_2d_analytical_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the model patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_2d_taylorgreen_vortex_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_2d_taylorgreen_vortex_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the model patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_3d_analytical_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_3d_analytical_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the model patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_active_patch_alteration_rights()

subroutine __m_check_patches_fpp_f90__::s_check_active_patch_alteration_rights ( integer, intent(in) patch_id)
private

This subroutine verifies the active patch's right to overwrite the preceding patches.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_active_patch_primitive_variables()

subroutine __m_check_patches_fpp_f90__::s_check_active_patch_primitive_variables ( integer, intent(in) patch_id)
private

This subroutine checks the primitive variables.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_circle_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_circle_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the circle patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_cuboid_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_cuboid_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the model patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_cylinder_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_cylinder_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the model patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_ellipse_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_ellipse_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the ellipse patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_ellipsoid_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_ellipsoid_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the model patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_inactive_patch_alteration_rights()

subroutine __m_check_patches_fpp_f90__::s_check_inactive_patch_alteration_rights ( integer, intent(in) patch_id)
private

This subroutine verifies that inactive patches cannot overwrite other patches.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_inactive_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_inactive_patch_geometry ( integer, intent(in) patch_id)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_inactive_patch_primitive_variables()

subroutine __m_check_patches_fpp_f90__::s_check_inactive_patch_primitive_variables ( integer, intent(in) patch_id)
private

This subroutine verifies that the primitive variables associated with the given inactive patch remain unaltered by the user inputs.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_line_segment_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_line_segment_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the line segment patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_line_sweep_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_line_sweep_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the line sweep patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_model_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_model_geometry ( integer, intent(in) patch_id)
private
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_patches()

subroutine __m_check_patches_fpp_f90__::s_check_patches
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_plane_sweep_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_plane_sweep_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the model patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_rectangle_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_rectangle_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the rectangle patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_sphere_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_sphere_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the model patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_spherical_harmonic_patch_geometry()

subroutine __m_check_patches_fpp_f90__::s_check_spherical_harmonic_patch_geometry ( integer, intent(in) patch_id)
private

This subroutine checks the model patch input.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_supported_patch_smoothing()

subroutine __m_check_patches_fpp_f90__::s_check_supported_patch_smoothing ( integer, intent(in) patch_id)
private

This subroutine checks the smoothing parameters.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_check_unsupported_patch_smoothing()

subroutine __m_check_patches_fpp_f90__::s_check_unsupported_patch_smoothing ( integer, intent(in) patch_id)
private

This subroutine verifies that inactive patches cannot be smoothed.

Parameters
patch_idPatch identifier
Here is the call graph for this function:
Here is the caller graph for this function: