Quadratic RS Reliability Problem#
import numpy as np
import matplotlib.pyplot as plt
import uqtestfuns as uqtf
The Quadratic RS reliability problem is a variant of the classic RS problem with one quadratic term [Waa00].
The plots of the function are shown below. The left plot shows the surface plot of the performance function, the center plot shows the contour plot with a single contour line at function value of \(0.0\) (the limit-state surface), and the right plot shows the same plot with \(10^6\) sample points overlaid.
Test function instance#
To create a default instance of the test function:
my_testfun = uqtf.RSQuadratic()
Check if it has been correctly instantiated:
print(my_testfun)
Function ID : RSQuadratic
Input Dimension : 2 (fixed)
Output Dimension : 1
Parameterized : False
Description : RS problem w/ one quadratic term from Waarts (2000)
Applications : reliability
Description#
The test function (i.e., the performance function) is analytically defined as follows:
where \(\boldsymbol{x} = \{ x_1, x_2 \}\) is the two-dimensional vector of input variables probabilistically defined further below.
The failure state and the failure probability are defined as \(g(\boldsymbol{x}) \leq 0\) and \(\mathbb{P}[g(\boldsymbol{X}) \leq 0]\), respectively.
Probabilistic input#
Based on [Waa00], the probabilistic input model for the test function consists of two independent standard normal random variables (see the table below).
Function ID : RSQuadratic
Input ID : Waarts2000
Input Dimension : 2
Description : Input model for the quadratic RS from Waarts (2000)
Marginals :
No. Name Distribution Parameters Description
----- ------ -------------- ------------ -------------
1 X1 normal [11. 1.] -
2 X2 normal [1.5 0.5] -
Copulas : Independence
Reference results#
This section provides several reference results of typical UQ analyses involving the test function.
Sample histogram#
Shown below is the histogram of the output based on \(10^6\) random points:
Failure probability (\(P_f\))#
Some reference values for the failure probability \(P_f\) from the literature are summarized in the table below.
References#
Paul Hendrik Waarts. Structural reliability using finite element analysis - an appraisal of DARS: Directional adaptive response surface sampling. phdthesis, Civil Engineering and Geosciences, TU Delt, Delft, The Netherlands, 2000. URL: https://repository.tudelft.nl/islandora/object/uuid:6e6d9a76-fd12-4220-9dc1-36515b3f638d.