Hi, everybody. I am new to UQlab and trying to find a solution to my problem. I want to use the PCE module to call a FEM model (Matlab file) for reliability analysis. As I know, if there is no need to call other models, this reliability analysis is very easy to solve. As shown in Example,
" ModelOpts.mFile = ‘uq_SimplySupportedBeam’; (defined the implicit performance function)
ModelOpts.isVectorized = true;
myModel = uq_createModel(ModelOpts);"
However, take a truss structure as an example (uq_truss_model, provided by UQLAB), I want to use the PCE module to call this model and defined the limit state function (g(x) =Vmax-|v1(x)|) for reliability analysis.
Can someone please help me with this?
Best regards,
QZ