Cell Environment
The CellEnvironment object sets the external temperature of the cell and defines the ions that are to be included in the simulation. Each ion has an id that is used by other components that need to refer to it. This block should contain all the ions that are referenced from other model components. At present, a reversal potential is directly associated with each ion. Future versions may implement the more realistic alternative of specifying internal and external solutions from which the reversal potential can be derived.
CellEnvironment |
The envorinment in which the cell model operates |
Standalone model |
The cell environment includes the temprature and a list of ions. For each ion the reveral potential should be set explicitly rather than providing internal and external solutions.
Attributes
Name | Type | Definition | Units | Range | Required |
---|---|---|---|---|---|
id | identifier | yes | |||
temperature | Floating point value | temperature in Celsius | Celsius | 0, 40 |
Elements
Element type | Role |
---|---|
Ion | Ions involved in the simulation |
Ion |
within: CellEnvironment |
Ion definitions
Attributes
Name | Type | Definition | Units | Range | Required |
---|---|---|---|---|---|
id | identifier | Symbol for the ion | yes | ||
reversalPotential | Floating point value | Short-cut for specifying the electrical potential for each ion instead of setting the concentrations and calculating it | mV | (-100, 100) | |
name | plain text | Full name for the ion |
Elements - No child elements are allowed