Skip to content

Commit

Permalink
bug in eqns
Browse files Browse the repository at this point in the history
  • Loading branch information
menon-karthik committed Jul 9, 2024
1 parent 9b809a6 commit 48141d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/pages/add_block.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,11 @@ Below are details on the steps required to implement a new block in svZeroDSolve

* Assume a block has the following non-linear governing equations:

\f$ a \frac{dQ_{in}}{dt} + b P_{in} + c \frac{dP_{in}}{dt} Q_{in} + d = 0
\f[
a \frac{dQ_{in}}{dt} + b P_{in} + c \frac{dP_{in}}{dt} Q_{in} + d = 0
\f]

\f$ a \frac{dQ_{in}}{dt} + b P_{in} + c \frac{dP_{in}}{dt} Q_{in} + d = 0 \f$

\f$ e \frac{dP_{out}}{dt} + f {Q_{out} Q_{out} + g P_{out} + h I_{1} = 0 \f$

Expand Down

0 comments on commit 48141d9

Please sign in to comment.