필터 지우기
필터 지우기

Problems with the 'null' variable in Simbiology

조회 수: 1 (최근 30일)
David
David 2012년 9월 18일
Hello,
I have the following mass-action reactions in simbiology:
null -> T
T+V -> Tstar
V -> null
T -> null
Tstar -> null
Unfortunately, V and T have different units (both concentration though). So, when I try to 'verify' or 'run' this model, I get the following error:
"Error using localReactionsToCode (line 897) Reaction null -> T has reactants in multiple compartments or the reactant is null. The reaction rate must be defined in units of amount per unit time not concentration per unit time."
I can change the first equation to foo -> T, but that creates the 'foo' variable. This isn't a problem, since the creation of T is first order and "independent" of 'foo'. But, it seems like something is wrong and I shouldn't have to define the variable foo.
best, David

답변 (1개)

Arthur Goldsipe
Arthur Goldsipe 2012년 9월 20일
Hi David,
The problem is with the units on the rate constant for the reaction null -> T. Let's say you have the reaction rate set to a parameter K. Then K must have dimensions of amount/time, for example, mole/second. If your parameter K currently has dimensions of concentration/time, then you probably just need a new parameter whose value is K*C, where C is (the volume of) the compartment that contains species T.
-Arthur

커뮤니티

더 많은 답변 보기:  SimBiology Community

카테고리

Help CenterFile Exchange에서 Import Data에 대해 자세히 알아보기

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by