Dimensionless ne and Te
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=rp), | intent(in) | :: | v | |||
| real(kind=rp), | intent(in) | :: | ne | |||
| real(kind=rp), | intent(in) | :: | Te |
function Gammacee(v,ne,Te)
!! Dimensionless ne and Te
REAL(rp), INTENT(IN) :: v
REAL(rp), INTENT(IN) :: ne
REAL(rp), INTENT(IN) :: Te
REAL(rp) :: Gammacee
Gammacee = ne*CLogee(v,ne,Te)*cparams_ss%Gammaco
end function Gammacee