damar-wicaksono / uqtestfuns

A Python3 library of test functions from the uncertainty quantification community with a common interface for validation and benchmarking purposes.
https://uqtestfuns.readthedocs.io/en/latest/
MIT License
8 stars 0 forks source link

Implement RS reliability problem of a circular bar #263

Closed damar-wicaksono closed 1 year ago

damar-wicaksono commented 1 year ago

The problem is a variation on a theme (i.e., RS two-dimensional reliability problem). This one is framed as a reliability of a circular bar subjected to axial force[^Verma2016]. The analytical result from FOSM is available.

[^Verma2016]: A. K. Verma, S. Ajit, and D. R. Karanki, Reliability and Safety Engineering. in Springer Series in Reliability Engineering. London: Springer London, 2016. doi: 10.1007/978-1-4471-6269-8.

damar-wicaksono commented 1 year ago

This issue has been resolved by PR #278.