--- search: boost: 10.0 --- # Class: EnergyQuantity _A quantity representing energy._
URI: [https://CCPBioSim.ac.uk/biosim-schema/EnergyQuantity](https://CCPBioSim.ac.uk/biosim-schema/EnergyQuantity) ```{mermaid} classDiagram class EnergyQuantity click EnergyQuantity href "../../classes/EnergyQuantity/" EnergyQuantity : value EnergyQuantity : value_unit EnergyQuantity --> "0..1" EnergyUnit : value_unit click EnergyUnit href "../../enums/EnergyUnit/" ``` ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [value](../slots/value.md) | 0..1
[float](../types/float.md) | | direct | | [value_unit](../slots/value_unit.md) | 0..1
[EnergyUnit](../enums/EnergyUnit.md) | | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Performance](../classes/Performance.md) | [energy_consumption](../slots/energy_consumption.md) | range | [EnergyQuantity](../classes/EnergyQuantity.md) | ## Identifier and Mapping Information ### Schema Source * from schema: https://CCPBioSim.ac.uk/biosim-schema/ ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | https://CCPBioSim.ac.uk/biosim-schema/EnergyQuantity | | native | https://CCPBioSim.ac.uk/biosim-schema/EnergyQuantity | ## LinkML Source ### Direct ```yaml name: EnergyQuantity description: A quantity representing energy. from_schema: https://CCPBioSim.ac.uk/biosim-schema/ attributes: value: name: value from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities domain_of: - LengthQuantity - VolumeQuantity - TimeQuantity - FrequencyQuantity - FrictionCoefficientQuantity - MolarEnergyQuantity - EnergyQuantity - TemperatureQuantity - PressureQuantity - CompressibilityQuantity - MassQuantity - ConcentrationQuantity - ForceQuantity - ChargeQuantity - AngleQuantity - ByteQuantity range: float value_unit: name: value_unit from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities ifabsent: string(kWh) domain_of: - LengthQuantity - VolumeQuantity - TimeQuantity - FrequencyQuantity - FrictionCoefficientQuantity - MolarEnergyQuantity - EnergyQuantity - TemperatureQuantity - PressureQuantity - CompressibilityQuantity - MassQuantity - ConcentrationQuantity - ForceQuantity - ChargeQuantity - AngleQuantity - ByteQuantity - VectorLengthQuantity - VectorAngleQuantity - VectorVolumeQuantity - VectorCompressibilityQuantity - VectorPressureQuantity - VectorTemperatureQuantity - VectorTimeQuantity - MatrixPressureQuantity - MatrixCompressibilityQuantity - MatrixQuantity range: EnergyUnit ``` ### Induced ```yaml name: EnergyQuantity description: A quantity representing energy. from_schema: https://CCPBioSim.ac.uk/biosim-schema/ attributes: value: name: value from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities owner: EnergyQuantity domain_of: - LengthQuantity - VolumeQuantity - TimeQuantity - FrequencyQuantity - FrictionCoefficientQuantity - MolarEnergyQuantity - EnergyQuantity - TemperatureQuantity - PressureQuantity - CompressibilityQuantity - MassQuantity - ConcentrationQuantity - ForceQuantity - ChargeQuantity - AngleQuantity - ByteQuantity range: float value_unit: name: value_unit from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities ifabsent: string(kWh) owner: EnergyQuantity domain_of: - LengthQuantity - VolumeQuantity - TimeQuantity - FrequencyQuantity - FrictionCoefficientQuantity - MolarEnergyQuantity - EnergyQuantity - TemperatureQuantity - PressureQuantity - CompressibilityQuantity - MassQuantity - ConcentrationQuantity - ForceQuantity - ChargeQuantity - AngleQuantity - ByteQuantity - VectorLengthQuantity - VectorAngleQuantity - VectorVolumeQuantity - VectorCompressibilityQuantity - VectorPressureQuantity - VectorTemperatureQuantity - VectorTimeQuantity - MatrixPressureQuantity - MatrixCompressibilityQuantity - MatrixQuantity range: EnergyUnit ```