Safe Haskell | None |
---|---|
Language | Haskell2010 |
Data.HABSim.Types
- newtype Meter = Meter {}
- newtype Altitude = Altitude {}
- newtype Latitude = Latitude {}
- newtype Longitude = Longitude {
- _longitude :: Double
- newtype Pressure = Pressure {}
- newtype Density = Density {}
- newtype Liter = Liter {}
- newtype WindMs = WindMs {}
- newtype CoeffDrag = CoeffDrag {
- _coeffDrag :: Double
- newtype Velocity = Velocity {}
- newtype CrossSecArea = CrossSecArea {}
- newtype Force = Force {}
- newtype Acceleration = Acceleration {}
- newtype Mass = Mass {}
- newtype Displacement = Displacement {}
- newtype WindX = WindX {}
- newtype WindY = WindY {}
- type Volume = Liter
- type SphericalRadius = Meter
- data Coordinate = Coordinate {}
- data AzElCord = AzelCord {}
- data PressureDensity = PressureDensity {}
- data AltitudeRegionValues = AltitudeRegionValues {}
- data SimulationTime = SimulationTime {
- _increment :: !Double
- _simulationTime :: !Double
- data PosVel = PosVel {}
- data Burst = Burst {}
- data Wind = Wind {}
- data Simulation = Simulation {}
- data Pitch
- pitch :: Pitch -> a -> a -> a
Documentation
Instances
Enum Altitude # | |
Eq Altitude # | |
Floating Altitude # | |
Fractional Altitude # | |
Num Altitude # | |
Ord Altitude # | |
Read Altitude # | |
Real Altitude # | |
RealFloat Altitude # | |
RealFrac Altitude # | |
Show Altitude # | |
FromField Altitude # | |
Hashable Altitude # | |
HasAltitude Altitude Double # | |
HasAlt PosVel Altitude # | |
HasAlt Coordinate Altitude # | |
Instances
Enum Latitude # | |
Eq Latitude # | |
Floating Latitude # | |
Fractional Latitude # | |
Num Latitude # | |
Ord Latitude # | |
Read Latitude # | |
Real Latitude # | |
RealFloat Latitude # | |
RealFrac Latitude # | |
Show Latitude # | |
FromField Latitude # | |
Hashable Latitude # | |
HasLat Coordinate Latitude # | |
HasLatitude Latitude Double # | |
HasLatitude RawGribLine Latitude # | |
Constructors
Longitude | |
Fields
|
Instances
Instances
Enum Pressure # | |
Eq Pressure # | |
Floating Pressure # | |
Fractional Pressure # | |
Num Pressure # | |
Ord Pressure # | |
Read Pressure # | |
Real Pressure # | |
RealFloat Pressure # | |
RealFrac Pressure # | |
Show Pressure # | |
FromField Pressure # | |
Hashable Pressure # | |
HasB_pres Burst Pressure # | |
HasPressure PressureDensity Pressure # | |
HasPressure Pressure Double # | |
Constructors
CoeffDrag | |
Fields
|
Instances
Instances
Enum Velocity # | |
Eq Velocity # | |
Floating Velocity # | |
Fractional Velocity # | |
Num Velocity # | |
Ord Velocity # | |
Read Velocity # | |
Real Velocity # | |
RealFloat Velocity # | |
RealFrac Velocity # | |
Show Velocity # | |
FromField Velocity # | |
Hashable Velocity # | |
HasVel_z PosVel Velocity # | |
HasVel_y PosVel Velocity # | |
HasVel_x PosVel Velocity # | |
HasVelocity Velocity Double # | |
newtype CrossSecArea #
Constructors
CrossSecArea | |
Fields |
Instances
newtype Acceleration #
Constructors
Acceleration | |
Fields |
Instances
newtype Displacement #
Constructors
Displacement | |
Fields |
Instances
type SphericalRadius = Meter #
data Coordinate #
Instances
data PressureDensity #
Constructors
PressureDensity | |
data AltitudeRegionValues #
Constructors
AltitudeRegionValues | |
data SimulationTime #
Constructors
SimulationTime | |
Fields
|
Constructors
PosVel | |
Fields
|
Constructors
Burst | |
Fields |
data Simulation #
Constructors
Simulation | |