Uses of Interface
org.episteme.core.measure.quantity.Velocity
Packages that use Velocity
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
Core functionality for the org.episteme.natural.earth.geology package in the Episteme library.
Covers:
Provides models and simulation engines for urban traffic flow analysis.
-
Uses of Velocity in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type VelocityModifier and TypeFieldDescriptionUnits.KILOMETER_PER_HOURKilometer per hour: km/h (velocity).Units.KILOMETRES_PER_HOURLegacy Alias for KILOMETER_PER_HOUR (British spelling)Units.KNOTKnot: 1 kn = 1852 m/hUnits.KPHAlias for KILOMETER_PER_HOURUnits.MACHMach: Speed of sound in air at 20°C ≈ 343.2 m/sUnits.METER_PER_SECONDMeter per second: m/s (velocity).Units.METERS_PER_SECONDLegacy Alias for METER_PER_SECONDUnits.MILE_PER_HOURMiles per hour: mphUnits.MILES_PER_HOURLegacy Alias for MILE_PER_HOURUnits.MPHAlias for MILE_PER_HOURUnits.MPSAlias for METER_PER_SECOND -
Uses of Velocity in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Velocity in org.episteme.core.measure.quantityModifier and TypeInterfaceDescriptioninterfaceRepresents velocity (speed in a direction). -
Uses of Velocity in org.episteme.natural.earth.atmosphere
Methods in org.episteme.natural.earth.atmosphere that return types with arguments of type VelocityModifier and TypeMethodDescriptionWeatherInfo.getWindSpeed()Returns wind speed as type-safe Quantity in m/s. -
Uses of Velocity in org.episteme.natural.earth.geology
Method parameters in org.episteme.natural.earth.geology with type arguments of type Velocity -
Uses of Velocity in org.episteme.natural.earth.geophysics
Methods in org.episteme.natural.earth.geophysics that return types with arguments of type Velocity -
Uses of Velocity in org.episteme.natural.earth.seismology
Fields in org.episteme.natural.earth.seismology with type parameters of type Velocity -
Uses of Velocity in org.episteme.natural.engineering.fluids
Methods in org.episteme.natural.engineering.fluids that return types with arguments of type Velocity -
Uses of Velocity in org.episteme.natural.physics
Fields in org.episteme.natural.physics with type parameters of type VelocityModifier and TypeFieldDescriptionstatic final PhysicalConstant<Velocity> PhysicalConstants.C_REFPhysicalConstants.SPEED_OF_LIGHT -
Uses of Velocity in org.episteme.natural.physics.astronomy.mechanics
Methods in org.episteme.natural.physics.astronomy.mechanics that return types with arguments of type VelocityModifier and TypeMethodDescriptionOrbitalMechanics.circularVelocity(Real radius, Real mu) Circular orbit velocity. v = √(μ/r)OrbitalMechanics.escapeVelocity(Real radius, Real mu) Escape velocity from distance r. v_esc = √(2μ/r)OrbitalState.getVx()OrbitalState.getVy()OrbitalState.getVz()OrbitalMechanics.hohmannDeltaV(Real r1, Real r2, Real mu) Hohmann transfer delta-v (from circular to circular).OrbitalMechanics.orbitalVelocity(Real r, Real semiMajorAxis, Real mu) Vis-viva equation: Orbital velocity at distance r. v = √[μ(2/r - 1/a)] -
Uses of Velocity in org.episteme.natural.physics.classical.mechanics
Methods in org.episteme.natural.physics.classical.mechanics that return types with arguments of type VelocityModifier and TypeMethodDescriptionKinematics.velocity(Quantity<Velocity> initialVel, Quantity<Acceleration> accel, Quantity<Time> time) Method parameters in org.episteme.natural.physics.classical.mechanics with type arguments of type VelocityModifier and TypeMethodDescriptionKinematics.projectileRange(Quantity<Velocity> initialSpeed, Quantity<Angle> launchAngle, Quantity<Acceleration> g) Kinematics.velocity(Quantity<Velocity> initialVel, Quantity<Acceleration> accel, Quantity<Time> time) -
Uses of Velocity in org.episteme.natural.physics.relativity
Method parameters in org.episteme.natural.physics.relativity with type arguments of type VelocityModifier and TypeMethodDescriptionstatic RealRelativisticMechanics.lorentzFactor(Quantity<Velocity> v) Calculates the Lorentz factor (gamma) given a velocity v. gamma = 1 / sqrt(1 - v²/c²) -
Uses of Velocity in org.episteme.social.architecture.traffic
Fields in org.episteme.social.architecture.traffic with type parameters of type Velocity