Generated Code

The following is python code generated by the CellML API from this CellML file. (Back to language selection)

The raw code is available.

# Size of variable arrays:
sizeAlgebraic = 13
sizeStates = 3
sizeConstants = 20
from math import *
from numpy import *

def createLegends():
    legend_states = [""] * sizeStates
    legend_rates = [""] * sizeStates
    legend_algebraic = [""] * sizeAlgebraic
    legend_voi = ""
    legend_constants = [""] * sizeConstants
    legend_voi = "t in component environment (second)"
    legend_algebraic[9] = "Pi in component TempCDa (UnitP)"
    legend_states[0] = "Pi in component TempRC (UnitP)"
    legend_algebraic[12] = "Qo in component TempRC (UnitQ)"
    legend_algebraic[5] = "Qo in component TempCDv (UnitQ)"
    legend_algebraic[3] = "Pi in component TempCDv (UnitP)"
    legend_algebraic[11] = "Qo in component TempCDa (UnitQ)"
    legend_constants[0] = "CVao in component ParaLeftHeart (UnitCV)"
    legend_algebraic[2] = "E in component EVentricle (UnitE)"
    legend_states[1] = "V in component TempCDv (UnitV)"
    legend_constants[1] = "PlvIni in component ParaLeftHeart (UnitP)"
    legend_constants[2] = "VlvIni in component ParaLeftHeart (UnitV)"
    legend_algebraic[4] = "Tao in component TempCDv (dimensionless)"
    legend_constants[3] = "Vlv0 in component ParaLeftHeart (UnitV)"
    legend_constants[4] = "CVmi in component ParaLeftHeart (UnitCV)"
    legend_algebraic[8] = "E in component EAtrium (UnitE)"
    legend_states[2] = "V in component TempCDa (UnitV)"
    legend_constants[5] = "PlaIni in component ParaLeftHeart (UnitP)"
    legend_constants[6] = "VlaIni in component ParaLeftHeart (UnitV)"
    legend_algebraic[10] = "Tao in component TempCDa (dimensionless)"
    legend_constants[7] = "Vla0 in component ParaLeftHeart (UnitV)"
    legend_constants[8] = "ElvMax in component ParaLeftHeart (UnitE)"
    legend_constants[9] = "ElvMin in component ParaLeftHeart (UnitE)"
    legend_constants[10] = "T in component ParaLeftHeart (second)"
    legend_constants[11] = "Ts1 in component ParaLeftHeart (dimensionless)"
    legend_constants[12] = "Ts2 in component ParaLeftHeart (dimensionless)"
    legend_algebraic[0] = "mt in component EVentricle (second)"
    legend_algebraic[1] = "et in component EVentricle (dimensionless)"
    legend_constants[13] = "ElaMax in component ParaLeftHeart (UnitE)"
    legend_constants[14] = "ElaMin in component ParaLeftHeart (UnitE)"
    legend_constants[15] = "Tpwb in component ParaLeftHeart (dimensionless)"
    legend_constants[16] = "Tpww in component ParaLeftHeart (dimensionless)"
    legend_algebraic[6] = "mt in component EAtrium (second)"
    legend_algebraic[7] = "et in component EAtrium (dimensionless)"
    legend_constants[17] = "Rwk in component ParaWindKessel (UnitR)"
    legend_constants[18] = "Cwk in component ParaWindKessel (UnitC)"
    legend_constants[19] = "P0 in component ParaWindKessel (UnitP)"
    legend_rates[1] = "d/dt V in component TempCDv (UnitV)"
    legend_rates[2] = "d/dt V in component TempCDa (UnitV)"
    legend_rates[0] = "d/dt Pi in component TempRC (UnitP)"
    return (legend_states, legend_algebraic, legend_voi, legend_constants)

def initConsts():
    constants = [0.0] * sizeConstants; states = [0.0] * sizeStates;
    constants[0] = 350.
    constants[1] = 1.0
    constants[2] = 5.0
    constants[3] = 500
    constants[4] = 400.
    constants[5] = 1.0
    constants[6] = 4.0
    constants[7] = 20
    constants[8] = 2.5
    constants[9] = 0.1
    constants[10] = 1.0
    constants[11] = 0.3
    constants[12] = 0.45
    constants[13] = 0.25
    constants[14] = 0.15
    constants[15] = 0.92
    constants[16] = 0.09
    constants[17] = 0.55
    constants[18] = 2.8
    constants[19] = 0.
    states[0] = constants[19]
    states[1] = constants[3]
    states[2] = constants[7]
    return (states, constants)

