MFC: Pre-Process
High-fidelity multiphase flow simulation
Loading...
Searching...
No Matches
m_boundary_conditions Module Reference

This module contains. More...

Functions/Subroutines

impure subroutine s_line_segment_bc (patch_id, bc_type)
 
impure subroutine s_circle_bc (patch_id, bc_type)
 
impure subroutine s_rectangle_bc (patch_id, bc_type)
 
impure subroutine, public s_apply_boundary_patches (q_prim_vf, bc_type)
 

Variables

real(wpx_centroid
 
real(wpy_centroid
 
real(wpz_centroid
 
real(wplength_x
 
real(wplength_y
 
real(wplength_z
 
real(wpradius
 
type(bounds_infox_boundary
 
type(bounds_infoy_boundary
 
type(bounds_infoz_boundary
 

Detailed Description

This module contains.

Function/Subroutine Documentation

◆ s_apply_boundary_patches()

impure subroutine, public m_boundary_conditions::s_apply_boundary_patches ( type(scalar_field), dimension(sys_size) q_prim_vf,
type(integer_field), dimension(1:num_dims, 1:2) bc_type )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ s_circle_bc()

impure subroutine m_boundary_conditions::s_circle_bc ( integer, intent(in) patch_id,
type(integer_field), dimension(1:num_dims, 1:2), intent(inout) bc_type )
Here is the caller graph for this function:

◆ s_line_segment_bc()

impure subroutine m_boundary_conditions::s_line_segment_bc ( integer, intent(in) patch_id,
type(integer_field), dimension(1:num_dims, 1:2), intent(inout) bc_type )
Here is the caller graph for this function:

◆ s_rectangle_bc()

impure subroutine m_boundary_conditions::s_rectangle_bc ( integer, intent(in) patch_id,
type(integer_field), dimension(1:num_dims, 1:2), intent(inout) bc_type )
Here is the caller graph for this function:

Variable Documentation

◆ length_x

real(wp) m_boundary_conditions::length_x

◆ length_y

real(wp) m_boundary_conditions::length_y

◆ length_z

real(wp) m_boundary_conditions::length_z

◆ radius

real(wp) m_boundary_conditions::radius

◆ x_boundary

type(bounds_info) m_boundary_conditions::x_boundary

◆ x_centroid

real(wp) m_boundary_conditions::x_centroid

◆ y_boundary

type(bounds_info) m_boundary_conditions::y_boundary

◆ y_centroid

real(wp) m_boundary_conditions::y_centroid

◆ z_boundary

type(bounds_info) m_boundary_conditions::z_boundary

◆ z_centroid

real(wp) m_boundary_conditions::z_centroid