Dimension of the species
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi,
In my model in Simbiology, it has a species with dimension of (molecules/time) and connected with a release rate reaction.
An error window showed up saying that that unit is invalid and only mass, molecules or concentation are accepted as dimensions of species. Would you please explain why molecules/time can be a unit of species?
댓글 수: 0
답변 (1개)
Arthur Goldsipe
2023년 9월 21일
In SimBiology, a species is intended to represent a entity (like a protein or some other chemical) that exists in a physical compartment that has a capacity (for example, a volume). So species units must be either in amout or concentration. This is what allows SimBiology to do mass balances for all the species participating in reactions.
If you want to model a state that has some other units, then you can do so by making it a parameter. If the value needs to change over time, then just be sure to set the Constant property to false. You can change the value of such a parameter using rules and events.
If you still have questions, I suggest sharing more details about your model. What is this thing that has units of (molecules/time) and how is it used in your model?
커뮤니티
더 많은 답변 보기: SimBiology Community
참고 항목
카테고리
Help Center 및 File Exchange에서 Extend Modeling Environment에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!