Uses of Interface
org.episteme.core.measure.quantity.Temperature
Packages that use Temperature
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.Provides mathematical and computational models for urban planning, land-use
analysis, and urban climatology.
Provides classes for social geography, human settlements, and mapping.
-
Uses of Temperature in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type TemperatureModifier and TypeFieldDescriptionstatic final Unit<Temperature> Units.CELSIUSCelsius: °C = K - 273.15 Since add(offset) means Value(Base) = Value(Derived) + Offset usually?static final Unit<Temperature> Units.FAHRENHEITFahrenheit: 0 F = 255.37 K (relative offset) + 255.37 step?static final Unit<Temperature> Units.KELVINThe SI unit of temperature: kelvin (K).Methods in org.episteme.core.measure that return types with arguments of type TemperatureModifier and TypeMethodDescriptionstatic Quantity<Temperature> QuantityUtils.celsius(double value) static Quantity<Temperature> QuantityUtils.fahrenheit(double value) static Quantity<Temperature> QuantityUtils.kelvin(double value) -
Uses of Temperature in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Temperature in org.episteme.core.measure.quantity -
Uses of Temperature in org.episteme.core.measure.units
Fields in org.episteme.core.measure.units with type parameters of type Temperature -
Uses of Temperature in org.episteme.natural.chemistry
Methods in org.episteme.natural.chemistry that return types with arguments of type TemperatureMethod parameters in org.episteme.natural.chemistry with type arguments of type TemperatureModifier and TypeMethodDescriptionChemicalReaction.calculateRateConstant(Quantity<Temperature> temperature) Calculates the reaction rate constant k using the Arrhenius equation. k = A * exp(-Ea / (R * T))voidElement.setBoilingPoint(Quantity<Temperature> boilingPoint) voidElement.setMeltingPoint(Quantity<Temperature> meltingPoint) -
Uses of Temperature in org.episteme.natural.chemistry.kinetics
Method parameters in org.episteme.natural.chemistry.kinetics with type arguments of type TemperatureModifier and TypeMethodDescriptionArrheniusEquation.calculateActivationEnergy(Real k1, Real k2, Quantity<Temperature> t1, Quantity<Temperature> t2) Activation energy using Quantity types -
Uses of Temperature in org.episteme.natural.device.sensors
Subinterfaces with type arguments of type Temperature in org.episteme.natural.device.sensorsModifier and TypeInterfaceDescriptioninterfaceInterface for temperature probes.Methods in org.episteme.natural.device.sensors that return types with arguments of type Temperature -
Uses of Temperature in org.episteme.natural.device.sim
Subclasses with type arguments of type Temperature in org.episteme.natural.device.simMethods in org.episteme.natural.device.sim that return types with arguments of type TemperatureModifier and TypeMethodDescriptionSimulatedTemperatureProbe.getMaxTemp()SimulatedTemperatureProbe.getMinTemp()SimulatedTemperatureProbe.readValue() -
Uses of Temperature in org.episteme.natural.earth.atmosphere
Methods in org.episteme.natural.earth.atmosphere that return types with arguments of type TemperatureModifier and TypeMethodDescriptionstatic Quantity<Temperature> ClimateModel.calculateBlackbodyTemperature(double albedo) Calculates equilibrium temperature without greenhouse effect.static Quantity<Temperature> Psychrometrics.dewPoint(Quantity<Temperature> temperature, Real relativeHumidity) Calculates Dew Point temperature.WeatherInfo.getFeelsLike()Returns "feels like" temperature as Quantity in Kelvin.WeatherInfo.getTemperature()Returns temperature as type-safe Quantity in Kelvin.ClimateModel.ClimateState.globalMeanTemperature()Returns the value of theglobalMeanTemperaturerecord component.static Quantity<Temperature> ClimateModel.temperatureChange(Quantity<?> radiativeForcing, double climateSensitivity) Converts radiative forcing to temperature change.Method parameters in org.episteme.natural.earth.atmosphere with type arguments of type TemperatureModifier and TypeMethodDescriptionstatic Quantity<Temperature> Psychrometrics.dewPoint(Quantity<Temperature> temperature, Real relativeHumidity) Calculates Dew Point temperature.static RealPsychrometrics.enthalpy(Quantity<Temperature> temperature, Real humidityRatio) Calculates Enthalpy of moist air (kJ/kg). h = cpa*t + w*(hwe + cpw*t)static RealPsychrometrics.relativeHumidity(Quantity<Temperature> temperature, Quantity<Temperature> dewPoint) Calculates Relative Humidity.static RealPsychrometrics.saturationVaporPressure(Quantity<Temperature> temperature) Calculates Saturation Vapor Pressure (hPa) using Magnus-Tetens formula.Constructor parameters in org.episteme.natural.earth.atmosphere with type arguments of type TemperatureModifierConstructorDescriptionClimateState(Quantity<Temperature> globalMeanTemperature, double co2Concentration, double ch4Concentration, Quantity<?> radiativeForcing, Quantity<Length> seaLevel, int year) Creates an instance of aClimateStaterecord class. -
Uses of Temperature in org.episteme.natural.earth.geophysics
Methods in org.episteme.natural.earth.geophysics that return types with arguments of type TemperatureMethod parameters in org.episteme.natural.earth.geophysics with type arguments of type TemperatureModifier and TypeMethodDescriptionvoidAtmosphere.setAverageTemperature(Quantity<Temperature> averageTemperature) -
Uses of Temperature in org.episteme.natural.medicine
Methods in org.episteme.natural.medicine that return types with arguments of type TemperatureModifier and TypeMethodDescriptionVitalSigns.temperature()Returns the value of thetemperaturerecord component. -
Uses of Temperature in org.episteme.natural.physics.astronomy
Methods in org.episteme.natural.physics.astronomy that return types with arguments of type TemperatureMethod parameters in org.episteme.natural.physics.astronomy with type arguments of type TemperatureModifier and TypeMethodDescriptionvoidPlanet.setSurfaceTemperature(Quantity<Temperature> surfaceTemperature) voidStar.setTemperature(Quantity<Temperature> temperature) -
Uses of Temperature in org.episteme.natural.physics.astronomy.spectroscopy
Methods in org.episteme.natural.physics.astronomy.spectroscopy that return types with arguments of type TemperatureMethod parameters in org.episteme.natural.physics.astronomy.spectroscopy with type arguments of type TemperatureModifier and TypeMethodDescriptionstatic SpectralClassSpectralClass.fromTemperature(Quantity<Temperature> temperature) voidSpectralClass.setMaxTemp(Quantity<Temperature> maxTemp) voidSpectralClass.setMinTemp(Quantity<Temperature> minTemp) -
Uses of Temperature in org.episteme.natural.physics.classical.thermodynamics
Methods in org.episteme.natural.physics.classical.thermodynamics that return types with arguments of type TemperatureModifier and TypeMethodDescriptionIdealGas.getTemperature()ThermodynamicState.getTemperature()Returns the temperature of this state.Method parameters in org.episteme.natural.physics.classical.thermodynamics with type arguments of type TemperatureModifier and TypeMethodDescriptionstatic RealThermodynamics.carnotEfficiency(Quantity<Temperature> Tcold, Quantity<Temperature> Thot) Carnot efficiency: η = 1 - Tc/ThvoidIdealGas.setTemperatureIsobaric(Quantity<Temperature> newT) Isobaric expansion/compression (Pressure constant).voidIdealGas.setTemperatureIsochoric(Quantity<Temperature> newT) Isochoric heating/cooling (Volume constant).Constructor parameters in org.episteme.natural.physics.classical.thermodynamics with type arguments of type Temperature -
Uses of Temperature in org.episteme.natural.physics.loaders
Methods in org.episteme.natural.physics.loaders that return types with arguments of type TemperatureModifier and TypeMethodDescriptionExoplanetInfo.getEquilibriumTemperature()Returns equilibrium temperature as type-safe Quantity in Kelvin. -
Uses of Temperature in org.episteme.social.architecture.urbanism
Methods in org.episteme.social.architecture.urbanism that return types with arguments of type TemperatureModifier and TypeMethodDescriptionUrbanHeatIslandModel.calculateUHIIntensity(UrbanHeatIslandModel.UrbanZone zone) Calculates the estimated Urban Heat Island (UHI) intensity as a temperature anomaly relative to the surrounding rural environment. -
Uses of Temperature in org.episteme.social.geography
Methods in org.episteme.social.geography that return types with arguments of type TemperatureModifier and TypeMethodDescriptionClimateZone.averageTemp()Returns the value of theaverageTemprecord component.Constructor parameters in org.episteme.social.geography with type arguments of type TemperatureModifierConstructorDescriptionClimateZone(ClimateZone.Type type, Quantity<Temperature> averageTemp, Quantity<Length> annualRainfall) Creates an instance of aClimateZonerecord class.