---
search:
boost: 5.0
---
# Slot: salt_concentration
_Concentration of salt in the solution._
URI: [https://CCPBioSim.ac.uk/biosim-schema/salt_concentration](https://CCPBioSim.ac.uk/biosim-schema/salt_concentration)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [SystemCounts](../classes/SystemCounts.md) | Entity counts across the simulated system | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [ConcentrationQuantity](../classes/ConcentrationQuantity.md) |
| Domain Of | [SystemCounts](../classes/SystemCounts.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
## Examples
| Value |
| --- |
| 1 |
## 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/salt_concentration |
| native | https://CCPBioSim.ac.uk/biosim-schema/salt_concentration |
## LinkML Source
```yaml
name: salt_concentration
description: Concentration of salt in the solution.
examples:
- value: '1'
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- SystemCounts
range: ConcentrationQuantity
```