Location: Modeling the Recruitment and Synchronization of SMCs (Koenigsberger et al. 2004) @ 38c819df79c4 / Components / buildsrc / JNKAi.txt

Author:
WeiweiAi <wai484@aucklanduni.ac.nz>
Date:
2022-06-15 09:21:48+12:00
Desc:
Add original data and update the figures
Permanent Source URI:
https://models.physiomeproject.org/workspace/874/rawfile/38c819df79c4c4fe0a857f4ce531a909a319e33d/Components/buildsrc/JNKAi.txt

def model JNKAi as
    def import using "../cellLib/Components/units.cellml" for
        unit uM_per_s using unit uM_per_s;
    enddef;

    def comp JNKAi as
        var F_NKA: uM_per_s {pub: in};
        var J_NKAi: uM_per_s {pub: out};

        J_NKAi = F_NKA;

    enddef;

enddef;