Skip to content

Commit 4ab6371

Browse files
committed
fix eqn 1
1 parent e68fd50 commit 4ab6371

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/pages/add_block.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ Below are details on the steps required to implement a new block in svZeroDSolve
9494

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

97+
\f$ a \frac{dQ_{in}}{dt} + b P_{in} + c \frac{dP_{in}}{dt} Q_{in} + d = 0 \f$
98+
9799
\f$ e \frac{dP_{out}}{dt} + f Q_{out} Q_{out} + g P_{out} + h I_{1} = 0 \f$
98100

99101
* For this block, \f$P_{in}\f$ and \f$Q_{in}\f$ are the pressure and flow at the inlet respectively, \f$P_{out}\f$ and \f$Q_{out}\f$ are the pressure and flow at the outlet, and \f$I_{1}\f$ is an internal variable.

0 commit comments

Comments
 (0)