Exemple #1
0
jacgen = 3
args = sys.argv
if len(args) > 1:
    jacgen = int(args[1])
#

tstart = 0.0
tend   = 100.0


parValues, parThres = Param(), Param()

speciesIDs = StringList()
paramIDs = StringList()
biosys = BioSystem(tstart, tend)

aux = ExpressionMap()
emap = ExpressionMap()


# set names / identifies of species
speciesIDs.push_back("C")
speciesIDs.push_back("X")
speciesIDs.push_back("M")
speciesIDs.push_back("Y")
speciesIDs.push_back("Z")
# biosys.setSpecies(species)

# set names / identifies of parameters
Exemple #2
-1
jacgen = 3
args = sys.argv
if len(args) > 1:
    jacgen = int(args[1])
#

tstart = 0.0
tend   = 100.0


parValues, parThres = Param(), Param()

speciesIDs = StringList()
paramIDs = StringList()
biosys = BioSystem(tstart, tend)

aux = ExpressionMap()
emap = ExpressionMap()

# set names / identifies of species
speciesIDs.push_back("C")
speciesIDs.push_back("X")
speciesIDs.push_back("M")
speciesIDs.push_back("Y")
speciesIDs.push_back("Z")
# biosys.setSpecies(species)

# set names / identifies of parameters

paramIDs.push_back("glo_V1p");     parValues["glo_V1p"] = 0.75