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