Research Article

Uncertainty Quantification and Bifurcation Analysis of an Airfoil with Multiple Nonlinearities

Algorithm 1

A flowchart of the OQNLP MultiStart algorithm.
Stage 1
Call ) ( = user initial point)
Call UPDATE LOCALS
For Do
     Call SP
     Evaluate
EndDo
= point yielding best value of over all stage one points .
call
Call UPDATE LOCALS
threshold =
Stage 2
For Do
     Call SP
     Evaluate
     Perform merit and distance filter tests:
     Call distance filter , dstatus)
     Call merit filter , threshold, mstatus)
     If (dstatus and mstatus = “accept”) Then
         Call
         Call UPDATE LOCALS
     EndIf
EndDo