gnome.constants

Constants are mostly used internally. They are all documented here to keep them in one place. The ‘units’ serve as documentation do not mess with them. There is no unit conversion when using these constants - they are used as is in the code, implicitly assuming the units are SI and untouched.

ToDo:
  • add a few comments saying what these are, and fill in the rest of the units

  • update with more meaningful names

Attributes

gas_constant

atmos_pressure

drop_min

drop_max

volume_entrained

ka

gravity

water_kinematic_viscosity

units

Module Contents

gnome.constants.gas_constant = 8.314
gnome.constants.atmos_pressure = 101325.0
gnome.constants.drop_min = 1e-06
gnome.constants.drop_max = 1e-05
gnome.constants.volume_entrained = 3.9e-08
gnome.constants.ka = 0.0001
gnome.constants.gravity = 9.80665
gnome.constants.water_kinematic_viscosity = 1e-06
gnome.constants.units