/* * Nucleocytoplasmic oscillations of the yeast transcription factor * Msn2: evidence for periodic PKA activation * * Model Status * * This is an import for the model "garmendiatorres_2007_1.1model.cellml". * It is used to define a reoccuring structure within the model * and may be used for multiple equations in the model. This file * is known to run only in OpenCell in conjunction with the base * file. */ import nsrunit; // Warning: unit conversion turned off due to unit errors in 1 equation(s) unit conversion off; unit minute=60 second^1; unit per_minute=.01666667 second^(-1); unit per_litre=1E3 meter^(-3); // unit micromolar predefined unit micromolar_per_minute=1.6666667E-5 meter^(-3)*second^(-1)*mole^1; math main { //Warning: the following variables were set 'extern' or given // an initial value of '0' because the model would otherwise be // underdetermined: A, B, C, D, E real V per_minute; extern real A per_minute; extern real B dimensionless; extern real C micromolar_per_minute; extern real D micromolar; extern real E micromolar; // V=(A*B*C*D/E); }