tem_load_bc_header Subroutine

public subroutine tem_load_bc_header(me, conf, parentHandle, BC_prop)

This subroutine reads in the boundary conditions specified in the configuration file, and connects them to the corresponding entries in the treelmesh. If there boundary conditions in the mesh, for which no configuration is found, the program is aborted!

Arguments

TypeIntentOptionalAttributesName
type(tem_bc_header_type), intent(inout) :: me

The boundary conditions to fill

type(flu_State) :: conf

A handle to the Lua configuration script, to read the data from

integer, intent(in), optional :: parentHandle

handle for schemes table

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

The boundary properties of the treelmesh, to connect the header to


Calls

proc~~tem_load_bc_header~~CallsGraph proc~tem_load_bc_header tem_load_bc_header proc~tem_init_bc_header tem_init_bc_header proc~tem_load_bc_header->proc~tem_init_bc_header proc~tem_match_bc_header tem_match_bc_header proc~tem_load_bc_header->proc~tem_match_bc_header interface~aot_get_val aot_get_val proc~tem_load_bc_header->interface~aot_get_val proc~tem_horizontalspacer tem_horizontalSpacer proc~tem_load_bc_header->proc~tem_horizontalspacer proc~aot_table_length aot_table_length proc~tem_load_bc_header->proc~aot_table_length proc~aot_table_open aot_table_open proc~tem_load_bc_header->proc~aot_table_open proc~aot_table_close aot_table_close proc~tem_load_bc_header->proc~aot_table_close proc~tem_abort tem_abort proc~tem_match_bc_header->proc~tem_abort mpi_abort mpi_abort proc~tem_abort->mpi_abort

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iBC
integer, private :: nBCs
integer, private :: bc_handle
integer, private :: myHandle
integer, private :: iError