// Created by libAntimony v2.13.0
model *BIOMD0000000320()

  // Compartments and Species:
  compartment gut, Vdopa, V_3_OMD, V1_B, V2_B, V1_M, V2_M;
  species C_dopa in Vdopa, C_OMD in V_3_OMD, C1_M in V1_M, C2_M in V2_M, C1_B in V1_B;
  species C2_B in V2_B;
  substanceOnly species A_dopa in gut, A_B in gut, A_M in gut;

  // Assignment Rules:
  F_c := F_H*F_G;
  F_H := 1 - CL_H/Q;
  CL_H := f_H*CL_dopa;
  CL_dopa := CL_AADC + CL_rest + CL_COMT;
  CL_AADC := CL_AADC0/(1 + C1_M/ki);
  CL_rest := CL_dopa0*f_rest;
  CL_COMT := CL_dopa0*f_COMT;
  f_rest := 1 - (f_AADC + f_COMT);
  CL_AADC0 := CL_dopa0*f_AADC;

  // Reactions:
  l_dopa_absorption: A_dopa => C_dopa; ka_c*A_dopa*F_c;
  l_dopa_blood_hepa_clearance: A_dopa => ; ka_c*A_dopa*(1 - F_c);
  ro_04_5127_absorption: A_M => C1_M; ka_M*A_M;
  benserazide_absorption: A_B => C1_B; ka_B*A_B*F_B;
  benserazide_gut_clearance: A_B => ; ka_B*A_B*(1 - F_B);
  AADC_clearance: C_dopa => ; CL_AADC*C_dopa;
  COMT_clearance: C_dopa => C_OMD; CL_COMT*C_dopa;
  rest_clearance: C_dopa => ; CL_rest*C_dopa;
  _3_OMD_clearance: C_OMD => ; CL_OMD*C_OMD;
  bens_clearance: C1_B => ; CL_B*C1_B;
  bens_metabolism: C1_B => C1_M; (fm/(1 - fm))*CL_B*C1_B;
  ro_clearance: C1_M => ; CL_M*C1_M;
  bens_distribution: C1_B -> C2_B; CL_dB*(C1_B - C2_B);
  ro_distribution: C1_M -> C2_M; CL_dM*(C1_M - C2_M);

  // Species initializations:
  A_dopa = L_Dopa_per_kg_rat*rat_body_mass;
  A_B = A_bens_tot*(1 - B_M_frac);
  A_M = A_bens_tot*B_M_frac;
  C_dopa = 0;
  C_OMD = 0;
  C1_M = 0;
  C2_M = 0;
  C1_B = 0;
  C2_B = 0;

  // Compartment initializations:
  gut = 1;
  Vdopa = 0.496;
  V_3_OMD = 0.128;
  V1_B = 0.202;
  V2_B = 0.127;
  V1_M = 0.0691;
  V2_M = 3.2;

  // Variable initializations:
  L_Dopa_per_kg_rat = 404;
  L_Dopa_per_kg_rat has umol_per_kg;
  rat_body_mass = 0.25;
  rat_body_mass has kilogram;
  A_bens_tot = Benserazide_per_kg_rat*rat_body_mass;
  A_bens_tot has substance;
  B_M_frac = 0.07;
  F_c has dimensionless;
  F_H has dimensionless;
  F_G = 1;
  F_G has dimensionless;
  CL_H has l_per_h;
  Q = 0.828;
  f_H = 0.13;
  f_H has dimensionless;
  CL_dopa has l_per_h;
  CL_AADC has l_per_h;
  CL_rest has l_per_h;
  CL_COMT has l_per_h;
  f_rest has dimensionless;
  f_AADC = 0.69;
  f_AADC has dimensionless;
  f_COMT = 0.1;
  f_COMT has dimensionless;
  CL_AADC0 has l_per_h;
  ki = 0.00246;
  CL_dopa0 = 0.823;
  CL_dopa0 has l_per_h;
  ka_c = 1.29;
  ka_M = 2.47;
  ka_B = 0.94;
  F_B = 0.022;
  F_B has dimensionless;
  CL_OMD = 0.00895;
  CL_OMD has l_per_h;
  CL_B = 1.67;
  CL_B has l_per_h;
  fm = 0.15;
  fm has dimensionless;
  CL_M = 4.29;
  CL_M has l_per_h;
  CL_dB = 0.072;
  CL_dB has l_per_h;
  CL_dM = 1.06;
  CL_dM has l_per_h;
  Benserazide_per_kg_rat = 78;
  Benserazide_per_kg_rat has umol_per_kg;

  // Other declarations:
  var F_c, F_H, CL_H, CL_dopa, CL_AADC, CL_rest, CL_COMT, f_rest, CL_AADC0;
  const gut, Vdopa, V_3_OMD, V1_B, V2_B, V1_M, V2_M, L_Dopa_per_kg_rat, rat_body_mass;
  const A_bens_tot, B_M_frac, F_G, Q, f_H, f_AADC, f_COMT, ki, CL_dopa0, ka_c;
  const ka_M, ka_B, F_B, CL_OMD, CL_B, fm, CL_M, CL_dB, CL_dM, Benserazide_per_kg_rat;

  // Unit definitions:
  unit substance = 1e-9 mole;
  unit umol_per_kg = 1e-9 mole / kilogram;
  unit per_h = 1 / 3600 second;
  unit l_per_h = litre / 3600 second;
  unit time_unit = 3600 second;

  // Display Names:
  substance is "micromole";
  umol_per_kg is "micromole_per_kg";
  time_unit is "hours";
  Vdopa is "V_L_Dopa";
  B_M_frac is "Bens_Ro04-5127_fraction_gut";
  C_OMD is "C_3-OMD";
  ka_M is "ka_m";
  ka_B is "ka_b";
  CL_OMD is "CL_3_OMD";
  l_dopa_absorption is "L_Dopa absorption from gut";
  l_dopa_blood_hepa_clearance is "hepatic and blood L-Dopa clearance";
  ro_04_5127_absorption is "ro 04-5127 absorption from gut";
  benserazide_absorption is "benserazide absorption from gut";
  benserazide_gut_clearance is "benserazide clearance from gut";
  AADC_clearance is "L-Dopa clearance via AADC ";
  COMT_clearance is "L-Dopa clearance via COMT";
  rest_clearance is "rest clearance of L-Dopa";
  _3_OMD_clearance is "3-OMD clearance";
  bens_clearance is "benserazide clearance";
  bens_metabolism is "benserazide metabolism to ro 04-5127";
  ro_clearance is "ro 04-5127 clearance";
  bens_distribution is "benserazide distribution";
  ro_distribution is "ro 04-5127 distribution";

  // SBO terms:
  gut.sboTerm = 290
  Vdopa.sboTerm = 290
  V_3_OMD.sboTerm = 290
  V1_B.sboTerm = 290
  V2_B.sboTerm = 290
  V1_M.sboTerm = 290
  V2_M.sboTerm = 290
  A_dopa.sboTerm = 247
  L_Dopa_per_kg_rat.sboTerm = 197
  rat_body_mass.sboTerm = 2
  A_B.sboTerm = 247
  A_bens_tot.sboTerm = 196
  B_M_frac.sboTerm = 381
  A_M.sboTerm = 247
  C_dopa.sboTerm = 247
  C_OMD.sboTerm = 247
  C1_M.sboTerm = 247
  C2_M.sboTerm = 247
  C1_B.sboTerm = 247
  C2_B.sboTerm = 247
  F_c.sboTerm = 381
  F_H.sboTerm = 381
  F_G.sboTerm = 381
  CL_H.sboTerm = 35
  Q.sboTerm = 2
  f_H.sboTerm = 381
  CL_dopa.sboTerm = 35
  CL_AADC.sboTerm = 35
  CL_rest.sboTerm = 35
  CL_COMT.sboTerm = 35
  f_rest.sboTerm = 381
  f_AADC.sboTerm = 381
  f_COMT.sboTerm = 381
  CL_AADC0.sboTerm = 35
  ki.sboTerm = 288
  CL_dopa0.sboTerm = 35
  ka_c.sboTerm = 35
  ka_M.sboTerm = 35
  ka_B.sboTerm = 35
  F_B.sboTerm = 381
  CL_OMD.sboTerm = 35
  CL_B.sboTerm = 35
  fm.sboTerm = 381
  CL_M.sboTerm = 35
  CL_dB.sboTerm = 35
  CL_dM.sboTerm = 35
  Benserazide_per_kg_rat.sboTerm = 197
  l_dopa_absorption.sboTerm = 185
  l_dopa_blood_hepa_clearance.sboTerm = 179
  ro_04_5127_absorption.sboTerm = 185
  benserazide_absorption.sboTerm = 185
  benserazide_gut_clearance.sboTerm = 179
  AADC_clearance.sboTerm = 399
  COMT_clearance.sboTerm = 214
  rest_clearance.sboTerm = 179
  _3_OMD_clearance.sboTerm = 179
  bens_clearance.sboTerm = 179
  bens_metabolism.sboTerm = 211
  ro_clearance.sboTerm = 179
  bens_distribution.sboTerm = 185
  ro_distribution.sboTerm = 185

  // CV terms:
  gut hypernym "http://identifiers.org/bto/BTO:0000648"
  Vdopa hypernym "http://identifiers.org/fma/FMA:7563"
  V_3_OMD hypernym "http://identifiers.org/fma/FMA:7563"
  V1_B hypernym "http://identifiers.org/fma/FMA:76700"
  V2_B hypernym "http://identifiers.org/fma/FMA:76700"
  V1_M hypernym "http://identifiers.org/fma/FMA:76700"
  V2_M hypernym "http://identifiers.org/fma/FMA:76700"
  A_dopa identity "http://identifiers.org/chebi/CHEBI:15765",
                  "http://identifiers.org/kegg.compound/C00355",
                  "http://identifiers.org/pubchem.compound/6047"
  A_B identity "http://identifiers.org/kegg.drug/D03082",
               "http://identifiers.org/pubchem.compound/2327"
  A_M hypernym "http://identifiers.org/chebi/CHEBI:25212"
  A_M identity "http://identifiers.org/pubchem.compound/188973"
  C_dopa identity "http://identifiers.org/chebi/CHEBI:15765",
                  "http://identifiers.org/kegg.compound/C00355",
                  "http://identifiers.org/pubchem.compound/6047"
  C_OMD identity "http://identifiers.org/pubchem.compound/9307"
  C_OMD hypernym "http://identifiers.org/chebi/CHEBI:25212"
  C1_M hypernym "http://identifiers.org/chebi/CHEBI:25212"
  C1_M identity "http://identifiers.org/pubchem.compound/188973"
  C2_M hypernym "http://identifiers.org/chebi/CHEBI:25212"
  C2_M identity "http://identifiers.org/pubchem.compound/188973"
  C1_B identity "http://identifiers.org/kegg.drug/D03082",
                "http://identifiers.org/pubchem.compound/2327"
  C2_B identity "http://identifiers.org/kegg.drug/D03082",
                "http://identifiers.org/pubchem.compound/2327"
  l_dopa_absorption hypernym "http://identifiers.org/go/GO:0050892"
  l_dopa_blood_hepa_clearance version "http://identifiers.org/go/GO:0042737"
  l_dopa_blood_hepa_clearance identity "http://identifiers.org/go/GO:0030421"
  ro_04_5127_absorption hypernym "http://identifiers.org/go/GO:0050892"
  benserazide_absorption hypernym "http://identifiers.org/go/GO:0050892"
  benserazide_gut_clearance version "http://identifiers.org/go/GO:0042737"
  benserazide_gut_clearance identity "http://identifiers.org/go/GO:0030421"
  AADC_clearance hypernym "http://identifiers.org/reactome/REACT_15382.1"
  AADC_clearance hypernym "http://identifiers.org/ec-code/4.1.1.28",
                          "http://identifiers.org/go/GO:0042737"
  COMT_clearance hypernym "http://identifiers.org/ec-code/2.1.1.6",
                          "http://identifiers.org/go/GO:0042737"
  rest_clearance version "http://identifiers.org/go/GO:0042737"
  rest_clearance version "http://identifiers.org/go/GO:0007588"
  _3_OMD_clearance version "http://identifiers.org/go/GO:0007588"
  _3_OMD_clearance version "http://identifiers.org/go/GO:0042737"
  bens_clearance version "http://identifiers.org/go/GO:0007588"
  bens_clearance version "http://identifiers.org/go/GO:0042737"
  bens_metabolism hypernym "http://identifiers.org/go/GO:0042737"
  ro_clearance version "http://identifiers.org/go/GO:0007588"
  ro_clearance version "http://identifiers.org/go/GO:0042737"
end

BIOMD0000000320 is "Grange2001 - PK interaction of L-dopa and benserazide"

BIOMD0000000320 model_entity_is "http://identifiers.org/biomodels.db/MODEL0910130001"
BIOMD0000000320 model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000320"
BIOMD0000000320 description "http://identifiers.org/pubmed/11587490"
BIOMD0000000320 hypernym "http://identifiers.org/go/GO:0051583"
BIOMD0000000320 taxon "http://identifiers.org/taxonomy/10116"
BIOMD0000000320 property "http://identifiers.org/doid/DOID:14330"
