// This model generated automatically from SBML // unit definitions import nsrunit; unit conversion off; // SBML property definitions property sbmlRole=string; property sbmlName=string; property sbmlCompartment=string; // SBML reactions // R02613: Phenethylamine <=> Phenylacetaldehyde // R00694: Phenylpyruvate => L_minus_Phenylalanine // R05841: Phenylacetyl_minus_CoA => Phenylacetylglycine 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 E2_space_6_space_1_space_9 = 0 M; real E2_space_6_space_1_space_1 = 0 M; real E1_space_4_space_3_space_4 = 0 M; real E2_space_3_space_1_space__minus_ = 0 M; real Phenethylamine(time) M; real L_minus_Phenylalanine(time) M; real Phenylpyruvate(time) M; real Phenylacetaldehyde(time) M; real Phenylacetylglycine(time) M; real Phenylacetyl_minus_CoA(time) M; real R02613(time) katal; extern real R02613.kf; extern real R02613.kb; real R00694(time) katal; extern real R00694.kf; extern real R00694.kb; real R05841(time) katal; extern real R05841.kf; extern real R05841.kb; // equations when (time=time.min) Phenethylamine = 0; (Phenethylamine*uVol):time = -1*R02613; when (time=time.min) L_minus_Phenylalanine = 0; (L_minus_Phenylalanine*uVol):time = R00694; when (time=time.min) Phenylpyruvate = 0; (Phenylpyruvate*uVol):time = -1*R00694; when (time=time.min) Phenylacetaldehyde = 0; (Phenylacetaldehyde*uVol):time = R02613; when (time=time.min) Phenylacetylglycine = 0; (Phenylacetylglycine*uVol):time = R05841; when (time=time.min) Phenylacetyl_minus_CoA = 0; (Phenylacetyl_minus_CoA*uVol):time = -1*R05841; R02613 = R02613.kf*Phenethylamine - R02613.kb*Phenylacetaldehyde; R00694 = R00694.kf*Phenylpyruvate - R00694.kb*L_minus_Phenylalanine; R05841 = R05841.kf*Phenylacetyl_minus_CoA - R05841.kb*Phenylacetylglycine; // variable properties default.sbmlRole="compartment"; uVol.sbmlRole="compartment"; E2_space_6_space_1_space_9.sbmlRole="species"; E2_space_6_space_1_space_9.sbmlCompartment="uVol"; E2_space_6_space_1_space_1.sbmlRole="species"; E2_space_6_space_1_space_1.sbmlCompartment="uVol"; E1_space_4_space_3_space_4.sbmlRole="species"; E1_space_4_space_3_space_4.sbmlCompartment="uVol"; E2_space_3_space_1_space__minus_.sbmlRole="species"; E2_space_3_space_1_space__minus_.sbmlCompartment="uVol"; Phenethylamine.sbmlRole="species"; Phenethylamine.sbmlCompartment="uVol"; L_minus_Phenylalanine.sbmlRole="species"; L_minus_Phenylalanine.sbmlCompartment="uVol"; Phenylpyruvate.sbmlRole="species"; Phenylpyruvate.sbmlCompartment="uVol"; Phenylacetaldehyde.sbmlRole="species"; Phenylacetaldehyde.sbmlCompartment="uVol"; Phenylacetylglycine.sbmlRole="species"; Phenylacetylglycine.sbmlCompartment="uVol"; Phenylacetyl_minus_CoA.sbmlRole="species"; Phenylacetyl_minus_CoA.sbmlCompartment="uVol"; R02613.sbmlRole="rate"; R02613.kf.sbmlRole="rate"; R02613.kb.sbmlRole="rate"; R00694.sbmlRole="rate"; R00694.kf.sbmlRole="rate"; R00694.kb.sbmlRole="rate"; R05841.sbmlRole="rate"; R05841.kf.sbmlRole="rate"; R05841.kb.sbmlRole="rate"; }