---
search:
boost: 2.0
---
# Enum: PressureUnit
_Units to describe pressure._
URI: [https://CCPBioSim.ac.uk/biosim-schema/PressureUnit](https://CCPBioSim.ac.uk/biosim-schema/PressureUnit)
## Permissible Values
| Value | Meaning | Description |
| --- | --- | --- |
| bar | None | bar |
| Pa | None | Pascal |
## Identifier and Mapping Information
### Schema Source
* from schema: https://CCPBioSim.ac.uk/biosim-schema/
## LinkML Source
```yaml
name: PressureUnit
description: Units to describe pressure.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
permissible_values:
bar:
text: bar
description: bar
aliases:
- Bar
Pa:
text: Pa
description: Pascal
aliases:
- Pascal
```