mms_neutrals_circular_m Module

MMS solutions and sources for braginskii model in circular geometry



Contents


Functions

public function mms_sol_circular_neutrals_dens(equi, x, y, z, t)

MMS solution for neutrals density

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

Return Value real(kind=gp)

public function mms_sol_circular_neutrals_parmom(equi, x, y, z, t)

MMS solution for neutrals parallel momentum

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

Return Value real(kind=gp)

public function mms_sol_circular_neutrals_pressure(equi, x, y, z, t)

MMS solution for neutrals temperature

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

Return Value real(kind=gp)

public function mms_source_circular_neutrals_dens(equi, x, y, z, t, chi, epsinv, neutrals_dens_pen, k_iz_o, k_rec_o)

MMS source for neutral density 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

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

Value of characteristc function of penalisation

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

Inverse of penalisation epsilon

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

Target value to be penalised towards

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)

public function mms_source_circular_neutrals_parmom(equi, x, y, z, t, chi, epsinv, neutrals_parmom_pen, k_iz_o, k_rec_o)

MMS source for neutral parallel momentum 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

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

Value of characteristc function of penalisation

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

Inverse of penalisation epsilon

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

Target value to be penalised towards

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)

public function mms_source_circular_neutrals_pressure(equi, x, y, z, t, chi, epsinv, neutrals_pressure_pen, k_iz_o, k_rec_o)

MMS source for neutral 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

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

Value of characteristc function of penalisation

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

Inverse of penalisation epsilon

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

Target value to be penalised towards

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)