Skip to main content
. 2018 Mar 21;19(4):926. doi: 10.3390/ijms19040926
Algorithms
  • Define α, Δt, all φi, all Ei,

  • ϵm is pre-defined for all time points m; most entries are 0.

  • Iteration:
    • starting with V1=V(0,x), pi1=pi(0,x,V(0,x))
    • m = 1, …, M − 1
      • calculate bm, am, [Am], [Am]1 and [Bm]
      • calculate Vm+1
      • calculate pim+1 via separate linear equation systems of the type:
      • n = 1…N
        • i = 1, …, T (number of transporters involved)
          • pinm+1=pinm+Δt·[ai(Vnm)·(1pinm)di(Vnm)·pinm] with the transporter-specific coefficients di(Vnm) and ai(Vnm), which depend only on Vnm
        • End i-loop
      • End n-loop
    • End m-loop
  • End Iteration