calc_flux: Calculate mass flux

View source: R/calc_flux.R

calc_fluxR Documentation

Calculate mass flux

Description

Calculate emission rate of species using simplified mass flux technique in molecules per second

Usage

calc_flux(
  wind_speed = ws,
  ground_speed = gspd_gin,
  alpha = alpha,
  scale_height = scale_height,
  mixing_height = mixing_height,
  plume_integral = plume_integral
)

Arguments

wind_speed

Wind speed in ms-1

ground_speed

Speed over ground in ms-1

alpha

Angle between aircraft track and direction normal to wind direction

scale_height

Scale height in m Scale height is the increase in altitude for which the atmospheric pressure decreases by a factor of e

mixing_height

Mixing height of observed plume in m

plume_integral

Area under observed plume This must be the enhancement above background concentrations

Value

value

Author(s)

Shona Wilde


shonawilde/shonarrr documentation built on Jan. 29, 2025, 1:27 a.m.