atl_load_bc_state Subroutine

public subroutine atl_load_bc_state(bc, state_name, nComp, style, conf, bc_handle, varDict, varSys, ErrCode)

Load the boundary condition for state variables.

This is only a thin wrapper around tem_load_bc_state, to always provide the solverData_evalElem routine.

Arguments

Type IntentOptional Attributes Name
type(tem_bc_state_type), intent(inout) :: bc

The boundary to fill

character(len=*), intent(in) :: state_name

The state variable to set with this boundary condition

integer, intent(in), optional :: nComp

Number of Components in this boundary variable.

character(len=*), intent(in), optional :: style

Style of this boundary condition dirichlet = set value itself neumann = set derivative of value

type(flu_State), intent(in) :: conf
integer, intent(in) :: bc_handle

Handle to the table describing the boundary

type(grw_stringkeyvaluepairarray_type), intent(inout) :: varDict

The dictionary that contains the mapping between expected variables and the actual variables defined by the user.

type(tem_varSys_type), intent(inout) :: varSys
integer, intent(out), optional :: ErrCode

Error code


Calls

proc~~atl_load_bc_state~~CallsGraph proc~atl_load_bc_state atl_load_bc_state proc~tem_load_bc_state tem_load_bc_state proc~atl_load_bc_state->proc~tem_load_bc_state

Called by

proc~~atl_load_bc_state~~CalledByGraph proc~atl_load_bc_state atl_load_bc_state proc~atl_eqn_acoustic_load_bc atl_eqn_acoustic_load_bc proc~atl_eqn_acoustic_load_bc->proc~atl_load_bc_state proc~atl_eqn_maxwelldivcor_load_bc atl_eqn_maxwellDivCor_load_bc proc~atl_eqn_maxwelldivcor_load_bc->proc~atl_load_bc_state proc~atl_eqn_rans_load_bc atl_eqn_rans_load_bc proc~atl_eqn_rans_load_bc->proc~atl_load_bc_state proc~eqn_maxwell_2d_load_bc eqn_maxwell_2d_load_bc proc~eqn_maxwell_2d_load_bc->proc~atl_load_bc_state proc~atl_eqn_lineareuler_load_bc atl_eqn_LinearEuler_load_bc proc~atl_eqn_lineareuler_load_bc->proc~atl_load_bc_state proc~atl_eqn_euler_load_bc atl_eqn_euler_load_bc proc~atl_eqn_euler_load_bc->proc~atl_load_bc_state proc~atl_eqn_advection_1d_load_bc atl_eqn_advection_1d_load_bc proc~atl_eqn_advection_1d_load_bc->proc~atl_load_bc_state proc~atl_eqn_maxwell_load_bc atl_eqn_maxwell_load_bc proc~atl_eqn_maxwell_load_bc->proc~atl_load_bc_state proc~atl_eqn_nvrstk_load_bc atl_eqn_nvrstk_load_bc proc~atl_eqn_nvrstk_load_bc->proc~atl_load_bc_state

Contents