eta_neo_flow Function

public pure function eta_neo_flow(ne_l, ti_l) result(res)

Computes ion flow viscosity with "beyond Braginskii extensions" according to parameters

Arguments

Type IntentOptional Attributes Name
real(kind=GP), intent(in) :: ne_l

Density value

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

Ion temperature value

Return Value real(kind=GP)


Contents