public class SimulationExamples extends Object
| Constructor and Description |
|---|
SimulationExamples() |
| Modifier and Type | Method and Description |
|---|---|
static Simulation |
createCompartmentTestEnvironment() |
static Simulation |
createDecompositionReactionExample()
This simulation simulates the thermal decomposition of dinitrogen pentaoxide.
|
static Simulation |
createDiffusionModuleExample(int numberOfNodes,
javax.measure.Quantity<javax.measure.quantity.Time> timeStep)
This simulation simulates a diffusion of small molecules in a rectangular gird graph.
|
static Simulation |
createEquilibriumReactionExample()
This simulation simulates a equilibrium reaction.
|
static Simulation |
createIodineMultiReactionExample()
This simulation simulates a multiple reactions involving iodine.
|
static Simulation |
createMichaelisMentenReactionExample()
This simulation simulates a Michaelis-Menten reaction, where D-Fructose 1-phosphate is converted to
glycerone phosphate and D-glyceraldehyde using fructose bisphosphate aldolase.
|
public static Simulation createDecompositionReactionExample()
public static Simulation createEquilibriumReactionExample()
public static Simulation createMichaelisMentenReactionExample()
public static Simulation createDiffusionModuleExample(int numberOfNodes, javax.measure.Quantity<javax.measure.quantity.Time> timeStep)
numberOfNodes - The number of nodes on one "side" of the rectangle.timeStep - The size of the time step.public static Simulation createIodineMultiReactionExample()
public static Simulation createCompartmentTestEnvironment()
Copyright © 2019. All rights reserved.