mus_init_bndForce Subroutine

public subroutine mus_init_bndForce(bndForce, bndMoment, bc_prop, schemeHeader, bc)

This routine initialize bndForce array assign function pointer to calculate bndForce

Arguments

Type IntentOptional Attributes Name
real(kind=rk), intent(out), allocatable :: bndForce(:,:)

Bnd force to allocate

real(kind=rk), intent(out), allocatable :: bndMoment(:,:)

Bnd moment to allocate

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

Boundary property

type(mus_scheme_header_type), intent(in) :: schemeHeader

scheme header info

type(boundary_type), intent(inout) :: bc(:)

global array boundary type