---
search:
boost: 5.0
---
# Slot: simulation_method
_Method used to perform simulation._
URI: [https://CCPBioSim.ac.uk/biosim-schema/simulation_method](https://CCPBioSim.ac.uk/biosim-schema/simulation_method)
## Applicable Classes
| Name | Description | Modifies Slot |
| --- | --- | --- |
| [Production](../classes/Production.md) | Production stage of simulation workflow | no |
## Properties
### Type and Range
| Property | Value |
| --- | --- |
| Range | [SimulationMethod](../enums/SimulationMethod.md) |
| Domain Of | [Production](../classes/Production.md) |
### Cardinality and Requirements
| Property | Value |
| --- | --- |
| Multivalued | Yes |
## 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/simulation_method |
| native | https://CCPBioSim.ac.uk/biosim-schema/simulation_method |
## LinkML Source
```yaml
name: simulation_method
description: Method used to perform simulation.
from_schema: https://CCPBioSim.ac.uk/biosim-schema/
rank: 1000
domain_of:
- Production
range: SimulationMethod
multivalued: true
```