Uses of Interface
org.episteme.core.measure.quantity.MassDensity
Packages that use MassDensity
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of MassDensity in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type MassDensityModifier and TypeFieldDescriptionstatic final Unit<MassDensity> Units.KILOGRAM_PER_CUBIC_METERKilogram per cubic meter: kg/m³ (density). -
Uses of MassDensity in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type MassDensity in org.episteme.core.measure.quantityModifier and TypeInterfaceDescriptioninterfaceRepresents mass density (mass per unit volume). -
Uses of MassDensity in org.episteme.natural.chemistry
Methods in org.episteme.natural.chemistry that return types with arguments of type MassDensityMethod parameters in org.episteme.natural.chemistry with type arguments of type MassDensity -
Uses of MassDensity in org.episteme.natural.engineering.fluids
Fields in org.episteme.natural.engineering.fluids with type parameters of type MassDensityModifier and TypeFieldDescriptionstatic final Quantity<MassDensity> FluidMachinery.RHO_WATERWater density (kg/m³)Method parameters in org.episteme.natural.engineering.fluids with type arguments of type MassDensityModifier and TypeMethodDescriptionFluidMachinery.hydraulicPower(Quantity<MassDensity> density, Quantity<VolumetricFlowRate> flowRate, Quantity<Length> head) Pump hydraulic power.FluidMachinery.turbinePower(Real efficiency, Quantity<MassDensity> density, Quantity<VolumetricFlowRate> flowRate, Quantity<Length> head) Turbine power output. -
Uses of MassDensity in org.episteme.natural.physics.classical.matter
Fields in org.episteme.natural.physics.classical.matter with type parameters of type MassDensityModifier and TypeFieldDescriptionstatic final PropertyKey<Quantity<MassDensity>> Material.DENSITYMethods in org.episteme.natural.physics.classical.matter that return types with arguments of type MassDensity -
Uses of MassDensity in org.episteme.social.sports
Method parameters in org.episteme.social.sports with type arguments of type MassDensityModifier and TypeMethodDescriptionBallAerodynamics.calculateDragForce(Quantity<MassDensity> rho, Quantity<Length> radius, Quantity<Velocity> velocity, Real cd) Calculates the Aerodynamic Drag Force.BallAerodynamics.calculateMagnusForce(Quantity<MassDensity> rho, Quantity<Length> radius, Quantity<Velocity> velocity, Quantity<Frequency> spin) Calculates the Magnus Force (lift/swerve) on a spinning ball.