//Created by libAntimony v2.4 model heart_hypertrophy_or_deterioration_CellML1_0_model__environment(time_) // Variable initializations: time_ = ; end model heart_hypertrophy_or_deterioration_CellML1_0_model__parameter_values(HSL, Z13, HSR, DHDTR) // Variable initializations: HSL = 1; Z13 = 0.625; HSR = 1; DHDTR = 0.05; end model heart_hypertrophy_or_deterioration_CellML1_0_model__left_ventricular_hypertrophy(QAO, PA, time_, HPL, HSL, Z13) // Rate Rules: HPL' = (power((PA * QAO) / (500 * HSL), Z13) - HPL) / 57600; // Variable initializations: QAO = ; PA = ; time_ = ; HPL = 1.00163; HSL = ; Z13 = ; end model heart_hypertrophy_or_deterioration_CellML1_0_model__right_ventricular_hypertrophy(QAO, PPA, time_, HPR, HSR, Z13) // Rate Rules: HPR' = (power((PPA * QAO) / (75 * HSR), Z13) - HPR) / 57600; // Variable initializations: QAO = ; PPA = ; time_ = ; HPR = 1.00237; HSR = ; Z13 = ; end model heart_hypertrophy_or_deterioration_CellML1_0_model__heart_deterioration(POT, time_, HMD, DHDTR) // Assignment Rules: HMD := piecewise( 1 , HMD1 > 1 , HMD1 ); DHM := (POT - 10) * DHDTR; // Rate Rules: HMD1' = DHM; // Variable initializations: POT = ; time_ = ; DHDTR = ; HMD1 = 1.0; end model heart_hypertrophy_or_deterioration_CellML1_0_model__heart_hypertrophy_or_deterioration(time_, QAO, PA, POT, PPA) // Sub-modules, and any changes to those submodules: parameter_values: heart_hypertrophy_or_deterioration_CellML1_0_model__parameter_values(HSL, Z13, HSR, DHDTR); left_ventricular_hypertrophy: heart_hypertrophy_or_deterioration_CellML1_0_model__left_ventricular_hypertrophy(QAO, PA, time_, HPL, HSL, Z13); right_ventricular_hypertrophy: heart_hypertrophy_or_deterioration_CellML1_0_model__right_ventricular_hypertrophy(QAO, PPA, time_, HPR, HSR, Z13); heart_deterioration: heart_hypertrophy_or_deterioration_CellML1_0_model__heart_deterioration(POT, time_, HMD, DHDTR); // Variable initializations: QAO = 5.00707; PA = 103.525; POT = 35.1148; PPA = 15.6376; end model *heart_hypertrophy_or_deterioration_CellML1_0_model____main() // Sub-modules, and any changes to those submodules: environment: heart_hypertrophy_or_deterioration_CellML1_0_model__environment(time_); heart_hypertrophy_or_deterioration: heart_hypertrophy_or_deterioration_CellML1_0_model__heart_hypertrophy_or_deterioration(time_, QAO, PA, POT, PPA); end