initMomentDeriv Interface

interface
private module subroutine initMomentDeriv(this, mOrder, h, refVSpace, varPowers, g, multConst)

Arguments

Type IntentOptional Attributes Name
class(MomentDerivation), intent(inout) :: this
integer(kind=ik), intent(in) :: mOrder

Moment order

integer(kind=ik), intent(in) :: h

Harmonic to take moment of

type(VSpace), intent(in) :: refVSpace

Velocity space object to make copy of

real(kind=rk), intent(in), optional, dimension(:) :: varPowers

Optional fluid variable powers

real(kind=rk), intent(in), optional, dimension(:) :: g

Optional velocity space vector

real(kind=rk), intent(in), optional :: multConst

Optional multiplicative constant - default 1

Description

Initialize moment derivation object