Uses of Interface
org.episteme.core.measure.quantity.Energy
Packages that use Energy
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
Covers:
Provides classes and interfaces for representing economic resources.
Provides classes and interfaces for sports science, athletic performance analysis,
and competition modeling.
-
Uses of Energy in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type EnergyModifier and TypeFieldDescriptionUnits.CALORIECalorie (thermochemical): 1 cal = 4.184 JUnits.ELECTRON_VOLTElectronvolt: 1 eV ≈ 1.602×10⻹⹠JUnits.JOULEJoule: J (energy). 1 J = 1 kgâ‹…m²/s²Units.KILOCALORIEKilocalorie (food calorie): 1 kcal = 1000 calUnits.KILOJOULEKilojoule: 1 kJ = 1000 JUnits.KILOWATT_HOURKilowatt-hour: kWh = 1000 WhUnits.WATT_HOURWatt-hour: W*h = 3600 JMethods in org.episteme.core.measure that return types with arguments of type EnergyModifier and TypeMethodDescriptionQuantityUtils.electronVolts(double value) QuantityUtils.joules(double value) QuantityUtils.kilojoules(double value) -
Uses of Energy in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Energy in org.episteme.core.measure.quantity -
Uses of Energy in org.episteme.core.measure.units
Fields in org.episteme.core.measure.units with type parameters of type Energy -
Uses of Energy in org.episteme.natural.biology.cell
Methods in org.episteme.natural.biology.cell that return types with arguments of type EnergyModifier and TypeMethodDescriptionMetabolism.atpHydrolysisEnergy(Real moles) Calculates energy released from ATP hydrolysis. -
Uses of Energy in org.episteme.natural.chemistry
Methods in org.episteme.natural.chemistry that return types with arguments of type EnergyModifier and TypeMethodDescriptionElement.getElectronAffinity()ChemicalReaction.getEnthalpy()ChemicalReaction.getGibbsFreeEnergy()Element.getIonizationEnergy()Method parameters in org.episteme.natural.chemistry with type arguments of type EnergyModifier and TypeMethodDescriptionvoidElement.setElectronAffinity(Quantity<Energy> electronAffinity) voidChemicalReaction.setEnthalpy(Quantity<Energy> enthalpy) voidChemicalReaction.setGibbsFreeEnergy(Quantity<Energy> gibbs) voidElement.setIonizationEnergy(Quantity<Energy> ionizationEnergy) voidChemicalReaction.setKinetics(Quantity<Energy> activationEnergy, Quantity<Frequency> preExponentialFactor) -
Uses of Energy in org.episteme.natural.chemistry.kinetics
Methods in org.episteme.natural.chemistry.kinetics that return types with arguments of type EnergyModifier and TypeMethodDescriptionArrheniusEquation.calculateActivationEnergy(Real k1, Real k2, Quantity<Temperature> t1, Quantity<Temperature> t2) Activation energy using Quantity typesMethod parameters in org.episteme.natural.chemistry.kinetics with type arguments of type EnergyModifier and TypeMethodDescriptionstatic RealArrheniusEquation.calculateK(Real A, Quantity<Energy> Ea, Quantity<Temperature> temperature) Rate constant using Quantity types -
Uses of Energy in org.episteme.natural.chemistry.thermochemistry
Methods in org.episteme.natural.chemistry.thermochemistry that return types with arguments of type EnergyModifier and TypeMethodDescriptionHessLaw.calculateEnthalpyOfReaction(Map<String, Real[]> productEnthalpies, Map<String, Real[]> reactantEnthalpies) Calculates the enthalpy of reaction using Hess's Law.Method parameters in org.episteme.natural.chemistry.thermochemistry with type arguments of type EnergyModifier and TypeMethodDescriptionstatic booleanHessLaw.isExothermic(Quantity<Energy> enthalpyOfReaction) Determines if reaction is exothermic or endothermic. -
Uses of Energy in org.episteme.natural.earth.seismology
Methods in org.episteme.natural.earth.seismology that return types with arguments of type EnergyModifier and TypeMethodDescriptionSeismology.energyReleased(Real magnitude) Estimate energy released by earthquake. log10(E) = 1.5 * M + 4.8 (Joules) -
Uses of Energy in org.episteme.natural.physics
Fields in org.episteme.natural.physics with type parameters of type Energy -
Uses of Energy in org.episteme.natural.physics.classical.mechanics
Methods in org.episteme.natural.physics.classical.mechanics that return types with arguments of type EnergyModifier and TypeMethodDescriptionNewtonianMechanics.gravitationalPotentialEnergy(Quantity<Mass> mass, Quantity<Acceleration> g, Quantity<Length> height) Gravitational potential energy: PE = mghKinematics.kineticEnergy(Quantity<Mass> mass, Vector<Real> velocity) Kinematics.kineticEnergy(Quantity<Mass> mass, Quantity<Velocity> velocity) NewtonianMechanics.kineticEnergy(Quantity<Mass> mass, Quantity<Velocity> velocity) Kinetic energy: KE = (1/2)mv²Particle.kineticEnergy()Calculates kinetic energy. -
Uses of Energy in org.episteme.natural.physics.classical.thermodynamics
Methods in org.episteme.natural.physics.classical.thermodynamics that return types with arguments of type EnergyModifier and TypeMethodDescriptionIdealGas.getEnthalpy()ThermodynamicState.getEnthalpy()Enthalpy ($H = U + PV$).IdealGas.getInternalEnergy()ThermodynamicState.getInternalEnergy()Internal energy ($U$).Thermodynamics.internalEnergyChange(Quantity<AmountOfSubstance> n, Real Cv, Quantity<Temperature> deltaT) Internal energy change: ÃŽâ€ÂÂU = nCvÃŽâ€ÂÂT -
Uses of Energy in org.episteme.natural.physics.classical.waves.electromagnetism.field
Methods in org.episteme.natural.physics.classical.waves.electromagnetism.field that return types with arguments of type EnergyModifier and TypeMethodDescriptionElectromagnetism.capacitorEnergy(Quantity<ElectricCapacitance> capacitance, Quantity<ElectricPotential> voltage) Capacitor energy: E = (1/2)CV² -
Uses of Energy in org.episteme.natural.physics.classical.waves.optics
Methods in org.episteme.natural.physics.classical.waves.optics that return types with arguments of type EnergyModifier and TypeMethodDescriptionOptics.photonEnergy(Quantity<Length> wavelength) Photon energy: E = hc/λ -
Uses of Energy in org.episteme.natural.physics.nuclear
Methods in org.episteme.natural.physics.nuclear that return types with arguments of type EnergyModifier and TypeMethodDescriptionNucleus.getBindingEnergyQuantity()Binding energy as Energy quantity. -
Uses of Energy in org.episteme.natural.physics.quantum
Methods in org.episteme.natural.physics.quantum that return types with arguments of type EnergyModifier and TypeMethodDescriptionQuantumMechanics.photonEnergy(Quantity<Frequency> f) Photon energy: E = h * f -
Uses of Energy in org.episteme.natural.physics.relativity
Methods in org.episteme.natural.physics.relativity that return types with arguments of type EnergyModifier and TypeMethodDescriptionRelativisticMechanics.kineticEnergy(Quantity<Mass> restMass, Quantity<Velocity> v) Calculates Kinetic Energy.RelativisticMechanics.restEnergy(Quantity<Mass> restMass) Rest energy: E₀ = m₀c²RelativisticMechanics.totalEnergy(Quantity<Mass> restMass, Quantity<Velocity> v) Calculates Total Relativistic Energy. -
Uses of Energy in org.episteme.social.economics.resources
Methods in org.episteme.social.economics.resources that return types with arguments of type EnergyModifier and TypeMethodDescriptionFood.getEnergyContent()Returns the energy content (calories) of the food. -
Uses of Energy in org.episteme.social.sports
Methods in org.episteme.social.sports that return types with arguments of type Energy