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 |
createDiffusionAndMembraneTransportExample() |
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
MichaelisMentenReaction, where D-Fructose 1-phosphate is convertet to
glycerone phosphate and D-glyceraldehyde using fructose bisphosphate aldolase. |
static Simulation |
createPassiveMembraneTransportExample() |
static Simulation |
createSimulationFromSBML() |
static Simulation |
createSynthesisReactionExample()
This simulation simulates the synthesis of 1,3,5-octatriene (C8H12) from Buta-1,3-diene (C4H6).
|
public static Simulation createDecompositionReactionExample()
public static Simulation createSynthesisReactionExample()
public static Simulation createEquilibriumReactionExample()
public static Simulation createMichaelisMentenReactionExample()
MichaelisMentenReaction, where D-Fructose 1-phosphate is convertet to
glycerone phosphate and D-glyceraldehyde using fructose bisphosphate aldolase. From: Callens, M. et al. (1991).
Kinetic properties of fructose bisphosphate aldolase from Trypanosoma brucei compared to aldolase from rabbit
muscle and Staphylococcus aureus. Sabio-RK pdbIdentifier: 28851public 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 createSimulationFromSBML()
public static Simulation createCompartmentTestEnvironment()
public static Simulation createPassiveMembraneTransportExample()
public static Simulation createDiffusionAndMembraneTransportExample()
Copyright © 2017. All rights reserved.