MmsSolDens Function

public function MmsSolDens(equi, species, x, y, z, t)

MMS solution of density for specific species

Arguments

Type IntentOptional Attributes Name
class(equilibrium_t) :: equi

Equilibrium

integer, intent(in) :: species

Species number

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)


Contents