// This model generated automatically from SBML // WARNING: Renamed variable _space_5_minus_Oxoproline to xxx_space_5_minus_Oxoproline due to JSim namespace restrictions // unit definitions import nsrunit; unit conversion off; // SBML property definitions property sbmlRole=string; property sbmlName=string; property sbmlCompartment=string; // SBML reactions // R00251: _space_5_minus_Oxoproline <=> L_minus_Glutamate // R02736: NADP_plus_ <=> NADPH // R00267: NADP_plus_ <=> NADPH math main { realDomain time second; time.min=0; extern time.max; extern time.delta; // variable definitions real default = 1 L; real uVol = 1 L; real E1_space_1_space_1_space_42 = 0 M; real E1_space_1_space_1_space_49 = 0 M; real E3_space_5_space_2_space_9 = 0 M; real NADPH(time) M; real NADP_plus_(time) M; real xxx_space_5_minus_Oxoproline(time) M; real L_minus_Glutamate(time) M; real R00251(time) katal; extern real R00251.kf; extern real R00251.kb; real R02736(time) katal; extern real R02736.kf; extern real R02736.kb; real R00267(time) katal; extern real R00267.kf; extern real R00267.kb; // equations when (time=time.min) NADPH = 0; (NADPH*uVol):time = R02736 + R00267; when (time=time.min) NADP_plus_ = 0; (NADP_plus_*uVol):time = -1*R02736 + -1*R00267; when (time=time.min) xxx_space_5_minus_Oxoproline = 0; (xxx_space_5_minus_Oxoproline*uVol):time = -1*R00251; when (time=time.min) L_minus_Glutamate = 0; (L_minus_Glutamate*uVol):time = R00251; R00251 = R00251.kf*_space_5_minus_Oxoproline - R00251.kb*L_minus_Glutamate; R02736 = R02736.kf*NADP_plus_ - R02736.kb*NADPH; R00267 = R00267.kf*NADP_plus_ - R00267.kb*NADPH; // variable properties default.sbmlRole="compartment"; uVol.sbmlRole="compartment"; E1_space_1_space_1_space_42.sbmlRole="species"; E1_space_1_space_1_space_42.sbmlCompartment="uVol"; E1_space_1_space_1_space_49.sbmlRole="species"; E1_space_1_space_1_space_49.sbmlCompartment="uVol"; E3_space_5_space_2_space_9.sbmlRole="species"; E3_space_5_space_2_space_9.sbmlCompartment="uVol"; NADPH.sbmlRole="species"; NADPH.sbmlCompartment="uVol"; NADP_plus_.sbmlRole="species"; NADP_plus_.sbmlCompartment="uVol"; xxx_space_5_minus_Oxoproline.sbmlRole="species"; xxx_space_5_minus_Oxoproline.sbmlName="_space_5_minus_Oxoproline"; xxx_space_5_minus_Oxoproline.sbmlCompartment="uVol"; L_minus_Glutamate.sbmlRole="species"; L_minus_Glutamate.sbmlCompartment="uVol"; R00251.sbmlRole="rate"; R00251.kf.sbmlRole="rate"; R00251.kb.sbmlRole="rate"; R02736.sbmlRole="rate"; R02736.kf.sbmlRole="rate"; R02736.kb.sbmlRole="rate"; R00267.sbmlRole="rate"; R00267.kf.sbmlRole="rate"; R00267.kb.sbmlRole="rate"; }