pytrebuchet.physical_constants module

Module defining physical constants for simulations.

class pytrebuchet.physical_constants.PhysicalConstants(AIR_DENSITY: float = 1.225, AIR_KINEMATIC_VISCOSITY: float = 1.47e-05, GRAVITATIONAL_ACCELERATION_EARTH: float = 9.81)

Bases: object

Class for holding physical constants used in simulations.

AIR_DENSITY: float = 1.225
AIR_KINEMATIC_VISCOSITY: float = 1.47e-05
GRAVITATIONAL_ACCELERATION_EARTH: float = 9.81
__init__(AIR_DENSITY: float = 1.225, AIR_KINEMATIC_VISCOSITY: float = 1.47e-05, GRAVITATIONAL_ACCELERATION_EARTH: float = 9.81) None