--- search: boost: 10.0 --- # Class: ForceQuantity _A quantity representing force._
URI: [https://CCPBioSim.ac.uk/biosim-schema/ForceQuantity](https://CCPBioSim.ac.uk/biosim-schema/ForceQuantity) ```{mermaid} classDiagram class ForceQuantity click ForceQuantity href "../../classes/ForceQuantity/" ForceQuantity : value ForceQuantity : value_unit ForceQuantity --> "0..1" ForceUnit : value_unit click ForceUnit href "../../enums/ForceUnit/" ``` ## 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
[ForceUnit](../enums/ForceUnit.md) | | direct | ## Usages | used by | used in | type | used | | --- | --- | --- | --- | | [Minimisation](../classes/Minimisation.md) | [energy_tolerance](../slots/energy_tolerance.md) | range | [ForceQuantity](../classes/ForceQuantity.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/ForceQuantity | | native | https://CCPBioSim.ac.uk/biosim-schema/ForceQuantity | ## LinkML Source ### Direct ```yaml name: ForceQuantity description: A quantity representing force. 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 pattern: ^[+-]?\d+(\.\d+)?$ value_unit: name: value_unit from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities ifabsent: string(kJ/mol/nm) 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: ForceUnit ``` ### Induced ```yaml name: ForceQuantity description: A quantity representing force. from_schema: https://CCPBioSim.ac.uk/biosim-schema/ attributes: value: name: value from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities owner: ForceQuantity domain_of: - LengthQuantity - VolumeQuantity - TimeQuantity - FrequencyQuantity - FrictionCoefficientQuantity - MolarEnergyQuantity - EnergyQuantity - TemperatureQuantity - PressureQuantity - CompressibilityQuantity - MassQuantity - ConcentrationQuantity - ForceQuantity - ChargeQuantity - AngleQuantity - ByteQuantity range: float pattern: ^[+-]?\d+(\.\d+)?$ value_unit: name: value_unit from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities ifabsent: string(kJ/mol/nm) owner: ForceQuantity 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: ForceUnit ```