def computeRates(voi, states, constants):
    rates = [0.0] * sizeStates; algebraic = [0.0] * sizeAlgebraic
    algebraic[0] = voi-constants[10]*floor(voi/constants[10])
    algebraic[1] = custom_piecewise([greater_equal(algebraic[0] , 0.00000) & less_equal(algebraic[0] , constants[11]*constants[10]), 1.00000-cos((3.14159*algebraic[0])/(constants[11]*constants[10])) , greater(algebraic[0] , constants[11]*constants[10]) & less_equal(algebraic[0] , constants[12]*constants[10]), 1.00000+cos((3.14159*(algebraic[0]-constants[11]*constants[10]))/((constants[12]-constants[11])*constants[10])) , greater(algebraic[0] , constants[12]*constants[10]) & less(algebraic[0] , constants[10]), 0.00000 , True, float('nan')])
    algebraic[2] = constants[9]+(algebraic[1]*(constants[8]-constants[9]))/2.00000
    algebraic[3] = constants[1]+algebraic[2]*(states[1]-constants[2])
    algebraic[4] = custom_piecewise([greater_equal(algebraic[3] , states[0]), 1.00000 , less(algebraic[3] , states[0]), 0.00000 , True, float('nan')])
    algebraic[5] = custom_piecewise([greater_equal(algebraic[3] , states[0]), constants[0]*algebraic[4]*(power(fabs(algebraic[3]-states[0]), 0.500000)) , less(algebraic[3] , states[0]), -1.00000*constants[0]*algebraic[4]*(power(fabs(states[0]-algebraic[3]), 0.500000)) , True, float('nan')])
    algebraic[6] = voi-constants[10]*floor(voi/constants[10])
    algebraic[7] = custom_piecewise([greater_equal(algebraic[6] , 0.00000) & less_equal(algebraic[6] , ((constants[15]+constants[16])-1.00000)*constants[10]), 1.00000-cos((2.00000*3.14159*(algebraic[6]-(constants[15]-1.00000)*constants[10]))/(constants[16]*constants[10])) , greater(algebraic[6] , ((constants[15]+constants[16])-1.00000)*constants[10]) & less_equal(algebraic[6] , constants[15]*constants[10]), 0.00000 , greater(algebraic[6] , constants[15]*constants[10]) & less_equal(algebraic[6] , constants[10]), 1.00000-cos((2.00000*3.14159*(algebraic[6]-constants[15]*constants[10]))/(constants[16]*constants[10])) , True, float('nan')])
    algebraic[8] = constants[14]+(algebraic[7]*(constants[13]-constants[14]))/2.00000
    algebraic[9] = constants[5]+algebraic[8]*(states[2]-constants[6])
    algebraic[10] = custom_piecewise([greater_equal(algebraic[9] , algebraic[3]), 1.00000 , less(algebraic[9] , algebraic[3]), 0.00000 , True, float('nan')])
    algebraic[11] = custom_piecewise([greater_equal(algebraic[9] , algebraic[3]), constants[4]*algebraic[10]*(power(fabs(algebraic[9]-algebraic[3]), 0.500000)) , less(algebraic[9] , algebraic[3]), -1.00000*constants[4]*algebraic[10]*(power(fabs(algebraic[3]-algebraic[9]), 0.500000)) , True, float('nan')])
    rates[1] = algebraic[11]-algebraic[5]
    algebraic[12] = (states[0]-algebraic[9])/constants[17]
    rates[2] = algebraic[12]-algebraic[11]
    rates[0] = (algebraic[5]-algebraic[12])/constants[18]
    return(rates)

