This routine initialize bndForce array assign function pointer to calculate bndForce
| Type | Intent | Optional | 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 |