squants

thermal

package thermal

Since

0.1

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. thermal
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final class Celsius extends Temperature

  2. final class Fahrenheit extends Temperature

  3. final class Kelvin extends Temperature

  4. sealed abstract class Temperature extends Quantity[Temperature] with BaseQuantity

    Represents a quantity of temperature

  5. sealed trait TemperatureScale extends BaseQuantityUnit[Temperature]

    Base trait for units of squants.thermal.Temperature

  6. final class ThermalCapacity extends Quantity[ThermalCapacity]

    Represents the capacity of some substance or system to hold thermal energy.

  7. trait ThermalCapacityUnit extends UnitOfMeasure[ThermalCapacity] with UnitMultiplier

Value Members

  1. object Celsius extends TemperatureScale

  2. object Fahrenheit extends TemperatureScale

  3. object JoulesPerKelvin extends ThermalCapacityUnit with ValueUnit

  4. object Kelvin extends TemperatureScale with ValueUnit with BaseUnit

  5. object Temperature extends Serializable

    Temperature companion object

  6. object TemperatureConversions

  7. object ThermalCapacity extends Serializable

  8. object ThermalCapacityConversions

Inherited from AnyRef

Inherited from Any

Ungrouped