initD2DV2Derivation Interface

interface
private module subroutine initD2DV2Derivation(this, vSpaceObj, outerV, innerV, vidfdvAtZero, targetH)

Arguments

Type IntentOptional Attributes Name
class(D2DV2Derivation), intent(inout) :: this
type(VSpace), intent(in) :: vSpaceObj
type(RealArray), intent(in), optional, dimension(:) :: outerV

Outer velocity vector corresponding to cell centres for each included harmonic. Defaults to ones.

type(RealArray), intent(in), optional, dimension(:) :: innerV

Inner velocity vector corresponding to right cell boundaries for each included harmonic. Defaults to ones.

type(RealArray), intent(in), optional, dimension(:) :: vidfdvAtZero

Extrapolation of v_idf/dv at zero in the form A1f(v1)+A2*f(v2) where A's correspond to included harmonics (default = 0)

integer(kind=ik), intent(in), optional :: targetH

Harmonic to take derivative of. If not present will return full distribution.

Description

Initialize second order velocity derivative derivation