Skip to content

Commit

Permalink
SSP is improved too. Except for one thing: the monotonicity assumptio…
Browse files Browse the repository at this point in the history
…n has disappeared. Well, was deleted, by me. This is because the way it was coded was an amazing hack which was un-helpful. So I'll open an issue for that.
  • Loading branch information
JacquesCarette committed Feb 6, 2018
1 parent c2a4849 commit 1f17b36
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions code/stable/ssp/SSP_SRS.html
Original file line number Diff line number Diff line change
Expand Up @@ -4329,7 +4329,7 @@ <h4>
<em>E</em>
</td>
<td>
0&thinsp;&lt;&thinsp;<em>E</em>
<em>E</em>&thinsp;&gt;&thinsp;0
</td>
<td>
15000.0 Pa
Expand All @@ -4343,7 +4343,7 @@ <h4>
<em>c&prime;</em>
</td>
<td>
0&thinsp;&lt;&thinsp;<em>c&prime;</em>
<em>c&prime;</em>&thinsp;&gt;&thinsp;0
</td>
<td>
10.0 Pa
Expand Down Expand Up @@ -4385,7 +4385,7 @@ <h4>
<em>&gamma;</em>
</td>
<td>
0&thinsp;&lt;&thinsp;<em>&gamma;</em>
<em>&gamma;</em>&thinsp;&gt;&thinsp;0
</td>
<td>
20.0 N/(m<sup>3</sup>)
Expand All @@ -4399,7 +4399,7 @@ <h4>
<em>&gamma;<sub>Sat</sub></em>
</td>
<td>
0&thinsp;&lt;&thinsp;<em>&gamma;<sub>Sat</sub></em>
<em>&gamma;<sub>Sat</sub></em>&thinsp;&gt;&thinsp;0
</td>
<td>
20.0 N/(m<sup>3</sup>)
Expand All @@ -4413,7 +4413,7 @@ <h4>
<em>&gamma;<sub>w</sub></em>
</td>
<td>
0&thinsp;&lt;&thinsp;<em>&gamma;<sub>w</sub></em>
<em>&gamma;<sub>w</sub></em>&thinsp;&gt;&thinsp;0
</td>
<td>
9.8 N/(m<sup>3</sup>)
Expand Down Expand Up @@ -4484,15 +4484,15 @@ <h4>
<em>FS</em>
</td>
<td>
0&thinsp;&lt;&thinsp;<em>FS</em>
<em>FS</em>&thinsp;&gt;&thinsp;0
</td>
</tr>
<tr>
<td>
<em>(x,y)</em>
</td>
<td>
(<em>x</em><sub><em>i</em></sub>&thinsp;&lt;&thinsp;<em>x</em><sub><em>i</em>&plus;1</sub> &rArr; <em>y</em><sub><em>i</em></sub>&thinsp;&lt;&thinsp;<em>y</em><sub><em>i</em>&plus;1</sub>)
None
</td>
</tr>
<tr>
Expand Down
14 changes: 7 additions & 7 deletions code/stable/ssp/SSP_SRS.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1208,19 +1208,19 @@ \subsubsection{Data Constraints}
Var & Physical Constraints & Typical Value & TU
\\
\midrule
$E$ & $0<E$ & $15000.0$ Pa & 0.1
$E$ & $E>0$ & $15000.0$ Pa & 0.1
\\
$c'$ & $0<c'$ & $10.0$ Pa & 0.1
$c'$ & $c'>0$ & $10.0$ Pa & 0.1
\\
$\nu{}$ & $0<\nu{}<1$ & $0.4$ & 0.1
\\
$\varphi{}'$ & $0<\varphi{}'<90$ & $25.0$ ${}^{\circ}$ & 0.1
\\
$\gamma{}$ & $0<\gamma{}$ & $20.0$ $\frac{\text{N}}{\text{m}^{3}}$ & 0.1
$\gamma{}$ & $\gamma{}>0$ & $20.0$ $\frac{\text{N}}{\text{m}^{3}}$ & 0.1
\\
${\gamma{}_{Sat}}$ & $0<{\gamma{}_{Sat}}$ & $20.0$ $\frac{\text{N}}{\text{m}^{3}}$ & 0.1
${\gamma{}_{Sat}}$ & ${\gamma{}_{Sat}}>0$ & $20.0$ $\frac{\text{N}}{\text{m}^{3}}$ & 0.1
\\
${\gamma{}_{w}}$ & $0<{\gamma{}_{w}}$ & $9.8$ $\frac{\text{N}}{\text{m}^{3}}$ & 0.1
${\gamma{}_{w}}$ & ${\gamma{}_{w}}>0$ & $9.8$ $\frac{\text{N}}{\text{m}^{3}}$ & 0.1
\\
$a$ & None & $0.0$ m & 0.1
\\
Expand All @@ -1237,9 +1237,9 @@ \subsubsection{Data Constraints}
Var & Physical Constraints
\\
\midrule
$FS$ & $0<FS$
$FS$ & $FS>0$
\\
$(x,y)$ & $\left(x_{i}<x_{i+1}\implies{}y_{i}<y_{i+1}\right)$
$(x,y)$ & None
\\
$\delta{}x$ & None
\\
Expand Down

0 comments on commit 1f17b36

Please sign in to comment.