None Notebook

This notebook contains material from CBE30338; content is available on Github.

< 7.4 Simulation of an Exothermic CSTR | Contents | Tag Index | 7.6 Path Planning for a Simple Car >

Open in Colab

Download

7.5 First Order System in Pyomo

7.5.1 First-Order Differential Equation with Initial Condition

The following cell implements a solution to a first-order linear model in the form

\begin{align} \tau\frac{dy}{dt} + y & = K u(t) \\ \end{align}

where $\tau$ and $K$ are model parameters, and $u(t)$ is an external process input.

< 7.4 Simulation of an Exothermic CSTR | Contents | Tag Index | 7.6 Path Planning for a Simple Car >

Open in Colab

Download