Skip to content

Commit abdd0bf

Browse files
committed
Changes to documentation
1 parent 0378d2a commit abdd0bf

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

src/model/ValveTanh.h

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,14 @@
5151
* P_{out} & Q_{out} & \text{valve\_status} \end{array}\right]^{T} \f]
5252
*
5353
* \f[
54-
* \mathbf{E}^{e}=\left[\begin{array}{ccccc}
55-
* 0 & 0 & 0 & 0 & 0 \\
56-
* 0 & 0 & 0 & 0 & 0 \\
57-
* \end{array}\right]
54+
* \mathbf{E}^{e}=\mathbf{0}
5855
* \f]
5956
*
6057
* \f[
6158
* \mathbf{F}^{e}=\left[\begin{array}{ccccc}
6259
* 1 & -(R_{max}+R_{min})/2.0 & -1 & 0 & 0\\
6360
* 0 & 1 & 0 & -1 & 0\\
64-
* 0 & 0 & 0 & 7 & 1
61+
* 0 & 0 & 0 & 0 & 1
6562
* \end{array}\right]
6663
* \f]
6764
*
@@ -98,11 +95,7 @@
9895
*
9996
* \f[
10097
* \left(\frac{\partial\mathbf{c}}{\partial\dot{\mathbf{y}}}\right)^{e} =
101-
* \left[\begin{array}{ccccc}
102-
* 0 & 0 & 0 & 0 & 0\\
103-
* 0 & 0 & 0 & 0 & 0\\
104-
* 0 & 0 & 0 & 0 & 0
105-
* \end{array}\right]
98+
* \mathbf{E}^{e}=\mathbf{0}
10699
* \f]
107100
*
108101
* ### Parameters

0 commit comments

Comments
 (0)