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

  // Compartments and Species:
  compartment musclefiber;

  // Assignment Rules:
  Minf := (1 + tanh((V - V1)/V2))/2;
  Ninf := (1 + tanh((V - V3)/V4))/2;
  lambdaN := lambdaN_bar*cosh((V - V3)/(2*V4));

  // Rate Rules:
  V' = (Iapp - gL*(V - VL) - gCa*Minf*(V - VCa) - gK*N*(V - VK))/C;
  N' = lambdaN*(Ninf - N);

  // Compartment initializations:
  musclefiber = 1;
  Minf has dimensionless;

  // Variable initializations:
  V = -50;
  V has mV;
  V1 = 10;
  V1 has mV;
  V2 = 15;
  V2 has mV;
  Iapp = 300;
  Iapp has uA_per_cm2;
  gL = 2;
  gL has mS_per_cm2;
  VL = -50;
  VL has mV;
  gCa = 4;
  gCa has mS_per_cm2;
  VCa = 100;
  VCa has mV;
  gK = 8;
  gK has mS_per_cm2;
  N = (1 + tanh((V - V3)/V4))/2;
  N has dimensionless;
  VK = -70;
  VK has mV;
  C = 20;
  C has uF_per_cm2;
  Ninf has dimensionless;
  V3 = -1;
  V3 has mV;
  V4 = 14.5;
  V4 has mV;
  lambdaN has per_m;
  lambdaN_bar = 0.066666666667;
  lambdaN_bar has per_m;

  // Other declarations:
  var Minf, V, N, Ninf, lambdaN;
  const musclefiber, V1, V2, Iapp, gL, VL, gCa, VCa, gK, VK, C, V3, V4, lambdaN_bar;

  // Unit definitions:
  unit time_unit = 1e-3 second;
  unit per_m = 1 / 1e-3 second;
  unit mV = 1e-3 volt;
  unit mS_per_cm2 = 1e-3 siemens / (1e-2 metre)^2;
  unit uA_per_cm2 = 1e-6 ampere / (1e-2 metre)^2;
  unit uF_per_cm2 = 1e-6 farad / (1e-2 metre)^2;

  // Display Names:
  time_unit is "ms";
  per_m is "per ms";
  uA_per_cm2 is "microA_per_cm2";
  uF_per_cm2 is "microF per cm2";

  // SBO terms:
  V.sboTerm = 259
  V1.sboTerm = 259
  V2.sboTerm = 259
  gL.sboTerm = 257
  VL.sboTerm = 259
  gCa.sboTerm = 257
  VCa.sboTerm = 259
  gK.sboTerm = 257
  VK.sboTerm = 259
  C.sboTerm = 258
  V3.sboTerm = 259
  V4.sboTerm = 259

  // CV terms:
  musclefiber identity "http://identifiers.org/fma/FMA:30316"
end

Morris1981_MuscleFibre_Voltage_reduced is "Morris1981_MuscleFibre_Voltage_reduced"

Morris1981_MuscleFibre_Voltage_reduced model_entity_is "http://identifiers.org/biomodels.db/MODEL1011240000"
Morris1981_MuscleFibre_Voltage_reduced model_entity_is "http://identifiers.org/biomodels.db/BIOMD0000000280"
Morris1981_MuscleFibre_Voltage_reduced description "http://identifiers.org/pubmed/7260316"
Morris1981_MuscleFibre_Voltage_reduced hypernym "http://identifiers.org/go/GO:0001508"
Morris1981_MuscleFibre_Voltage_reduced taxon "http://identifiers.org/taxonomy/6678"
