Environment

Welcome to the Tellurium Model Builder. Here you can input reactions one at a time in order to build a Computational Biology Mass Action Model.
{{ form.hidden_tag() }}

Add a reaction to your model

Reactant and Product names should be entered as a comma separated list of strings. i.e : A,B,C
If none of the Reactant or Products are fixed enter "None" into the field
Starting Concentrations should be entereed as a comma separated list of floats. i.e : 0.45,1.34,5
The reaction constant should be entered as a single float unless the reaction is reversible in which case
enter the reaction constants as 2 floats separated by a comma i.e : 0.23 or 0.23,0.12
If your reaction is reversible check the Reversible box

{{ form.reactNames.label }} {{ form.reactNames }}
{{ form.startingReactConcs.label }} {{ form.startingReactConcs }}
{{ form.fixedReactConc.label }} {{ form.fixedReactConc }}
{{ form.productNames.label }} {{ form.productNames }}
{{ form.startingProductConcs.label }} {{ form.startingProductConcs }}
{{ form.fixedProductConc.label }} {{ form.fixedProductConc }}
{{ form.reactionConstant.label }} {{ form.reactionConstant }}
{{ form.reversible.label }} {{ form.reversible }}

Press "Add Reaction" when you have finished inputing your data for the reaction
{{ form.submit }}

Press "Run Simulation" when you have added all your reactions to the model
{{ form2.hidden_tag() }}
{{ form2.submit2 }}

If you need to reset the model press "Reset Model" which will delete all reactions currently stored in the model
{{ form3.hidden_tag() }}
{{ form3.submit3 }}
{{ form4.hidden_tag() }}
{{ form4.model.label }} {{ form4.model }} {{ form4.submit4 }} {% if form4.model.errors %} {% for error in form4.model.errors %} {{ error }}
{% endfor %} {% endif %}
{{ form5.hidden_tag() }}
{{ form5.model.label }} {{ form5.model }} {{ form5.submit5 }}