def computeAlgebraic(constants, states, voi):
    algebraic = array([[0.0] * len(voi)] * sizeAlgebraic)
    states = array(states)
    voi = array(voi)
    algebraic[0] = voi-constants[10]*floor(voi/constants[10])
    algebraic[1] = custom_piecewise([greater_equal(algebraic[0] , 0.00000) & less_equal(algebraic[0] , constants[11]*constants[10]), 1.00000-cos((3.14159*algebraic[0])/(constants[11]*constants[10])) , greater(algebraic[0] , constants[11]*constants[10]) & less_equal(algebraic[0] , constants[12]*constants[10]), 1.00000+cos((3.14159*(algebraic[0]-constants[11]*constants[10]))/((constants[12]-constants[11])*constants[10])) , greater(algebraic[0] , constants[12]*constants[10]) & less(algebraic[0] , constants[10]), 0.00000 , True, float('nan')])
    algebraic[2] = constants[9]+(algebraic[1]*(constants[8]-constants[9]))/2.00000
    algebraic[3] = constants[1]+algebraic[2]*(states[1]-constants[2])
    algebraic[4] = custom_piecewise([greater_equal(algebraic[3] , states[0]), 1.00000 , less(algebraic[3] , states[0]), 0.00000 , True, float('nan')])
    algebraic[5] = custom_piecewise([greater_equal(algebraic[3] , states[0]), constants[0]*algebraic[4]*(power(fabs(algebraic[3]-states[0]), 0.500000)) , less(algebraic[3] , states[0]), -1.00000*constants[0]*algebraic[4]*(power(fabs(states[0]-algebraic[3]), 0.500000)) , True, float('nan')])
    algebraic[6] = voi-constants[10]*floor(voi/constants[10])
    algebraic[7] = custom_piecewise([greater_equal(algebraic[6] , 0.00000) & less_equal(algebraic[6] , ((constants[15]+constants[16])-1.00000)*constants[10]), 1.00000-cos((2.00000*3.14159*(algebraic[6]-(constants[15]-1.00000)*constants[10]))/(constants[16]*constants[10])) , greater(algebraic[6] , ((constants[15]+constants[16])-1.00000)*constants[10]) & less_equal(algebraic[6] , constants[15]*constants[10]), 0.00000 , greater(algebraic[6] , constants[15]*constants[10]) & less_equal(algebraic[6] , constants[10]), 1.00000-cos((2.00000*3.14159*(algebraic[6]-constants[15]*constants[10]))/(constants[16]*constants[10])) , True, float('nan')])
    algebraic[8] = constants[14]+(algebraic[7]*(constants[13]-constants[14]))/2.00000
    algebraic[9] = constants[5]+algebraic[8]*(states[2]-constants[6])
    algebraic[10] = custom_piecewise([greater_equal(algebraic[9] , algebraic[3]), 1.00000 , less(algebraic[9] , algebraic[3]), 0.00000 , True, float('nan')])
    algebraic[11] = custom_piecewise([greater_equal(algebraic[9] , algebraic[3]), constants[4]*algebraic[10]*(power(fabs(algebraic[9]-algebraic[3]), 0.500000)) , less(algebraic[9] , algebraic[3]), -1.00000*constants[4]*algebraic[10]*(power(fabs(algebraic[3]-algebraic[9]), 0.500000)) , True, float('nan')])
    algebraic[12] = (states[0]-algebraic[9])/constants[17]
    return algebraic

def custom_piecewise(cases):
    """Compute result of a piecewise function"""
    return select(cases[0::2],cases[1::2])

def solve_model():
    """Solve model with ODE solver"""
    from scipy.integrate import ode
    # Initialise constants and state variables
    (init_states, constants) = initConsts()

    # Set timespan to solve over
    voi = linspace(0, 10, 500)

    # Construct ODE object to solve
    r = ode(computeRates)
    r.set_integrator('vode', method='bdf', atol=1e-06, rtol=1e-06, max_step=1)
    r.set_initial_value(init_states, voi[0])
    r.set_f_params(constants)

    # Solve model
    states = array([[0.0] * len(voi)] * sizeStates)
    states[:,0] = init_states
    for (i,t) in enumerate(voi[1:]):
        if r.successful():
            r.integrate(t)
            states[:,i+1] = r.y
        else:
            break

    # Compute algebraic variables
    algebraic = computeAlgebraic(constants, states, voi)
    return (voi, states, algebraic)

def plot_model(voi, states, algebraic):
    """Plot variables against variable of integration"""
    import pylab
    (legend_states, legend_algebraic, legend_voi, legend_constants) = createLegends()
    pylab.figure(1)
    pylab.plot(voi,vstack((states,algebraic)).T)
    pylab.xlabel(legend_voi)
    pylab.legend(legend_states + legend_algebraic, loc='best')
    pylab.show()

if __name__ == "__main__":
    (voi, states, algebraic) = solve_model()
    plot_model(voi, states, algebraic)