Uses of Interface
org.episteme.core.measure.quantity.Pressure
Packages that use Pressure
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
Provides classes and interfaces for org.episteme.natural.device.sim.
Provides the
org.episteme.social.medicine module.-
Uses of Pressure in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type PressureModifier and TypeFieldDescriptionUnits.ATMOSPHEREAtmosphere: 1 atm = 101325 PaUnits.BARBar: 1 bar = 100000 PaUnits.MILLIMETRE_OF_MERCURYMillimeter of mercury: 1 mmHg ≈ 133.322 PaUnits.PASCALPascal: Pa (pressure). 1 Pa = 1 N/m² = 1 kg/(m⋅s²)Units.POUND_PER_SQUARE_INCHPound per square inch: 1 psi ≈ 6894.76 PaMethods in org.episteme.core.measure that return types with arguments of type Pressure -
Uses of Pressure in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Pressure in org.episteme.core.measure.quantity -
Uses of Pressure in org.episteme.core.measure.units
Fields in org.episteme.core.measure.units with type parameters of type Pressure -
Uses of Pressure in org.episteme.natural.device.sensors
Subinterfaces with type arguments of type Pressure in org.episteme.natural.device.sensorsMethods in org.episteme.natural.device.sensors that return types with arguments of type Pressure -
Uses of Pressure in org.episteme.natural.device.sim
Subclasses with type arguments of type Pressure in org.episteme.natural.device.simMethods in org.episteme.natural.device.sim that return types with arguments of type PressureModifier and TypeMethodDescriptionSimulatedPressureGauge.getMaxPressure()SimulatedPressureGauge.getMinPressure()SimulatedPressureGauge.readValue() -
Uses of Pressure in org.episteme.natural.earth.atmosphere
Methods in org.episteme.natural.earth.atmosphere that return types with arguments of type PressureModifier and TypeMethodDescriptionWeatherInfo.getPressure()Returns pressure as type-safe Quantity in Pascal.AtmosphericPressure.pressureAtAltitude(Quantity<Length> altitude) Barometric formula for pressure at altitude.Method parameters in org.episteme.natural.earth.atmosphere with type arguments of type PressureModifier and TypeMethodDescriptionAtmosphericPressure.altitudeFromPressure(Quantity<Pressure> pressure) Calculates altitude from pressure (inverse barometric). -
Uses of Pressure in org.episteme.natural.earth.geophysics
Methods in org.episteme.natural.earth.geophysics that return types with arguments of type PressureMethod parameters in org.episteme.natural.earth.geophysics with type arguments of type PressureModifier and TypeMethodDescriptionvoidAtmosphere.setPressureValue(Quantity<Pressure> pressureValue) -
Uses of Pressure in org.episteme.natural.engineering.fluids
Methods in org.episteme.natural.engineering.fluids that return types with arguments of type PressureModifier and TypeMethodDescriptionFluidFlow.bernoulliPressure(Quantity<Pressure> p1, Quantity<Velocity> v1, Quantity<Length> h1, Quantity<Velocity> v2, Quantity<Length> h2, Real density) Bernoulli's equation for incompressible flow.Method parameters in org.episteme.natural.engineering.fluids with type arguments of type PressureModifier and TypeMethodDescriptionFluidFlow.bernoulliPressure(Quantity<Pressure> p1, Quantity<Velocity> v1, Quantity<Length> h1, Quantity<Velocity> v2, Quantity<Length> h2, Real density) Bernoulli's equation for incompressible flow.static RealFluidMachinery.cavitationNumber(Quantity<Pressure> pressure, Quantity<Pressure> vaporPressure, Quantity<MassDensity> density, Quantity<Velocity> velocity) Cavitation number.FluidMachinery.npshAvailable(Quantity<Pressure> atmosphericPressure, Quantity<Length> suctionHeight, Quantity<Length> frictionLoss, Quantity<Pressure> vaporPressure, Quantity<MassDensity> density) Net Positive Suction Head available. -
Uses of Pressure in org.episteme.natural.engineering.structural
Methods in org.episteme.natural.engineering.structural that return types with arguments of type PressureModifier and TypeMethodDescriptionStructuralAnalysis.bendingStressQ(Quantity<?> moment, Quantity<Length> distanceFromNA, Real momentOfInertia) Bending stress using Quantity types.Method parameters in org.episteme.natural.engineering.structural with type arguments of type Pressure -
Uses of Pressure in org.episteme.natural.medicine
Methods in org.episteme.natural.medicine that return types with arguments of type Pressure -
Uses of Pressure in org.episteme.natural.physics.astronomy
Methods in org.episteme.natural.physics.astronomy that return types with arguments of type PressureMethod parameters in org.episteme.natural.physics.astronomy with type arguments of type PressureModifier and TypeMethodDescriptionvoidPlanet.setSurfacePressure(Quantity<Pressure> surfacePressure) -
Uses of Pressure in org.episteme.natural.physics.classical.matter
Fields in org.episteme.natural.physics.classical.matter with type parameters of type PressureModifier and TypeFieldDescriptionstatic final PropertyKey<Quantity<Pressure>> Material.YOUNGS_MODULUSMethods in org.episteme.natural.physics.classical.matter that return types with arguments of type Pressure -
Uses of Pressure in org.episteme.natural.physics.classical.thermodynamics
Methods in org.episteme.natural.physics.classical.thermodynamics that return types with arguments of type PressureModifier and TypeMethodDescriptionIdealGas.getPressure()ThermodynamicState.getPressure()Returns the pressure of this state.Thermodynamics.idealGasPressure(Quantity<AmountOfSubstance> n, Quantity<Temperature> T, Quantity<Volume> V) Ideal gas law: PV = nRT