Loading [MathJax]/extensions/TeX/AMSsymbols.js
MoDeNa
1.0
Software framework facilitating sequential multi-scale modelling
Main Page
Related Pages
Modules
+
Packages
Packages
+
Package Functions
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
Functions/Subroutines
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
v
w
x
y
+
Data Types List
Data Types List
Data Types
Class Hierarchy
+
Data Fields
+
All
_
a
b
c
e
f
g
i
l
m
n
o
p
s
t
u
v
w
+
Functions/Subroutines
_
a
b
c
e
f
g
i
l
m
n
o
p
t
u
v
w
Variables
+
Files
File List
+
Globals
+
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
v
w
x
+
Functions/Subroutines
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
+
Variables
a
b
c
d
e
i
k
l
m
n
o
p
r
s
t
w
x
Typedefs
Macros
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Macros
Modules
Pages
Kinetics.py
1
31
32
41
42
import
os
43
import
modena
44
from
modena
import
ForwardMappingModel, BackwardMappingModel, SurrogateModel, CFunction, IndexSet, ModenaFireTask
45
import
modena.Strategy
as
Strategy
46
from
fireworks
import
Firework, Workflow, FWAction
47
from
fireworks.utilities.fw_utilities
import
explicit_serialize
48
from
jinja2
import
Template
49
from
PrediciKinetics
import
PrediciKinetics
50
51
k =
PrediciKinetics
(
52
_id=
'RF-1-public'
,
53
fileName= os.path.dirname(os.path.abspath(__file__)) +
'/RF-1-public.c'
,
54
)
55
56
m = ForwardMappingModel(
57
_id=
'RF-1-public'
,
58
surrogateFunction= k,
59
substituteModels= [ ],
60
importFrom=
'Kinetics.PrediciKinetics'
61
)
Strategy
Kinetics.PrediciKinetics.PrediciKinetics
Definition:
PrediciKinetics.py:43
applications
PUfoam
MoDeNaModels
Kinetics
Kinetics.py
Generated on Fri Jan 13 2017 16:47:18 for MoDeNa by
1.8.13