mus_init_IBMData Subroutine

private subroutine mus_init_IBMData(me, IBM, totNeighs, nElems_fluid)

This subroutine initializes all arrays in the mus_IBM_tmpData_type.

Arguments

Type IntentOptional Attributes Name
type(mus_IBM_tmpData_type), intent(inout) :: me

tmpData type to be initialized

type(mus_IBM_type), intent(inout) :: IBM

IBM datatype

integer, intent(in) :: totNeighs

total number of neighbors: number of surface points*stencil%QQ

integer, intent(in) :: nElems_fluid

number of fluid nodes on this process