mms_source_slab_neutrals_pressure Function

public function mms_source_slab_neutrals_pressure(equi, x, y, z, t, k_iz_o, k_rec_o)

MMS source for neutrals temperature equation

Arguments

Type IntentOptional Attributes Name
class(equilibrium_t), intent(in) :: equi

Equilibrium

real(kind=GP), intent(in) :: x

x-coordinate

real(kind=GP), intent(in) :: y

y-coordinate

real(kind=GP), intent(in) :: z

Axial coordinate z (represented by toroidal coordinate)

real(kind=GP), intent(in) :: t

Time

type(rate_coeff_neutrals_t), intent(in) :: k_iz_o

Ionization rate coefficient object

type(rate_coeff_neutrals_t), intent(in) :: k_rec_o

Recombination rate coefficient object

Return Value real(kind=gp)


Contents