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

Type IntentOptional Attributes Name
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