Skip to Main Content Skip to Search
Product Documentation

BoundaryCondition - Indicate species boundary condition

Description

The BoundaryCondition property indicates whether a species object has a boundary condition. If BoundaryCondition is true, the species quantity is determined by InitialAmount and/or a rule object, and not by the reaction rate equation. All SimBiology species are state variables regardless of the BoundaryCondition or ConstantAmount property.

By default, BoundaryCondition is false and the reaction rate equations determine the rate of change of a species quantity in the model. Boundary condition is used when a species is modeled as a participant of reactions but the species quantity is not determined by a reaction rate equation.

More Information

Consider the following two use cases of boundary conditions:

Characteristics

Applies toObject: species
Data typeboolean
Data valuestrue or false. The default value is false.
AccessRead/write

Examples

  1. Create a model object.

    modelObj = sbiomodel ('my_model');
  2. Add a species object and verify that the boundary condition property setting is 'false' or 0.

    speciesObj = addspecies(modelObj, 'glucose');
    get(speciesObj, 'BoundaryCondition')

    MATLAB returns:

    ans =
    
         0
  3. Set the boundary condition to 'true' and verify.

    set(speciesObj, 'BoundaryCondition', true);
    get(speciesObj, 'BoundaryCondition')

    MATLAB returns:

    ans =
    
         1

References

Pratt, W.B., Galigniana, M.D., Morishima, Y., Murphy, P.J. (2004), Role of molecular chaperones in steroid receptor action, Essays Biochem, 40:41-58.

See Also

addrule, addspecies, ConstantAmount, InitialAmount

  


Free Computational Biology Interactive Kit

See how to analyze, visualize, and model biological data and systems using MathWorks products.

Get free kit

Trials Available

Try the latest computational biology products.

Get trial software
 © 1984-2012- The MathWorks, Inc.    -   Site Help   -   Patents   -   Trademarks   -   Privacy Policy   -   Preventing Piracy   -   RSS