IBM_semiImplicitTurbulenceJacobian Subroutine

public subroutine IBM_semiImplicitTurbulenceJacobian(this, ImagePoint, Q, normal, dWall, STLNum, dS_dQ)

Type Bound

IBM_type

Arguments

Type IntentOptional Attributes Name
class(IBM_type), intent(inout) :: this
type(point_type), intent(in) :: ImagePoint
real(kind=rp), intent(in) :: Q(:)
real(kind=rp), intent(in) :: normal(:)
real(kind=rp), intent(in) :: dWall
integer, intent(in) :: STLNum
real(kind=rp), intent(inout) :: dS_dQ(:,:)