mus_load_bc Subroutine

public subroutine mus_load_bc(me, bc_prop, conf, parent, varSys, stencil)

Read in the boundary conditions from the LUA parameter file.\n

Arguments

TypeIntentOptionalAttributesName
type(boundary_type), allocatable:: me(:)

field boundary type

type(tem_BC_prop_type), intent(in) :: bc_prop

boundary data from mesh

type(flu_state) :: conf

lua flu state

integer, intent(in), optional :: parent

bc parent handle

type(tem_varSys_type), intent(inout) :: varSys

Global variable system required to append annoymous boundary variables

type(tem_stencilHeader_type) :: stencil

stencil information


Calls

proc~~mus_load_bc~~CallsGraph proc~mus_load_bc mus_load_bc proc~tem_load_bc_state tem_load_bc_state proc~mus_load_bc->proc~tem_load_bc_state proc~tem_load_bc_header tem_load_bc_header proc~mus_load_bc->proc~tem_load_bc_header proc~aot_table_close aot_table_close proc~mus_load_bc->proc~aot_table_close proc~tem_abort tem_abort proc~mus_load_bc->proc~tem_abort interface~truncate~2 truncate proc~mus_load_bc->interface~truncate~2 proc~mus_load_turb_wallfunc mus_load_turb_wallFunc proc~mus_load_bc->proc~mus_load_turb_wallfunc interface~aot_get_val aot_get_val proc~mus_load_bc->interface~aot_get_val interface~init~2 init proc~mus_load_bc->interface~init~2 proc~aot_table_open aot_table_open proc~mus_load_bc->proc~aot_table_open proc~tem_horizontalspacer tem_horizontalSpacer proc~mus_load_bc->proc~tem_horizontalspacer proc~mus_load_turb_wallfunc->proc~tem_abort proc~mus_load_turb_wallfunc->interface~aot_get_val proc~assign_turb_wallfunc assign_turb_wallFunc proc~mus_load_turb_wallfunc->proc~assign_turb_wallfunc proc~assign_turb_wallfunc->proc~tem_abort

Called by

proc~~mus_load_bc~~CalledByGraph proc~mus_load_bc mus_load_bc proc~mus_load_field_single mus_load_field_single proc~mus_load_field_single->proc~mus_load_bc proc~mus_load_fields mus_load_fields proc~mus_load_fields->proc~mus_load_field_single proc~mus_load_scheme mus_load_scheme proc~mus_load_scheme->proc~mus_load_fields proc~mus_load_config mus_load_config proc~mus_load_config->proc~mus_load_scheme proc~mus_hvs_load_solverdata mus_hvs_load_solverData proc~mus_hvs_load_solverdata->proc~mus_load_scheme

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: bc_handle
integer, private :: sub_handle
integer, private :: iError
integer, private :: errFatal(3)
integer, private :: iBC
integer, private :: myBCID
type(tem_bc_header_type), private :: bc_header