inelWeights Interface

interface
public pure module function inelWeights(space, E) result(wMat)

Arguments

Type IntentOptional Attributes Name
type(VSpace), intent(in) :: space

Velocity space object to calculate the mapping on

real(kind=rk), intent(in) :: E

Mapping transition energy

Return Value type(SparseRowData)

Description

Calculate velocity space inelastic mapping weight matrix for transition with energy E on given velocity space. Assumes that velocity and energy are suitably normalized (i.e. v^2 is an energy)