gnome.constants =============== .. py:module:: gnome.constants .. autoapi-nested-parse:: 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 ---------- .. autoapisummary:: gnome.constants.gas_constant gnome.constants.atmos_pressure gnome.constants.drop_min gnome.constants.drop_max gnome.constants.volume_entrained gnome.constants.ka gnome.constants.gravity gnome.constants.water_kinematic_viscosity gnome.constants.units Module Contents --------------- .. py:data:: gas_constant :value: 8.314 .. py:data:: atmos_pressure :value: 101325.0 .. py:data:: drop_min :value: 1e-06 .. py:data:: drop_max :value: 1e-05 .. py:data:: volume_entrained :value: 3.9e-08 .. py:data:: ka :value: 0.0001 .. py:data:: gravity :value: 9.80665 .. py:data:: water_kinematic_viscosity :value: 1e-06 .. py:data:: units