Skip to content

Commit

Permalink
Keep axial beam limit-state
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Oct 9, 2024
1 parent 8ddf2fe commit f76a8fc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the output of a function is less than a threshold,
* sensitivity problems, i.e. estimating sensitivity indices,
for example Sobol' indices.

Most of the reliability problems were adapted from the RPRepo:
Most of the reliability problems were adapted from the RPRepo

https://rprepo.readthedocs.io/en/latest/

Expand Down
4 changes: 4 additions & 0 deletions otbenchmark/_AxialStressedBeamReliability.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ def __init__(self, threshold=0.0):
The inputs are R, the Yield strength, and F, the traction load.
We have R ~ LogNormalMuSigma() and F ~ Normal().
.. math::
g(R, F) = R - \frac{F}{\pi 100}
Parameters
----------
threshold : float
Expand Down
4 changes: 2 additions & 2 deletions otbenchmark/_OakleyOHaganSensitivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def __init__(self):
The function is defined by the equation:
.. math::
g(x) = x'Mx+a1'x + a2' sin(x) + a3'cos(x)
g(x) = x'Mx+a1'x + a2' \sin(x) + a3'\cos(x)
where :math:`x_1, \hdots, x_{15} \tilde N(0, 1)`
where :math:`x_1, \hdots, x_{15} \sim N(0, 1)`
The input random variables are independent.
Expand Down

0 comments on commit f76a8fc

Please sign in to comment.