Uses of Interface
org.episteme.core.measure.quantity.Power
Packages that use Power
Package
Description
Implements a comprehensive units framework enabling type-safe
Defines interfaces for physical quantities, organized by
Covers:
-
Uses of Power in org.episteme.core.measure
Fields in org.episteme.core.measure with type parameters of type PowerMethods in org.episteme.core.measure that return types with arguments of type Power -
Uses of Power in org.episteme.core.measure.quantity
Subinterfaces with type arguments of type Power in org.episteme.core.measure.quantity -
Uses of Power in org.episteme.core.measure.units
Fields in org.episteme.core.measure.units with type parameters of type Power -
Uses of Power in org.episteme.natural.engineering.electrical
Methods in org.episteme.natural.engineering.electrical that return types with arguments of type PowerModifier and TypeMethodDescriptionCircuitAnalysis.power(Quantity<ElectricPotential> voltage, Quantity<ElectricCurrent> current) Electrical power.CircuitAnalysis.powerFromCurrent(Quantity<ElectricCurrent> current, Quantity<ElectricResistance> resistance) Power from current and resistance.CircuitAnalysis.powerFromVoltage(Quantity<ElectricPotential> voltage, Quantity<ElectricResistance> resistance) Power from voltage and resistance. -
Uses of Power in org.episteme.natural.engineering.fluids
Methods in org.episteme.natural.engineering.fluids that return types with arguments of type PowerModifier and TypeMethodDescriptionAffinity laws: power vs speed.FluidMachinery.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.Method parameters in org.episteme.natural.engineering.fluids with type arguments of type Power -
Uses of Power in org.episteme.natural.engineering.thermal
Methods in org.episteme.natural.engineering.thermal that return types with arguments of type PowerModifier and TypeMethodDescriptionHeatTransfer.conduction(Real thermalConductivity, Quantity<Area> area, Quantity<Temperature> temperatureDifference, Quantity<Length> thickness) Fourier's Law for heat conduction.HeatTransfer.convection(Real convectionCoefficient, Quantity<Area> area, Quantity<Temperature> temperatureDifference) Newton's Law of Cooling for convection.HeatTransfer.radiation(Real emissivity, Quantity<Area> area, Quantity<Temperature> surfaceTemp, Quantity<Temperature> surroundingTemp) Stefan-Boltzmann Law for radiation. -
Uses of Power in org.episteme.natural.physics
Fields in org.episteme.natural.physics with type parameters of type PowerModifier and TypeFieldDescriptionPhysicalConstants.STEFAN_BOLTZMANN_CONSTANTstatic final PhysicalConstant<Power> PhysicalConstants.STEFAN_BOLTZMANN_REF -
Uses of Power in org.episteme.natural.physics.astronomy
Methods in org.episteme.natural.physics.astronomy that return types with arguments of type PowerMethod parameters in org.episteme.natural.physics.astronomy with type arguments of type Power