compute_inflow_flux_from_drifting_maxwellian Interface

interface
public pure module function compute_inflow_flux_from_drifting_maxwellian(number_density_m3, temperature_k, m_particle, drift_velocity, inward_normal) result(gamma_in)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: number_density_m3
real(kind=dp), intent(in) :: temperature_k
real(kind=dp), intent(in) :: m_particle
real(kind=dp), intent(in) :: drift_velocity(3)
real(kind=dp), intent(in) :: inward_normal(3)

Return Value real(kind=dp)

Description

drifting Maxwellian に基づく片側流入束 [1/m^2/s] を返す。