Function describing the solution of the differential equations describing the kinetic model with first-order terms for a two-way transfer from a free to a bound fraction, and a first-order degradation term for the free fraction. The initial condition is a defined amount in the free fraction and no substance in the bound fraction.
SFORB.solution(t, parent_0, k_12, k_21, k_1output)
k_12 | Kinetic constant describing transfer from free to bound. |
---|---|
k_21 | Kinetic constant describing transfer from bound to free. |
k_1output | Kinetic constant describing degradation of the free fraction. |
The value of the response variable, which is the sum of free and
bound fractions at time t
.
Other parent solutions:
DFOP.solution()
,
FOMC.solution()
,
HS.solution()
,
IORE.solution()
,
SFO.solution()
,
logistic.solution()