checksum_braginskii Subroutine

public subroutine checksum_braginskii(comm_handler, mesh, tau, ne, pot, vort, upar, jpar, apar, te, ti)

Computes and writes checksum of a plasma state The checksum does not have any physical meaning, but is used e.g in CI/CD to ensure code integrity

Arguments

Type IntentOptional Attributes Name
type(comm_handler_t), intent(in) :: comm_handler
type(mesh_cart_t), intent(in) :: mesh

Mesh within poloidal plane

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

Time

type(variable_t), intent(in) :: ne

Electron density

type(variable_t), intent(in) :: pot

Electrostatic potential

type(variable_t), intent(in) :: vort

Generalised vorticity

type(variable_t), intent(in) :: upar

Parallel ion velocity

type(variable_t), intent(in) :: jpar

Parallel current

type(variable_t), intent(in) :: apar

Electromagnetic potential

type(variable_t), intent(in) :: te

Electron temperature

type(variable_t), intent(in) :: ti

Ion temperature


Contents