frispy.environment
Module Contents
Classes
The environment in which the disc is flying in. This object contains |
- class frispy.environment.Environment[source]
The environment in which the disc is flying in. This object contains information on the magnitude and direction of gravity, properties of the wind, and also intrinsic properties of the disc such as its area and mass.
- Parameters
air_density (float) – default is 1.225 kg/m^3
g (float) – default is 9.81 m/s^2; gravitational acceleration on Earth
- air_density :float = 1.225
- g :float = 9.81
- property grav_unit_vector(self) numpy.ndarray
Gravitational direction.