--- search: boost: 10.0 --- # Class: VectorPressureQuantity _A quantity representing pressure in 3D._
URI: [https://CCPBioSim.ac.uk/biosim-schema/VectorPressureQuantity](https://CCPBioSim.ac.uk/biosim-schema/VectorPressureQuantity) ```{mermaid} classDiagram class VectorPressureQuantity click VectorPressureQuantity href "../../classes/VectorPressureQuantity/" VectorPressureQuantity : value_unit VectorPressureQuantity --> "0..1" PressureUnit : value_unit click PressureUnit href "../../enums/PressureUnit/" VectorPressureQuantity : vector_value ``` ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [vector_value](../slots/vector_value.md) | 3..*
[float](../types/float.md) | | direct | | [value_unit](../slots/value_unit.md) | 0..1
[PressureUnit](../enums/PressureUnit.md) | | direct | ## 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/VectorPressureQuantity | | native | https://CCPBioSim.ac.uk/biosim-schema/VectorPressureQuantity | ## LinkML Source ### Direct ```yaml name: VectorPressureQuantity description: A quantity representing pressure in 3D. from_schema: https://CCPBioSim.ac.uk/biosim-schema/ attributes: vector_value: name: vector_value from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities domain_of: - VectorLengthQuantity - VectorAngleQuantity - VectorVolumeQuantity - VectorCompressibilityQuantity - VectorPressureQuantity - VectorTemperatureQuantity - VectorTimeQuantity - MatrixPressureQuantity - MatrixCompressibilityQuantity - MatrixQuantity range: float multivalued: true minimum_cardinality: 3 maximum_cardinality: 3 value_unit: name: value_unit from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities ifabsent: string(bar) 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: PressureUnit ``` ### Induced ```yaml name: VectorPressureQuantity description: A quantity representing pressure in 3D. from_schema: https://CCPBioSim.ac.uk/biosim-schema/ attributes: vector_value: name: vector_value from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities owner: VectorPressureQuantity domain_of: - VectorLengthQuantity - VectorAngleQuantity - VectorVolumeQuantity - VectorCompressibilityQuantity - VectorPressureQuantity - VectorTemperatureQuantity - VectorTimeQuantity - MatrixPressureQuantity - MatrixCompressibilityQuantity - MatrixQuantity range: float multivalued: true minimum_cardinality: 3 maximum_cardinality: 3 value_unit: name: value_unit from_schema: https://CCPBioSim.ac.uk/biosim-schema/quantities ifabsent: string(bar) owner: VectorPressureQuantity 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: PressureUnit ```