diff options
Diffstat (limited to 'docs/reference/IORE.solution.html')
-rw-r--r-- | docs/reference/IORE.solution.html | 42 |
1 files changed, 28 insertions, 14 deletions
diff --git a/docs/reference/IORE.solution.html b/docs/reference/IORE.solution.html index 8caef574..4a95f106 100644 --- a/docs/reference/IORE.solution.html +++ b/docs/reference/IORE.solution.html @@ -6,7 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> -<title> Indeterminate order rate equation kinetics — IORE.solution • mkin</title> +<title>Indeterminate order rate equation kinetics — IORE.solution • mkin</title> <!-- jquery --> <script src="https://code.jquery.com/jquery-3.1.0.min.js" integrity="sha384-nrOSfDHtoPMzJHjVTdCopGqIqeYETSXhZDFyniQ8ZHcVy08QesyHcnOUpMpqnmWq" crossorigin="anonymous"></script> @@ -25,12 +25,14 @@ <script src="../pkgdown.js"></script> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> + + </head> <body> @@ -70,6 +72,9 @@ <li> <a href="../articles/compiled_models.html">Performance benefit by using compiled model definitions in mkin</a> </li> + <li> + <a href="../articles/twa.html">Calculation of time weighted average concentrations with mkin</a> + </li> </ul> </li> <li> @@ -95,7 +100,7 @@ <div class="row"> <div class="col-md-9 contents"> <div class="page-header"> - <h1> Indeterminate order rate equation kinetics </h1> + <h1>Indeterminate order rate equation kinetics</h1> </div> @@ -103,19 +108,28 @@ a concentration dependent rate constant.</p> - <pre><span class='fu'>IORE.solution</span>(<span class='no'>t</span>, <span class='no'>parent.0</span>, <span class='no'>k__iore</span>, <span class='no'>N</span>)</pre> + <pre class="usage"><span class='fu'>IORE.solution</span>(<span class='no'>t</span>, <span class='no'>parent.0</span>, <span class='no'>k__iore</span>, <span class='no'>N</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> - <dl class="dl-horizontal"> - <dt>t</dt> - <dd> Time. </dd> - <dt>parent.0</dt> - <dd> Starting value for the response variable at time zero. </dd> - <dt>k__iore</dt> - <dd> Rate constant. Note that this depends on the concentration units used. </dd> - <dt>N</dt> - <dd> Exponent describing the nonlinearity of the rate equation </dd> - </dl> + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>t</th> + <td><p>Time.</p></td> + </tr> + <tr> + <th>parent.0</th> + <td><p>Starting value for the response variable at time zero.</p></td> + </tr> + <tr> + <th>k__iore</th> + <td><p>Rate constant. Note that this depends on the concentration units used.</p></td> + </tr> + <tr> + <th>N</th> + <td><p>Exponent describing the nonlinearity of the rate equation</p></td> + </tr> + </table> <h2 class="hasAnchor" id="note"><a class="anchor" href="#note"></a>Note</h2> |