classFixedConcentrationNode
Metabolite with fixed concentration
Extends from ADGenKinetics.Derivatives.NodeElements.dynamic.BasicNode (Basic declarations of any Metabolite).
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Units.Concentration | c_0 (from BasicNode) | 0 | initial concentration |
| Integer | NG (from BasicNode) | # of gradients | |
| Real[NG] | g_c_0 (from BasicNode) | zeros(NG) | gradients of c_0 |
| Units.Concentration | c_fixed | 1.0 | fixed concentration |
| Real[NG] | g_c_fixed | zeros(NG) | gradients of c_fixed |
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| ADGenKinetics.Derivatives.Interfaces.ChemicalPort | rc (from NodeConnections) | connection to any reaction | |
| ADGenKinetics.Derivatives.Interfaces.ModifierChemicalPort | mc (from NodeConnections) | Connection to a modifier |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| Units.Concentration | c (from BasicNode) | substance concentration | |
| Units.VolumetricReactionRate | r_net (from BasicNode) | net reaction rate | |
| Real[NG] | g_c (from BasicNode) | gradients of c | |
| Real[NG] | g_r_net (from BasicNode) | gradients of r_net |