Suvarna Garge (Editor)

Multi compartment model

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Multi-compartment model

A multi-compartment model is a type of mathematical model used for describing the way materials or energies are transmitted among the compartments of a system. Each compartment is assumed to be a homogeneous entity within which the entities being modelled are equivalent. For instance, in a pharmacokinetic model, the compartments may represent different sections of a body within which the concentration of a drug is assumed to be uniformly equal.

Hence a multi-compartment model is a lumped parameters model.

Multi-compartment models are used in many fields including pharmacokinetics, epidemiology, biomedicine, systems theory, complexity theory, engineering, physics, information science and social science. The circuits systems can be viewed as a multi-compartment model as well.

In systems theory, it involves the description of a network whose components are compartments that represent a population of elements that are equivalent with respect to the manner in which they process input signals to the compartment.

  • Instant homogeneous distribution of materials or energies within a "compartment."
  • The exchange rate of materials or energies among the compartments is related to the densities of these compartments.
  • Usually, it is desirable that the materials do not undergo chemical reactions while transmitting among the compartments.
  • When concentration of the cell is of interest, typically the volume is assumed to be constant over time, though this may not be totally true in reality.
  • Most commonly, the mathematics of multi-compartment models is simplified to provide only a single parameter—such as concentration—within a compartment.

    Possibly the simplest application of multi-compartment model is in the single-cell concentration monitoring (see the figure above). If the volume of a cell is V, the mass of solute is q, the input is u(t) and the secretion of the solution is proportional to the density of it within the cell, then the concentration of the solution C within the cell over time is given by

    d q d t = u ( t ) k q C = q V

    where k is the proportionality.

    As the number of compartments increases, the model can be very complex and the solutions usually beyond ordinary calculation. Below shows a three-cell model with interlinks among each other.


    The formulae for n-cell multi-compartment models become:

    q ˙ 1 = q 1 k 11 + q 2 k 12 + + q n k 1 n + u 1 ( t ) q ˙ 2 = q 1 k 21 + q 2 k 22 + + q n k 2 n + u 2 ( t ) q ˙ n = q 1 k n 1 + q 2 k n 2 + + q n k n n + u n ( t )

    Where

    0 = i = 1 n k i j for j = 1 , 2 , , n (as the total 'contents' of all compartments is constant in a closed system)

    Or in matrix forms:

    q ˙ = K q + u

    Where

    K = [ k 11 k 12 k 1 n k 21 k 22 k 2 n k n 1 k n 2 k n n ] q = [ q 1 q 2 q n ] u = [ u 1 ( t ) u 2 ( t ) u n ( t ) ] and [ 1 1 1 ] K = [ 0 0 0 ] (as the total 'contents' of all compartments is constant in a closed system)

    In the special case of a closed system (see below) i.e. where u = 0 then there is a general solution.

    q = c 1 e λ 1 t v 1 + c 2 e λ 2 t v 2 + + c n e λ n t v n

    Where λ 1 , λ 2 , ... and λ n are the eigenvalues of K ; v 1 , v 2 , ... and v n are the respective eigenvectors of K ; and c 1 , c 2 , .... and c n are constants.

    However it can be shown that given the above requirement to ensure the 'contents' of a closed system are constant, then for every pair of eigenvalue and eigenvector then either λ = 0 or [ 1 1 1 ] v = 0 and also that one eigenvalue is 0, say λ 1

    So

    q = c 1 v 1 + c 2 e λ 2 t v 2 + + c n e λ n t v n

    Where

    [ 1 1 1 ] v i = 0 for i = 2 , 3 , n

    This solution can be rearranged:

    q = [ v 1 [ c 1 0 0 ] + v 2 [ 0 c 2 0 ] + + v n [ 0 0 c n ] ] [ 1 e λ 2 t e λ n t ]

    This somewhat inelegant equation demonstrates that all solutions of an n-cell multi-compartment model with constant or no inputs are of the form:

    q = A [ 1 e λ 2 t e λ n t ]

    Where A is a nxn matrix and λ 2 , λ 3 , ... and λ n are constants. Where [ 1 1 1 ] A = [ a 0 0 ]

    Model topologies

    Generally speaking, as the number of compartments increase, it is challenging both to find the algebraic and numerical solutions of the model. However, there are special cases of models, which rarely exist in nature, when the topologies exhibit certain regularities that the solutions become easier to find. The model can be classified according to the interconnection of cells and input/output characteristics:

    1. Closed model: No sinks or source, lit. all koi = 0 and ui = 0;
    2. Open model: There are sinks or/and sources among cells.
    3. Catenary model: All compartments are arranged in a chain, with each pool connecting only to its neighbors. This model has two or more cells.
    4. Cyclic model: It's a special case of the catenary model, with three or more cells, in which the first and last cell are connected, i.e. k1n ≠ 0 or/and kn1 ≠ 0.
    5. Mammillary model: Consists of a central compartment with peripheral compartments connecting to it. There are no interconnections among other compartments.
    6. Reducible model: It's a set of unconnected models. It bears great resemblance to the computer concept of forest as against trees.

    References

    Multi-compartment model Wikipedia