Read in the boundary conditions from the LUA parameter file.\n
Type | Intent | Optional | 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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
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 |