Simulation of Reaction

Usage

e["Problem"]["Type"] = "Reaction"

Compatible Solvers

This problem can be solved using the following modules:

Variable-Specific Settings

These are settings required by this module that are added to each of the experiment’s variables when this module is selected.

Initial Reactant Number
  • Usage: e[“Variables”][index][“Initial Reactant Number”] = integer

  • Description: The initial amount of the reactant.

Name
  • Usage: e[“Variables”][index][“Name”] = string

  • Description: Defines the name of the variable.

Configuration

These are settings required by this module.

Variable Defaults

These following configuration will be assigned to each of the experiment variables by default. Any settings defined by the user will override the given settings specified in these defaults.

{
"Initial Reactant Number": 0
}