Location: Na+/Glucose Transporter @ ed9829a3089b / SGLTsimp.cellml

Author:
Soroush Safaei <ssaf006@aucklanduni.ac.nz>
Date:
2017-01-10 17:45:27+13:00
Desc:
adding the BG
Permanent Source URI:
https://models.physiomeproject.org/workspace/436/rawfile/ed9829a3089b966ddebd0cf6f469383e6124fa72/SGLTsimp.cellml

<?xml version='1.0'?>
<model name="SGLTsimp" xmlns="http://www.cellml.org/cellml/1.1#" xmlns:cellml="http://www.cellml.org/cellml/1.1#" xmlns:xlink="http://www.w3.org/1999/xlink">
    <!-- Automatically generated from MTT on 19-Jul-2016 08:47:02-->
    <units name="time">
        <unit units="second"/>
    </units>
    <units name="quantity">
        <unit units="mole"/>
    </units>
    <units name="temperature">
        <unit units="kelvin"/>
    </units>
    <units name="intflow">
        <unit units="quantity"/>
    </units>
    <units name="energy">
        <unit units="joule"/>
    </units>
    <units name="power">
        <unit units="energy"/>
        <unit exponent="-1" units="time"/>
    </units>
    <units name="flow">
        <unit units="intflow"/>
        <unit exponent="-1" units="time"/>
    </units>
    <units name="effort">
        <unit units="power"/>
        <unit exponent="-1" units="flow"/>
    </units>
    <units name="_intflow">
        <unit exponent="-1" units="intflow"/>
    </units>
    <units name="unit_energy">
        <unit units="energy"/>
        <unit exponent="-1" units="quantity"/>
    </units>
    <units name="Runit">
        <unit units="unit_energy"/>
        <unit exponent="-1" units="temperature"/>
    </units>
    <component name="environment">
        <!-- Universal time-->
        <variable initial_value="0" name="t" public_interface="out" units="time"/>
        <!-- Temperature T and Gas Constant R-->
        <variable initial_value="300" name="T" public_interface="out" units="temperature"/>
        <variable initial_value="8.31446" name="R" public_interface="out" units="Runit"/>
        <variable name="RT" public_interface="out" units="unit_energy"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>RT</ci>
                <apply>
                    <times/>
                    <ci>R</ci>
                    <ci>T</ci>
                </apply>
            </apply>
        </math>
        <!-- Initial conditions-->
        <variable initial_value="1e-06" name="x_0_So" public_interface="out" units="intflow"/>
        <variable name="x_0_Si" public_interface="out" units="intflow"/>
        <variable initial_value="0.01" name="x_0_Nao" public_interface="out" units="intflow"/>
        <variable name="x_0_Nai" public_interface="out" units="intflow"/>
        <variable initial_value="0.166667" name="x_0_Co" public_interface="out" units="intflow"/>
        <variable initial_value="0.166667" name="x_0_CNao" public_interface="out" units="intflow"/>
        <variable initial_value="0.166667" name="x_0_SCNao" public_interface="out" units="intflow"/>
        <variable initial_value="0.166667" name="x_0_Ci" public_interface="out" units="intflow"/>
        <variable initial_value="0.166667" name="x_0_CNai" public_interface="out" units="intflow"/>
        <variable initial_value="0.166667" name="x_0_SCNai" public_interface="out" units="intflow"/>
        <variable name="x_0_E" public_interface="out" units="intflow"/>
        <!-- User defined code-->
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_0_Si</ci>
                <piecewise>
                    <piece>
                        <apply>
                            <plus/>
                            <cn cellml:units="intflow" type="e-notation">1<sep/>-6</cn>
                            <apply>
                                <times/>
                                <cn cellml:units="flow">0.05</cn>
                                <apply>
                                    <minus/>
                                    <ci>t</ci>
                                    <cn cellml:units="time">1</cn>
                                </apply>
                            </apply>
                        </apply>
                        <apply>
                            <and/>
                            <apply>
                                <gt/>
                                <ci>t</ci>
                                <cn cellml:units="time">1</cn>
                            </apply>
                            <apply>
                                <leq/>
                                <ci>t</ci>
                                <cn cellml:units="time">11</cn>
                            </apply>
                        </apply>
                    </piece>
                    <piece>
                        <cn cellml:units="intflow">0.1</cn>
                        <apply>
                            <gt/>
                            <ci>t</ci>
                            <cn cellml:units="time">11</cn>
                        </apply>
                    </piece>
                    <otherwise>
                        <cn cellml:units="intflow" type="e-notation">1<sep/>-6</cn>
                    </otherwise>
                </piecewise>
            </apply>
            <apply>
                <eq/>
                <ci>x_0_E</ci>
                <piecewise>
                    <piece>
                        <apply>
                            <times/>
                            <apply>
                                <minus/>
                                <cn cellml:units="flow" type="e-notation">1.5546<sep/>-07</cn>
                            </apply>
                            <apply>
                                <minus/>
                                <cn cellml:units="time">4</cn>
                            </apply>
                        </apply>
                        <apply>
                            <and/>
                            <apply>
                                <gt/>
                                <ci>t</ci>
                                <cn cellml:units="time">11</cn>
                            </apply>
                            <apply>
                                <leq/>
                                <ci>t</ci>
                                <cn cellml:units="time">12</cn>
                            </apply>
                        </apply>
                    </piece>
                    <piece>
                        <apply>
                            <times/>
                            <apply>
                                <minus/>
                                <cn cellml:units="flow" type="e-notation">1.5546<sep/>-07</cn>
                            </apply>
                            <apply>
                                <minus/>
                                <ci>t</ci>
                                <cn cellml:units="time">16</cn>
                            </apply>
                        </apply>
                        <apply>
                            <and/>
                            <apply>
                                <gt/>
                                <ci>t</ci>
                                <cn cellml:units="time">12</cn>
                            </apply>
                            <apply>
                                <leq/>
                                <ci>t</ci>
                                <cn cellml:units="time">28</cn>
                            </apply>
                        </apply>
                    </piece>
                    <otherwise>
                        <cn cellml:units="intflow">0</cn>
                    </otherwise>
                </piecewise>
            </apply>
            <apply>
                <eq/>
                <ci>x_0_Nai</ci>
                <piecewise>
                    <piece>
                        <apply>
                            <minus/>
                            <cn cellml:units="intflow">0.5</cn>
                            <apply>
                                <times/>
                                <cn cellml:units="flow">0.05</cn>
                                <apply>
                                    <minus/>
                                    <ci>t</ci>
                                    <cn cellml:units="time">30</cn>
                                </apply>
                            </apply>
                        </apply>
                        <apply>
                            <and/>
                            <apply>
                                <gt/>
                                <ci>t</ci>
                                <cn cellml:units="time">30</cn>
                            </apply>
                            <apply>
                                <lt/>
                                <ci>t</ci>
                                <cn cellml:units="time">40</cn>
                            </apply>
                        </apply>
                    </piece>
                    <otherwise>
                        <cn cellml:units="intflow">0.5</cn>
                    </otherwise>
                </piecewise>
            </apply>
        </math>
    </component>
    <component name="parameters">
        <!-- Parameters for component C:So-->
        <variable initial_value="10.0777" name="K_So" public_interface="out" units="_intflow"/>
        <variable initial_value="1" name="cr_So" public_interface="out" units="dimensionless"/>
        <variable initial_value="1" name="stat_So" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component C:Si-->
        <variable initial_value="10.1247" name="K_Si" public_interface="out" units="_intflow"/>
        <variable initial_value="1" name="cr_Si" public_interface="out" units="dimensionless"/>
        <variable initial_value="1" name="stat_Si" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component C:Nao-->
        <variable initial_value="13.9591" name="K_Nao" public_interface="out" units="_intflow"/>
        <variable initial_value="1" name="cr_Nao" public_interface="out" units="dimensionless"/>
        <variable initial_value="1" name="stat_Nao" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component C:Nai-->
        <variable initial_value="13.9263" name="K_Nai" public_interface="out" units="_intflow"/>
        <variable initial_value="1" name="cr_Nai" public_interface="out" units="dimensionless"/>
        <variable initial_value="1" name="stat_Nai" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component C:Co-->
        <variable initial_value="40.3317" name="K_Co" public_interface="out" units="_intflow"/>
        <variable initial_value="1" name="cr_Co" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_Co" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component C:CNao-->
        <variable initial_value="49.1178" name="K_CNao" public_interface="out" units="_intflow"/>
        <variable initial_value="1" name="cr_CNao" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_CNao" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component C:SCNao-->
        <variable initial_value="0.0989984" name="K_SCNao" public_interface="out" units="_intflow"/>
        <variable initial_value="1" name="cr_SCNao" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_SCNao" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component C:Ci-->
        <variable initial_value="0.3457" name="K_Ci" public_interface="out" units="_intflow"/>
        <variable initial_value="1" name="cr_Ci" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_Ci" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component C:CNai-->
        <variable initial_value="0.148991" name="K_CNai" public_interface="out" units="_intflow"/>
        <variable initial_value="1" name="cr_CNai" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_CNai" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component C:SCNai-->
        <variable initial_value="0.0989984" name="K_SCNai" public_interface="out" units="_intflow"/>
        <variable initial_value="1" name="cr_SCNai" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_SCNai" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component C:E-->
        <variable initial_value="3.73222e+06" name="K_E" public_interface="out" units="_intflow"/>
        <variable initial_value="0" name="cr_E" public_interface="out" units="dimensionless"/>
        <variable initial_value="1" name="stat_E" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component Re:r12-->
        <variable initial_value="10.1796" name="kappa_r12" public_interface="out" units="flow"/>
        <variable initial_value="1" name="cr_r12" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_r12" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component Re:r23-->
        <variable initial_value="202.023" name="kappa_r23" public_interface="out" units="flow"/>
        <variable initial_value="1" name="cr_r23" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_r23" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component Re:r34-->
        <variable initial_value="505.058" name="kappa_r34" public_interface="out" units="flow"/>
        <variable initial_value="1" name="cr_r34" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_r34" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component Re:r45-->
        <variable initial_value="8080.93" name="kappa_r45" public_interface="out" units="flow"/>
        <variable initial_value="1" name="cr_r45" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_r45" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component Re:r56-->
        <variable initial_value="67.1184" name="kappa_r56" public_interface="out" units="flow"/>
        <variable initial_value="1" name="cr_r56" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_r56" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component Re:r61-->
        <variable initial_value="8.67804" name="kappa_r61" public_interface="out" units="flow"/>
        <variable initial_value="1" name="cr_r61" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_r61" public_interface="out" units="dimensionless"/>
        <!-- Parameters for component Re:r25-->
        <variable initial_value="0.00610777" name="kappa_r25" public_interface="out" units="flow"/>
        <variable initial_value="1" name="cr_r25" public_interface="out" units="dimensionless"/>
        <variable initial_value="0" name="stat_r25" public_interface="out" units="dimensionless"/>
    </component>
    <component name="variables">
        <!-- Variables for component C:So-->
        <variable name="_e_So" public_interface="in" units="effort"/>
        <variable name="e_So" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>e_So</ci>
                <ci>_e_So</ci>
            </apply>
        </math>
        <variable name="_f_So" public_interface="in" units="flow"/>
        <variable name="f_So" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_So</ci>
                <ci>_f_So</ci>
            </apply>
        </math>
        <variable name="_x_So" public_interface="in" units="intflow"/>
        <variable name="x_So" public_interface="out" units="intflow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_So</ci>
                <ci>_x_So</ci>
            </apply>
        </math>
        <variable name="_p_So" public_interface="in" units="power"/>
        <variable name="p_So" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_So</ci>
                <ci>_p_So</ci>
            </apply>
        </math>
        <!-- Variables for component C:Si-->
        <variable name="_e_Si" public_interface="in" units="effort"/>
        <variable name="e_Si" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>e_Si</ci>
                <ci>_e_Si</ci>
            </apply>
        </math>
        <variable name="_f_Si" public_interface="in" units="flow"/>
        <variable name="f_Si" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_Si</ci>
                <ci>_f_Si</ci>
            </apply>
        </math>
        <variable name="_x_Si" public_interface="in" units="intflow"/>
        <variable name="x_Si" public_interface="out" units="intflow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_Si</ci>
                <ci>_x_Si</ci>
            </apply>
        </math>
        <variable name="_p_Si" public_interface="in" units="power"/>
        <variable name="p_Si" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_Si</ci>
                <ci>_p_Si</ci>
            </apply>
        </math>
        <!-- Variables for component C:Nao-->
        <variable name="_e_Nao" public_interface="in" units="effort"/>
        <variable name="e_Nao" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>e_Nao</ci>
                <ci>_e_Nao</ci>
            </apply>
        </math>
        <variable name="_f_Nao" public_interface="in" units="flow"/>
        <variable name="f_Nao" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_Nao</ci>
                <ci>_f_Nao</ci>
            </apply>
        </math>
        <variable name="_x_Nao" public_interface="in" units="intflow"/>
        <variable name="x_Nao" public_interface="out" units="intflow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_Nao</ci>
                <ci>_x_Nao</ci>
            </apply>
        </math>
        <variable name="_p_Nao" public_interface="in" units="power"/>
        <variable name="p_Nao" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_Nao</ci>
                <ci>_p_Nao</ci>
            </apply>
        </math>
        <!-- Variables for component C:Nai-->
        <variable name="_e_Nai" public_interface="in" units="effort"/>
        <variable name="e_Nai" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>e_Nai</ci>
                <ci>_e_Nai</ci>
            </apply>
        </math>
        <variable name="_f_Nai" public_interface="in" units="flow"/>
        <variable name="f_Nai" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_Nai</ci>
                <ci>_f_Nai</ci>
            </apply>
        </math>
        <variable name="_x_Nai" public_interface="in" units="intflow"/>
        <variable name="x_Nai" public_interface="out" units="intflow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_Nai</ci>
                <ci>_x_Nai</ci>
            </apply>
        </math>
        <variable name="_p_Nai" public_interface="in" units="power"/>
        <variable name="p_Nai" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_Nai</ci>
                <ci>_p_Nai</ci>
            </apply>
        </math>
        <!-- Variables for component C:Co-->
        <variable name="_e_Co" public_interface="in" units="effort"/>
        <variable name="e_Co" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>e_Co</ci>
                <ci>_e_Co</ci>
            </apply>
        </math>
        <variable name="_f_Co" public_interface="in" units="flow"/>
        <variable name="f_Co" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_Co</ci>
                <ci>_f_Co</ci>
            </apply>
        </math>
        <variable name="_x_Co" public_interface="in" units="intflow"/>
        <variable name="x_Co" public_interface="out" units="intflow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_Co</ci>
                <ci>_x_Co</ci>
            </apply>
        </math>
        <variable name="_p_Co" public_interface="in" units="power"/>
        <variable name="p_Co" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_Co</ci>
                <ci>_p_Co</ci>
            </apply>
        </math>
        <!-- Variables for component C:CNao-->
        <variable name="_e_CNao" public_interface="in" units="effort"/>
        <variable name="e_CNao" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>e_CNao</ci>
                <ci>_e_CNao</ci>
            </apply>
        </math>
        <variable name="_f_CNao" public_interface="in" units="flow"/>
        <variable name="f_CNao" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_CNao</ci>
                <ci>_f_CNao</ci>
            </apply>
        </math>
        <variable name="_x_CNao" public_interface="in" units="intflow"/>
        <variable name="x_CNao" public_interface="out" units="intflow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_CNao</ci>
                <ci>_x_CNao</ci>
            </apply>
        </math>
        <variable name="_p_CNao" public_interface="in" units="power"/>
        <variable name="p_CNao" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_CNao</ci>
                <ci>_p_CNao</ci>
            </apply>
        </math>
        <!-- Variables for component C:SCNao-->
        <variable name="_e_SCNao" public_interface="in" units="effort"/>
        <variable name="e_SCNao" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>e_SCNao</ci>
                <ci>_e_SCNao</ci>
            </apply>
        </math>
        <variable name="_f_SCNao" public_interface="in" units="flow"/>
        <variable name="f_SCNao" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_SCNao</ci>
                <ci>_f_SCNao</ci>
            </apply>
        </math>
        <variable name="_x_SCNao" public_interface="in" units="intflow"/>
        <variable name="x_SCNao" public_interface="out" units="intflow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_SCNao</ci>
                <ci>_x_SCNao</ci>
            </apply>
        </math>
        <variable name="_p_SCNao" public_interface="in" units="power"/>
        <variable name="p_SCNao" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_SCNao</ci>
                <ci>_p_SCNao</ci>
            </apply>
        </math>
        <!-- Variables for component C:Ci-->
        <variable name="_e_Ci" public_interface="in" units="effort"/>
        <variable name="e_Ci" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>e_Ci</ci>
                <ci>_e_Ci</ci>
            </apply>
        </math>
        <variable name="_f_Ci" public_interface="in" units="flow"/>
        <variable name="f_Ci" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_Ci</ci>
                <ci>_f_Ci</ci>
            </apply>
        </math>
        <variable name="_x_Ci" public_interface="in" units="intflow"/>
        <variable name="x_Ci" public_interface="out" units="intflow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_Ci</ci>
                <ci>_x_Ci</ci>
            </apply>
        </math>
        <variable name="_p_Ci" public_interface="in" units="power"/>
        <variable name="p_Ci" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_Ci</ci>
                <ci>_p_Ci</ci>
            </apply>
        </math>
        <!-- Variables for component C:CNai-->
        <variable name="_e_CNai" public_interface="in" units="effort"/>
        <variable name="e_CNai" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>e_CNai</ci>
                <ci>_e_CNai</ci>
            </apply>
        </math>
        <variable name="_f_CNai" public_interface="in" units="flow"/>
        <variable name="f_CNai" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_CNai</ci>
                <ci>_f_CNai</ci>
            </apply>
        </math>
        <variable name="_x_CNai" public_interface="in" units="intflow"/>
        <variable name="x_CNai" public_interface="out" units="intflow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_CNai</ci>
                <ci>_x_CNai</ci>
            </apply>
        </math>
        <variable name="_p_CNai" public_interface="in" units="power"/>
        <variable name="p_CNai" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_CNai</ci>
                <ci>_p_CNai</ci>
            </apply>
        </math>
        <!-- Variables for component C:SCNai-->
        <variable name="_e_SCNai" public_interface="in" units="effort"/>
        <variable name="e_SCNai" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>e_SCNai</ci>
                <ci>_e_SCNai</ci>
            </apply>
        </math>
        <variable name="_f_SCNai" public_interface="in" units="flow"/>
        <variable name="f_SCNai" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_SCNai</ci>
                <ci>_f_SCNai</ci>
            </apply>
        </math>
        <variable name="_x_SCNai" public_interface="in" units="intflow"/>
        <variable name="x_SCNai" public_interface="out" units="intflow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_SCNai</ci>
                <ci>_x_SCNai</ci>
            </apply>
        </math>
        <variable name="_p_SCNai" public_interface="in" units="power"/>
        <variable name="p_SCNai" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_SCNai</ci>
                <ci>_p_SCNai</ci>
            </apply>
        </math>
        <!-- Variables for component C:E-->
        <variable name="_e_E" public_interface="in" units="effort"/>
        <variable name="e_E" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>e_E</ci>
                <ci>_e_E</ci>
            </apply>
        </math>
        <variable name="_f_E" public_interface="in" units="flow"/>
        <variable name="f_E" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_E</ci>
                <ci>_f_E</ci>
            </apply>
        </math>
        <variable name="_x_E" public_interface="in" units="intflow"/>
        <variable name="x_E" public_interface="out" units="intflow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>x_E</ci>
                <ci>_x_E</ci>
            </apply>
        </math>
        <variable name="_p_E" public_interface="in" units="power"/>
        <variable name="p_E" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_E</ci>
                <ci>_p_E</ci>
            </apply>
        </math>
        <!-- Variables for component Re:r12-->
        <variable name="_f_r12" public_interface="in" units="flow"/>
        <variable name="f_r12" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_r12</ci>
                <ci>_f_r12</ci>
            </apply>
        </math>
        <variable name="_A_r12" public_interface="in" units="effort"/>
        <variable name="A_r12" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>A_r12</ci>
                <ci>_A_r12</ci>
            </apply>
        </math>
        <variable name="_p_r12" public_interface="in" units="power"/>
        <variable name="p_r12" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_r12</ci>
                <ci>_p_r12</ci>
            </apply>
        </math>
        <!-- Variables for component Re:r23-->
        <variable name="_f_r23" public_interface="in" units="flow"/>
        <variable name="f_r23" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_r23</ci>
                <ci>_f_r23</ci>
            </apply>
        </math>
        <variable name="_A_r23" public_interface="in" units="effort"/>
        <variable name="A_r23" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>A_r23</ci>
                <ci>_A_r23</ci>
            </apply>
        </math>
        <variable name="_p_r23" public_interface="in" units="power"/>
        <variable name="p_r23" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_r23</ci>
                <ci>_p_r23</ci>
            </apply>
        </math>
        <!-- Variables for component Re:r34-->
        <variable name="_f_r34" public_interface="in" units="flow"/>
        <variable name="f_r34" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_r34</ci>
                <ci>_f_r34</ci>
            </apply>
        </math>
        <variable name="_A_r34" public_interface="in" units="effort"/>
        <variable name="A_r34" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>A_r34</ci>
                <ci>_A_r34</ci>
            </apply>
        </math>
        <variable name="_p_r34" public_interface="in" units="power"/>
        <variable name="p_r34" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_r34</ci>
                <ci>_p_r34</ci>
            </apply>
        </math>
        <!-- Variables for component Re:r45-->
        <variable name="_f_r45" public_interface="in" units="flow"/>
        <variable name="f_r45" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_r45</ci>
                <ci>_f_r45</ci>
            </apply>
        </math>
        <variable name="_A_r45" public_interface="in" units="effort"/>
        <variable name="A_r45" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>A_r45</ci>
                <ci>_A_r45</ci>
            </apply>
        </math>
        <variable name="_p_r45" public_interface="in" units="power"/>
        <variable name="p_r45" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_r45</ci>
                <ci>_p_r45</ci>
            </apply>
        </math>
        <!-- Variables for component Re:r56-->
        <variable name="_f_r56" public_interface="in" units="flow"/>
        <variable name="f_r56" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_r56</ci>
                <ci>_f_r56</ci>
            </apply>
        </math>
        <variable name="_A_r56" public_interface="in" units="effort"/>
        <variable name="A_r56" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>A_r56</ci>
                <ci>_A_r56</ci>
            </apply>
        </math>
        <variable name="_p_r56" public_interface="in" units="power"/>
        <variable name="p_r56" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_r56</ci>
                <ci>_p_r56</ci>
            </apply>
        </math>
        <!-- Variables for component Re:r61-->
        <variable name="_f_r61" public_interface="in" units="flow"/>
        <variable name="f_r61" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_r61</ci>
                <ci>_f_r61</ci>
            </apply>
        </math>
        <variable name="_A_r61" public_interface="in" units="effort"/>
        <variable name="A_r61" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>A_r61</ci>
                <ci>_A_r61</ci>
            </apply>
        </math>
        <variable name="_p_r61" public_interface="in" units="power"/>
        <variable name="p_r61" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_r61</ci>
                <ci>_p_r61</ci>
            </apply>
        </math>
        <!-- Variables for component Re:r25-->
        <variable name="_f_r25" public_interface="in" units="flow"/>
        <variable name="f_r25" public_interface="out" units="flow"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>f_r25</ci>
                <ci>_f_r25</ci>
            </apply>
        </math>
        <variable name="_A_r25" public_interface="in" units="effort"/>
        <variable name="A_r25" public_interface="out" units="effort"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>A_r25</ci>
                <ci>_A_r25</ci>
            </apply>
        </math>
        <variable name="_p_r25" public_interface="in" units="power"/>
        <variable name="p_r25" public_interface="out" units="power"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>p_r25</ci>
                <ci>_p_r25</ci>
            </apply>
        </math>
    </component>
    <component name="orientation">
        <variable name="head" public_interface="out" units="dimensionless"/>
        <variable name="tail" public_interface="out" units="dimensionless"/>
        <math xmlns="http://www.w3.org/1998/Math/MathML">
            <apply>
                <eq/>
                <ci>head</ci>
                <cn cellml:units="dimensionless">1</cn>
            </apply>
            <apply>
                <eq/>
                <ci>tail</ci>
                <apply>
                    <minus/>
                    <cn cellml:units="dimensionless">1</cn>
                </apply>
            </apply>
        </math>
    </component>
    <!-- Component C:So-->
    <import xlink:href="BG.cellml">
        <component component_ref="C" name="So"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="So"/>
        <map_variables variable_1="head" variable_2="h_1"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="So"/>
        <map_variables variable_1="K_So" variable_2="K"/>
        <map_variables variable_1="cr_So" variable_2="cr"/>
        <map_variables variable_1="stat_So" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="So"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="RT" variable_2="RT"/>
        <map_variables variable_1="x_0_So" variable_2="x_0"/>
    </connection>
    <connection>
        <map_components component_1="So" component_2="variables"/>
        <map_variables variable_1="e_1" variable_2="_e_So"/>
        <map_variables variable_1="f" variable_2="_f_So"/>
        <map_variables variable_1="x" variable_2="_x_So"/>
        <map_variables variable_1="p" variable_2="_p_So"/>
    </connection>
    <!-- Component C:Si-->
    <import xlink:href="BG.cellml">
        <component component_ref="C" name="Si"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="Si"/>
        <map_variables variable_1="head" variable_2="h_1"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="Si"/>
        <map_variables variable_1="K_Si" variable_2="K"/>
        <map_variables variable_1="cr_Si" variable_2="cr"/>
        <map_variables variable_1="stat_Si" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="Si"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="RT" variable_2="RT"/>
        <map_variables variable_1="x_0_Si" variable_2="x_0"/>
    </connection>
    <connection>
        <map_components component_1="Si" component_2="variables"/>
        <map_variables variable_1="e_1" variable_2="_e_Si"/>
        <map_variables variable_1="f" variable_2="_f_Si"/>
        <map_variables variable_1="x" variable_2="_x_Si"/>
        <map_variables variable_1="p" variable_2="_p_Si"/>
    </connection>
    <!-- Component C:Nao-->
    <import xlink:href="BG.cellml">
        <component component_ref="C" name="Nao"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="Nao"/>
        <map_variables variable_1="head" variable_2="h_1"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="Nao"/>
        <map_variables variable_1="K_Nao" variable_2="K"/>
        <map_variables variable_1="cr_Nao" variable_2="cr"/>
        <map_variables variable_1="stat_Nao" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="Nao"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="RT" variable_2="RT"/>
        <map_variables variable_1="x_0_Nao" variable_2="x_0"/>
    </connection>
    <connection>
        <map_components component_1="Nao" component_2="variables"/>
        <map_variables variable_1="e_1" variable_2="_e_Nao"/>
        <map_variables variable_1="f" variable_2="_f_Nao"/>
        <map_variables variable_1="x" variable_2="_x_Nao"/>
        <map_variables variable_1="p" variable_2="_p_Nao"/>
    </connection>
    <!-- Component C:Nai-->
    <import xlink:href="BG.cellml">
        <component component_ref="C" name="Nai"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="Nai"/>
        <map_variables variable_1="head" variable_2="h_1"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="Nai"/>
        <map_variables variable_1="K_Nai" variable_2="K"/>
        <map_variables variable_1="cr_Nai" variable_2="cr"/>
        <map_variables variable_1="stat_Nai" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="Nai"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="RT" variable_2="RT"/>
        <map_variables variable_1="x_0_Nai" variable_2="x_0"/>
    </connection>
    <connection>
        <map_components component_1="Nai" component_2="variables"/>
        <map_variables variable_1="e_1" variable_2="_e_Nai"/>
        <map_variables variable_1="f" variable_2="_f_Nai"/>
        <map_variables variable_1="x" variable_2="_x_Nai"/>
        <map_variables variable_1="p" variable_2="_p_Nai"/>
    </connection>
    <!-- Component C:Co-->
    <import xlink:href="BG.cellml">
        <component component_ref="C" name="Co"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="Co"/>
        <map_variables variable_1="head" variable_2="h_1"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="Co"/>
        <map_variables variable_1="K_Co" variable_2="K"/>
        <map_variables variable_1="cr_Co" variable_2="cr"/>
        <map_variables variable_1="stat_Co" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="Co"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="RT" variable_2="RT"/>
        <map_variables variable_1="x_0_Co" variable_2="x_0"/>
    </connection>
    <connection>
        <map_components component_1="Co" component_2="variables"/>
        <map_variables variable_1="e_1" variable_2="_e_Co"/>
        <map_variables variable_1="f" variable_2="_f_Co"/>
        <map_variables variable_1="x" variable_2="_x_Co"/>
        <map_variables variable_1="p" variable_2="_p_Co"/>
    </connection>
    <!-- Component C:CNao-->
    <import xlink:href="BG.cellml">
        <component component_ref="C" name="CNao"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="CNao"/>
        <map_variables variable_1="head" variable_2="h_1"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="CNao"/>
        <map_variables variable_1="K_CNao" variable_2="K"/>
        <map_variables variable_1="cr_CNao" variable_2="cr"/>
        <map_variables variable_1="stat_CNao" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="CNao"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="RT" variable_2="RT"/>
        <map_variables variable_1="x_0_CNao" variable_2="x_0"/>
    </connection>
    <connection>
        <map_components component_1="CNao" component_2="variables"/>
        <map_variables variable_1="e_1" variable_2="_e_CNao"/>
        <map_variables variable_1="f" variable_2="_f_CNao"/>
        <map_variables variable_1="x" variable_2="_x_CNao"/>
        <map_variables variable_1="p" variable_2="_p_CNao"/>
    </connection>
    <!-- Component C:SCNao-->
    <import xlink:href="BG.cellml">
        <component component_ref="C" name="SCNao"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="SCNao"/>
        <map_variables variable_1="head" variable_2="h_1"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="SCNao"/>
        <map_variables variable_1="K_SCNao" variable_2="K"/>
        <map_variables variable_1="cr_SCNao" variable_2="cr"/>
        <map_variables variable_1="stat_SCNao" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="SCNao"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="RT" variable_2="RT"/>
        <map_variables variable_1="x_0_SCNao" variable_2="x_0"/>
    </connection>
    <connection>
        <map_components component_1="SCNao" component_2="variables"/>
        <map_variables variable_1="e_1" variable_2="_e_SCNao"/>
        <map_variables variable_1="f" variable_2="_f_SCNao"/>
        <map_variables variable_1="x" variable_2="_x_SCNao"/>
        <map_variables variable_1="p" variable_2="_p_SCNao"/>
    </connection>
    <!-- Component C:Ci-->
    <import xlink:href="BG.cellml">
        <component component_ref="C" name="Ci"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="Ci"/>
        <map_variables variable_1="head" variable_2="h_1"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="Ci"/>
        <map_variables variable_1="K_Ci" variable_2="K"/>
        <map_variables variable_1="cr_Ci" variable_2="cr"/>
        <map_variables variable_1="stat_Ci" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="Ci"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="RT" variable_2="RT"/>
        <map_variables variable_1="x_0_Ci" variable_2="x_0"/>
    </connection>
    <connection>
        <map_components component_1="Ci" component_2="variables"/>
        <map_variables variable_1="e_1" variable_2="_e_Ci"/>
        <map_variables variable_1="f" variable_2="_f_Ci"/>
        <map_variables variable_1="x" variable_2="_x_Ci"/>
        <map_variables variable_1="p" variable_2="_p_Ci"/>
    </connection>
    <!-- Component C:CNai-->
    <import xlink:href="BG.cellml">
        <component component_ref="C" name="CNai"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="CNai"/>
        <map_variables variable_1="head" variable_2="h_1"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="CNai"/>
        <map_variables variable_1="K_CNai" variable_2="K"/>
        <map_variables variable_1="cr_CNai" variable_2="cr"/>
        <map_variables variable_1="stat_CNai" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="CNai"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="RT" variable_2="RT"/>
        <map_variables variable_1="x_0_CNai" variable_2="x_0"/>
    </connection>
    <connection>
        <map_components component_1="CNai" component_2="variables"/>
        <map_variables variable_1="e_1" variable_2="_e_CNai"/>
        <map_variables variable_1="f" variable_2="_f_CNai"/>
        <map_variables variable_1="x" variable_2="_x_CNai"/>
        <map_variables variable_1="p" variable_2="_p_CNai"/>
    </connection>
    <!-- Component C:SCNai-->
    <import xlink:href="BG.cellml">
        <component component_ref="C" name="SCNai"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="SCNai"/>
        <map_variables variable_1="head" variable_2="h_1"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="SCNai"/>
        <map_variables variable_1="K_SCNai" variable_2="K"/>
        <map_variables variable_1="cr_SCNai" variable_2="cr"/>
        <map_variables variable_1="stat_SCNai" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="SCNai"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="RT" variable_2="RT"/>
        <map_variables variable_1="x_0_SCNai" variable_2="x_0"/>
    </connection>
    <connection>
        <map_components component_1="SCNai" component_2="variables"/>
        <map_variables variable_1="e_1" variable_2="_e_SCNai"/>
        <map_variables variable_1="f" variable_2="_f_SCNai"/>
        <map_variables variable_1="x" variable_2="_x_SCNai"/>
        <map_variables variable_1="p" variable_2="_p_SCNai"/>
    </connection>
    <!-- Component C:E-->
    <import xlink:href="BG.cellml">
        <component component_ref="C" name="E"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="E"/>
        <map_variables variable_1="head" variable_2="h_1"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="E"/>
        <map_variables variable_1="K_E" variable_2="K"/>
        <map_variables variable_1="cr_E" variable_2="cr"/>
        <map_variables variable_1="stat_E" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="E"/>
        <map_variables variable_1="t" variable_2="t"/>
        <map_variables variable_1="RT" variable_2="RT"/>
        <map_variables variable_1="x_0_E" variable_2="x_0"/>
    </connection>
    <connection>
        <map_components component_1="E" component_2="variables"/>
        <map_variables variable_1="e_1" variable_2="_e_E"/>
        <map_variables variable_1="f" variable_2="_f_E"/>
        <map_variables variable_1="x" variable_2="_x_E"/>
        <map_variables variable_1="p" variable_2="_p_E"/>
    </connection>
    <!-- Component Re:r12-->
    <import xlink:href="BG.cellml">
        <component component_ref="Re" name="r12"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="r12"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="r12"/>
        <map_variables variable_1="kappa_r12" variable_2="kappa"/>
        <map_variables variable_1="cr_r12" variable_2="cr"/>
        <map_variables variable_1="stat_r12" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="r12"/>
        <map_variables variable_1="RT" variable_2="RT"/>
    </connection>
    <connection>
        <map_components component_1="r12" component_2="variables"/>
        <map_variables variable_1="f_1" variable_2="_f_r12"/>
        <map_variables variable_1="A" variable_2="_A_r12"/>
        <map_variables variable_1="p" variable_2="_p_r12"/>
    </connection>
    <!-- Component Re:r23-->
    <import xlink:href="BG.cellml">
        <component component_ref="Re" name="r23"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="r23"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="r23"/>
        <map_variables variable_1="kappa_r23" variable_2="kappa"/>
        <map_variables variable_1="cr_r23" variable_2="cr"/>
        <map_variables variable_1="stat_r23" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="r23"/>
        <map_variables variable_1="RT" variable_2="RT"/>
    </connection>
    <connection>
        <map_components component_1="r23" component_2="variables"/>
        <map_variables variable_1="f_1" variable_2="_f_r23"/>
        <map_variables variable_1="A" variable_2="_A_r23"/>
        <map_variables variable_1="p" variable_2="_p_r23"/>
    </connection>
    <!-- Component Re:r34-->
    <import xlink:href="BG.cellml">
        <component component_ref="Re" name="r34"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="r34"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="r34"/>
        <map_variables variable_1="kappa_r34" variable_2="kappa"/>
        <map_variables variable_1="cr_r34" variable_2="cr"/>
        <map_variables variable_1="stat_r34" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="r34"/>
        <map_variables variable_1="RT" variable_2="RT"/>
    </connection>
    <connection>
        <map_components component_1="r34" component_2="variables"/>
        <map_variables variable_1="f_1" variable_2="_f_r34"/>
        <map_variables variable_1="A" variable_2="_A_r34"/>
        <map_variables variable_1="p" variable_2="_p_r34"/>
    </connection>
    <!-- Component Re:r45-->
    <import xlink:href="BG.cellml">
        <component component_ref="Re" name="r45"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="r45"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="r45"/>
        <map_variables variable_1="kappa_r45" variable_2="kappa"/>
        <map_variables variable_1="cr_r45" variable_2="cr"/>
        <map_variables variable_1="stat_r45" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="r45"/>
        <map_variables variable_1="RT" variable_2="RT"/>
    </connection>
    <connection>
        <map_components component_1="r45" component_2="variables"/>
        <map_variables variable_1="f_1" variable_2="_f_r45"/>
        <map_variables variable_1="A" variable_2="_A_r45"/>
        <map_variables variable_1="p" variable_2="_p_r45"/>
    </connection>
    <!-- Component Re:r56-->
    <import xlink:href="BG.cellml">
        <component component_ref="Re" name="r56"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="r56"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="r56"/>
        <map_variables variable_1="kappa_r56" variable_2="kappa"/>
        <map_variables variable_1="cr_r56" variable_2="cr"/>
        <map_variables variable_1="stat_r56" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="r56"/>
        <map_variables variable_1="RT" variable_2="RT"/>
    </connection>
    <connection>
        <map_components component_1="r56" component_2="variables"/>
        <map_variables variable_1="f_1" variable_2="_f_r56"/>
        <map_variables variable_1="A" variable_2="_A_r56"/>
        <map_variables variable_1="p" variable_2="_p_r56"/>
    </connection>
    <!-- Component Re:r61-->
    <import xlink:href="BG.cellml">
        <component component_ref="Re" name="r61"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="r61"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="r61"/>
        <map_variables variable_1="kappa_r61" variable_2="kappa"/>
        <map_variables variable_1="cr_r61" variable_2="cr"/>
        <map_variables variable_1="stat_r61" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="r61"/>
        <map_variables variable_1="RT" variable_2="RT"/>
    </connection>
    <connection>
        <map_components component_1="r61" component_2="variables"/>
        <map_variables variable_1="f_1" variable_2="_f_r61"/>
        <map_variables variable_1="A" variable_2="_A_r61"/>
        <map_variables variable_1="p" variable_2="_p_r61"/>
    </connection>
    <!-- Component Re:r25-->
    <import xlink:href="BG.cellml">
        <component component_ref="Re" name="r25"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="r25"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
    </connection>
    <connection>
        <map_components component_1="parameters" component_2="r25"/>
        <map_variables variable_1="kappa_r25" variable_2="kappa"/>
        <map_variables variable_1="cr_r25" variable_2="cr"/>
        <map_variables variable_1="stat_r25" variable_2="stat"/>
    </connection>
    <connection>
        <map_components component_1="environment" component_2="r25"/>
        <map_variables variable_1="RT" variable_2="RT"/>
    </connection>
    <connection>
        <map_components component_1="r25" component_2="variables"/>
        <map_variables variable_1="f_1" variable_2="_f_r25"/>
        <map_variables variable_1="A" variable_2="_A_r25"/>
        <map_variables variable_1="p" variable_2="_p_r25"/>
    </connection>
    <!-- Component 0:mtt0-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J0_3" name="mtt0"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt0"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
        <map_variables variable_1="head" variable_2="h_3"/>
    </connection>
    <!-- Component 0:mtt0_2-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J0_3" name="mtt0_2"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt0_2"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
        <map_variables variable_1="tail" variable_2="h_3"/>
    </connection>
    <!-- Component 0:mtt0_3-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J0_3" name="mtt0_3"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt0_3"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
        <map_variables variable_1="head" variable_2="h_3"/>
    </connection>
    <!-- Component 0:mtt0_4-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J0_3" name="mtt0_4"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt0_4"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
        <map_variables variable_1="head" variable_2="h_3"/>
    </connection>
    <!-- Component 0:mtt0_5-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J0_4" name="mtt0_5"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt0_5"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
        <map_variables variable_1="head" variable_2="h_3"/>
        <map_variables variable_1="head" variable_2="h_4"/>
    </connection>
    <!-- Component 0:mtt0_6-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J0_4" name="mtt0_6"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt0_6"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
        <map_variables variable_1="tail" variable_2="h_3"/>
        <map_variables variable_1="tail" variable_2="h_4"/>
    </connection>
    <!-- Component 0:mtt0_7-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J0_3" name="mtt0_7"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt0_7"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
        <map_variables variable_1="tail" variable_2="h_3"/>
    </connection>
    <!-- Component 0:mtt0_8-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J0_3" name="mtt0_8"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt0_8"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
        <map_variables variable_1="tail" variable_2="h_3"/>
    </connection>
    <!-- Component 0:mtt0_9-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J0_2" name="mtt0_9"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt0_9"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
    </connection>
    <!-- Component 0:mtt0_10-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J0_2" name="mtt0_10"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt0_10"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
    </connection>
    <!-- Component 0:mtt0_11-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J0_3" name="mtt0_11"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt0_11"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
        <map_variables variable_1="head" variable_2="h_3"/>
    </connection>
    <!-- Component 1:mtt1-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_3" name="mtt1"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
        <map_variables variable_1="tail" variable_2="h_3"/>
    </connection>
    <!-- Component 1:mtt1_2-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_4" name="mtt1_2"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1_2"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
        <map_variables variable_1="tail" variable_2="h_3"/>
        <map_variables variable_1="tail" variable_2="h_4"/>
    </connection>
    <!-- Component 1:mtt1_3-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_2" name="mtt1_3"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1_3"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
    </connection>
    <!-- Component 1:mtt1_4-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_3" name="mtt1_4"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1_4"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
        <map_variables variable_1="tail" variable_2="h_3"/>
    </connection>
    <!-- Component 1:mtt1_5-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_2" name="mtt1_5"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1_5"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
    </connection>
    <!-- Component 1:mtt1_6-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_3" name="mtt1_6"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1_6"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
        <map_variables variable_1="tail" variable_2="h_3"/>
    </connection>
    <!-- Component 1:mtt1_7-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_2" name="mtt1_7"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1_7"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
    </connection>
    <!-- Component 1:mtt1_8-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_2" name="mtt1_8"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1_8"/>
        <map_variables variable_1="head" variable_2="h_1"/>
        <map_variables variable_1="tail" variable_2="h_2"/>
    </connection>
    <!-- Component 1:mtt1_9-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_2" name="mtt1_9"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1_9"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
    </connection>
    <!-- Component 1:mtt1_10-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_2" name="mtt1_10"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1_10"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
    </connection>
    <!-- Component 1:mtt1_11-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_3" name="mtt1_11"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1_11"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
        <map_variables variable_1="head" variable_2="h_3"/>
    </connection>
    <!-- Component 1:mtt1_12-->
    <import xlink:href="BGjun.cellml">
        <component component_ref="J1_4" name="mtt1_12"/>
    </import>
    <connection>
        <map_components component_1="orientation" component_2="mtt1_12"/>
        <map_variables variable_1="tail" variable_2="h_1"/>
        <map_variables variable_1="head" variable_2="h_2"/>
        <map_variables variable_1="head" variable_2="h_3"/>
        <map_variables variable_1="head" variable_2="h_4"/>
    </connection>
    <!-- Bonds-->
    <!-- Bond from mtt1 to r61-->
    <connection>
        <map_components component_1="mtt1" component_2="r61"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt0 to mtt1-->
    <connection>
        <map_components component_1="mtt0" component_2="mtt1"/>
        <map_variables variable_1="e_2" variable_2="e_2"/>
        <map_variables variable_1="f_2" variable_2="f_2"/>
    </connection>
    <!-- Bond from mtt1_5 to r56-->
    <connection>
        <map_components component_1="mtt1_5" component_2="r56"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from r56 to mtt1_2-->
    <connection>
        <map_components component_1="r56" component_2="mtt1_2"/>
        <map_variables variable_1="e_2" variable_2="e_1"/>
        <map_variables variable_1="f_2" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt1_2 to mtt0-->
    <connection>
        <map_components component_1="mtt1_2" component_2="mtt0"/>
        <map_variables variable_1="e_2" variable_2="e_3"/>
        <map_variables variable_1="f_2" variable_2="f_3"/>
    </connection>
    <!-- Bond from mtt0 to Ci-->
    <connection>
        <map_components component_1="mtt0" component_2="Ci"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from r61 to mtt1_3-->
    <connection>
        <map_components component_1="r61" component_2="mtt1_3"/>
        <map_variables variable_1="e_2" variable_2="e_1"/>
        <map_variables variable_1="f_2" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt1_3 to mtt0_2-->
    <connection>
        <map_components component_1="mtt1_3" component_2="mtt0_2"/>
        <map_variables variable_1="e_2" variable_2="e_2"/>
        <map_variables variable_1="f_2" variable_2="f_2"/>
    </connection>
    <!-- Bond from mtt0_2 to mtt1_12-->
    <connection>
        <map_components component_1="mtt0_2" component_2="mtt1_12"/>
        <map_variables variable_1="e_3" variable_2="e_2"/>
        <map_variables variable_1="f_3" variable_2="f_2"/>
    </connection>
    <!-- Bond from mtt1_12 to r12-->
    <connection>
        <map_components component_1="mtt1_12" component_2="r12"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from r12 to mtt1_4-->
    <connection>
        <map_components component_1="r12" component_2="mtt1_4"/>
        <map_variables variable_1="e_2" variable_2="e_1"/>
        <map_variables variable_1="f_2" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt0_2 to Co-->
    <connection>
        <map_components component_1="mtt0_2" component_2="Co"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt1_4 to mtt0_6-->
    <connection>
        <map_components component_1="mtt1_4" component_2="mtt0_6"/>
        <map_variables variable_1="e_2" variable_2="e_2"/>
        <map_variables variable_1="f_2" variable_2="f_2"/>
    </connection>
    <!-- Bond from mtt0_5 to mtt1_5-->
    <connection>
        <map_components component_1="mtt0_5" component_2="mtt1_5"/>
        <map_variables variable_1="e_2" variable_2="e_2"/>
        <map_variables variable_1="f_2" variable_2="f_2"/>
    </connection>
    <!-- Bond from r25 to mtt1_7-->
    <connection>
        <map_components component_1="r25" component_2="mtt1_7"/>
        <map_variables variable_1="e_2" variable_2="e_1"/>
        <map_variables variable_1="f_2" variable_2="f_1"/>
    </connection>
    <!-- Bond from r34 to mtt1_8-->
    <connection>
        <map_components component_1="r34" component_2="mtt1_8"/>
        <map_variables variable_1="e_2" variable_2="e_1"/>
        <map_variables variable_1="f_2" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt0_4 to r45-->
    <connection>
        <map_components component_1="mtt0_4" component_2="r45"/>
        <map_variables variable_1="e_2" variable_2="e_1"/>
        <map_variables variable_1="f_2" variable_2="f_1"/>
    </connection>
    <!-- Bond from r45 to mtt1_6-->
    <connection>
        <map_components component_1="r45" component_2="mtt1_6"/>
        <map_variables variable_1="e_2" variable_2="e_1"/>
        <map_variables variable_1="f_2" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt1_6 to mtt0_5-->
    <connection>
        <map_components component_1="mtt1_6" component_2="mtt0_5"/>
        <map_variables variable_1="e_2" variable_2="e_3"/>
        <map_variables variable_1="f_2" variable_2="f_3"/>
    </connection>
    <!-- Bond from mtt1_7 to mtt0_5-->
    <connection>
        <map_components component_1="mtt1_7" component_2="mtt0_5"/>
        <map_variables variable_1="e_2" variable_2="e_4"/>
        <map_variables variable_1="f_2" variable_2="f_4"/>
    </connection>
    <!-- Bond from mtt1_6 to mtt0_10-->
    <connection>
        <map_components component_1="mtt1_6" component_2="mtt0_10"/>
        <map_variables variable_1="e_3" variable_2="e_2"/>
        <map_variables variable_1="f_3" variable_2="f_2"/>
    </connection>
    <!-- Bond from mtt0_4 to SCNai-->
    <connection>
        <map_components component_1="mtt0_4" component_2="SCNai"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt0_5 to CNai-->
    <connection>
        <map_components component_1="mtt0_5" component_2="CNai"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt1_8 to mtt0_4-->
    <connection>
        <map_components component_1="mtt1_8" component_2="mtt0_4"/>
        <map_variables variable_1="e_2" variable_2="e_3"/>
        <map_variables variable_1="f_2" variable_2="f_3"/>
    </connection>
    <!-- Bond from mtt1_9 to r25-->
    <connection>
        <map_components component_1="mtt1_9" component_2="r25"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt1_10 to r34-->
    <connection>
        <map_components component_1="mtt1_10" component_2="r34"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt1_11 to r23-->
    <connection>
        <map_components component_1="mtt1_11" component_2="r23"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from r23 to mtt0_7-->
    <connection>
        <map_components component_1="r23" component_2="mtt0_7"/>
        <map_variables variable_1="e_2" variable_2="e_2"/>
        <map_variables variable_1="f_2" variable_2="f_2"/>
    </connection>
    <!-- Bond from mtt0_9 to mtt1_11-->
    <connection>
        <map_components component_1="mtt0_9" component_2="mtt1_11"/>
        <map_variables variable_1="e_2" variable_2="e_2"/>
        <map_variables variable_1="f_2" variable_2="f_2"/>
    </connection>
    <!-- Bond from mtt0_6 to mtt1_11-->
    <connection>
        <map_components component_1="mtt0_6" component_2="mtt1_11"/>
        <map_variables variable_1="e_3" variable_2="e_3"/>
        <map_variables variable_1="f_3" variable_2="f_3"/>
    </connection>
    <!-- Bond from mtt0_6 to mtt1_9-->
    <connection>
        <map_components component_1="mtt0_6" component_2="mtt1_9"/>
        <map_variables variable_1="e_4" variable_2="e_2"/>
        <map_variables variable_1="f_4" variable_2="f_2"/>
    </connection>
    <!-- Bond from mtt0_6 to CNao-->
    <connection>
        <map_components component_1="mtt0_6" component_2="CNao"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt0_7 to SCNao-->
    <connection>
        <map_components component_1="mtt0_7" component_2="SCNao"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt0_7 to mtt1_10-->
    <connection>
        <map_components component_1="mtt0_7" component_2="mtt1_10"/>
        <map_variables variable_1="e_3" variable_2="e_2"/>
        <map_variables variable_1="f_3" variable_2="f_2"/>
    </connection>
    <!-- Bond from mtt0_3 to E-->
    <connection>
        <map_components component_1="mtt0_3" component_2="E"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt1 to mtt0_3-->
    <connection>
        <map_components component_1="mtt1" component_2="mtt0_3"/>
        <map_variables variable_1="e_3" variable_2="e_2"/>
        <map_variables variable_1="f_3" variable_2="f_2"/>
    </connection>
    <!-- Bond from mtt0_8 to Nao-->
    <connection>
        <map_components component_1="mtt0_8" component_2="Nao"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt0_9 to So-->
    <connection>
        <map_components component_1="mtt0_9" component_2="So"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt0_10 to Si-->
    <connection>
        <map_components component_1="mtt0_10" component_2="Si"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt0_11 to Nai-->
    <connection>
        <map_components component_1="mtt0_11" component_2="Nai"/>
        <map_variables variable_1="e_1" variable_2="e_1"/>
        <map_variables variable_1="f_1" variable_2="f_1"/>
    </connection>
    <!-- Bond from mtt1_2 to mtt0_11-->
    <connection>
        <map_components component_1="mtt1_2" component_2="mtt0_11"/>
        <map_variables variable_1="e_3" variable_2="e_2"/>
        <map_variables variable_1="f_3" variable_2="f_2"/>
        <map_variables variable_1="e_4" variable_2="e_3"/>
        <map_variables variable_1="f_4" variable_2="f_3"/>
    </connection>
    <!-- Bond from mtt0_8 to mtt1_12-->
    <connection>
        <map_components component_1="mtt0_8" component_2="mtt1_12"/>
        <map_variables variable_1="e_2" variable_2="e_3"/>
        <map_variables variable_1="f_2" variable_2="f_3"/>
        <map_variables variable_1="e_3" variable_2="e_4"/>
        <map_variables variable_1="f_3" variable_2="f_4"/>
    </connection>
    <!-- Bond from mtt1_4 to mtt0_3-->
    <connection>
        <map_components component_1="mtt1_4" component_2="mtt0_3"/>
        <map_variables variable_1="e_3" variable_2="e_3"/>
        <map_variables variable_1="f_3" variable_2="f_3"/>
    </connection>
</model>