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!
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
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 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iBC | ||||
integer, | private | :: | nBCs | ||||
integer, | private | :: | bc_handle | ||||
integer, | private | :: | myHandle | ||||
integer, | private | :: | iError |