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

  // Compartments and Species:
  compartment cell;
  species I in cell, E in cell, A in cell;

  // Assignment Rules:
  T := (A + 3*E - ((6*A*E - 3*E^2) + A^2)^0.5)/6;
  M := (7*A - 3*E - ((6*A*E - 3*E^2) + A^2)^0.5)/6;

  // Reactions:
  U1:  => I; cell*P*J;
  U2: 3 I + E => ; cell*W2*I*T;
  U3:  => E; cell*W3*T^0.52*M^0.41;
  U6_plus_3U7: E => ; cell*2*U;
  U6_plus_U7_minus_U8:  => A; cell*U*(1 - W*T^n*M^k);

  // Species initializations:
  I = 10;
  E = 2.1;
  A = 1.11;

  // Compartment initializations:
  cell = 1;

  // Variable initializations:
  P = 0.121;
  J = 100;
  W2 = 0.2;
  W3 = 13.48;
  U = 0.02;
  W = 0.01;
  n = 1.2;
  k = -1;

  // Other declarations:
  var T, M;
  const cell, P, J, W2, W3, U, W, n, k;

  // Unit definitions:
  unit substance = 1e-3 mole;
  unit time_unit = 3600 second;

  // Display Names:
  substance is "millimole (default)";
  time_unit is "hour (default)";
  cell is "Erythrocyte";
  I is "Ions";
  E is "Energy pool";
  A is "Adenylate pool";
  T is "ATP";
  M is "AMP";
  P is "Membrane permeability";
  J is "Extracellular ion concentration";
  W2 is "Ion pump activity";
  W3 is "Glycolytic activity";
  U is "de novo AMP synthesis";
  W is "AMP degradation";
  n is "Dependence of AMP degradation on ATP";
  k is "Dependence of AMP degradation on AMP";
  U1 is "Passive ion influx";
  U2 is "ATP consumption by ion pump";
  U3 is "ATP from glycolysis";
  U6_plus_3U7 is "AMP synthesis de novo";
  U6_plus_U7_minus_U8 is "Adenylate pool";

  // CV terms:
  cell identity "http://identifiers.org/obo.go/GO:0005623"
  I identity "http://identifiers.org/obo.chebi/CHEBI:29101",
             "http://identifiers.org/kegg.compound/C01330"
  E version "http://identifiers.org/obo.chebi/CHEBI:15422",
            "http://identifiers.org/obo.chebi/CHEBI:16761"
  E version "http://identifiers.org/kegg.compound/C00008",
            "http://identifiers.org/kegg.compound/C00002"
  A version "http://identifiers.org/kegg.compound/C00020",
            "http://identifiers.org/kegg.compound/C00008",
            "http://identifiers.org/kegg.compound/C00002"
  A version "http://identifiers.org/obo.chebi/CHEBI:16027",
            "http://identifiers.org/obo.chebi/CHEBI:16761",
            "http://identifiers.org/obo.chebi/CHEBI:15422"
  U1 hypernym "http://identifiers.org/obo.go/GO:0006814"
  U2 part "http://identifiers.org/obo.go/GO:0042623",
          "http://identifiers.org/obo.go/GO:0006814"
  U3 hypernym "http://identifiers.org/obo.go/GO:0006754"
  U6_plus_3U7 part "http://identifiers.org/obo.go/GO:0003999",
                   "http://identifiers.org/obo.go/GO:0004001"
  U6_plus_3U7 part "http://identifiers.org/ec-code/2.7.1.20",
                   "http://identifiers.org/ec-code/2.4.2.7"
  U6_plus_U7_minus_U8 part "http://identifiers.org/ec-code/2.4.2.7",
                           "http://identifiers.org/ec-code/3.5.4.6",
                           "http://identifiers.org/ec-code/2.7.1.20"
  U6_plus_U7_minus_U8 part "http://identifiers.org/obo.go/GO:0003876",
                           "http://identifiers.org/obo.go/GO:0004001",
                           "http://identifiers.org/obo.go/GO:0003999"
end

Ataullahkhanov1996_Adenylate is "Ataullahkhanov1996_Adenylate"

Ataullahkhanov1996_Adenylate model_entity_is "http://identifiers.org/biomodels.db/MODEL4770526315"
Ataullahkhanov1996_Adenylate model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000054"
Ataullahkhanov1996_Adenylate description "http://identifiers.org/pubmed/8733433"
Ataullahkhanov1996_Adenylate taxon "http://identifiers.org/taxonomy/9606"
Ataullahkhanov1996_Adenylate part "http://identifiers.org/obo.go/GO:0002028",
                                  "http://identifiers.org/obo.go/GO:0006167",
                                  "http://identifiers.org/obo.go/GO:0006110"
