// RANDOM VARIABLES RContinuousRandomVariable |ObjectName: x1 |CurrentValue: 500 |DistributionType: Lognormal (zeta, sigma) |Mean: 500 |StandardDeviation: 100 RContinuousRandomVariable |ObjectName: x2 |CurrentValue: 2000 |DistributionType: Lognormal (zeta, sigma) |Mean: 2000 |StandardDeviation: 400 RContinuousRandomVariable |ObjectName: x3 |CurrentValue: 5 |DistributionType: Uniform (a, b) |Mean: 5 |StandardDeviation: 0.5 // CORRELATION RCorrelation |ObjectName: rho12 |RandomVariable1: x1 |RandomVariable2: x2 |Coefficient: 0.3 RCorrelation |ObjectName: rho13 |RandomVariable1: x1 |RandomVariable2: x3 |Coefficient: 0.2 RCorrelation |ObjectName: rho23 |RandomVariable1: x2 |RandomVariable2: x3 |Coefficient: 0.2 // MODEL RScriptModel |ObjectName: myScriptModel |DisplayOutput: true |InputParameterList: x1; x2; x3 |ScriptFile: script.js |DDM: true // RESPONSES RGenericResponse |ObjectName: u1 |CurrentValue: 0 |Model: myScriptModel RGenericResponse |ObjectName: u2 |CurrentValue: 0 |Model: myScriptModel // LIMIT-STATE FUNCTION RFunction |ObjectName: g |Expression: 1 - u1 - u2 |GradientAnalysisType: DDM // ANALYSIS TOOLS RStepperNonlinSingleConstrSolver |ObjectName: mySolver |StepSizeSearcher: myStepSizeSearcher |StepDirectionSearcher: myStepDirectionSearcher |Transformer: myTransformer |ConvergenceChecker: myConvergenceChecker |MaximumIterations: 100 |OutputDisplayLevel: Minimum RArmijoStepSizeSearcher |ObjectName: myStepSizeSearcher |OutputDisplayLevel: Minimum |Transformer: myTransformer |MeritChecker: myMeritChecker |MaximumReductions: 10 RAdkZhangMeritChecker |ObjectName: myMeritChecker |Multiplier: 2 |Adder: 10 |Factor: 0.5 RHLRFStepDirectionSearcher |ObjectName: myStepDirectionSearcher RNatafTransformer |ObjectName: myTransformer |OutputDisplayLevel: None RStandardConvergenceChecker |ObjectName: myConvergenceChecker |E1: 0.001 |E2: 0.001 |OutputDisplayLevel: Minimum RIndependentNormalRandomNumberGenerator |ObjectName: myRandomNumberGenerator |StartPoint: Origin |StandardDeviation: 1 |Transformer: myTransformer RHistogramAccumulator |ObjectName: myHistogramAccumulator |MaximumIterations: 100000 |OutputDisplayLevel: None |PlottingInterval : 100 |NumberOfBins: 100 RFailureProbabilityAccumulator |ObjectName: myFailureAccumulator |MaximumIterations: 1000000 |OutputDisplayLevel: None |TargetCoefficientOfVariation: 0.05 |RandomNumberGenerator: myRandomNumberGenerator |PlottingInterval : 100 // CREATE THE ORCHESTRATING ANALYSIS ALGORITHMS RFORMAnalyzer |ObjectName: myFORMAnalysis |LimitStateFunction: g |NonlinearSingleConstraintSolver: mySolver |ComputeRandomVariableSensitivities: true |ComputeDecisionVariableSensitivities: true |ComputeModelResponseStandardDeviationSensitivities: true |PrintSensitivities: false |CorrectProbabilityWithFirstPrincipalCurvature: false RSamplingAnalyzer |ObjectName: mySamplingAnalysis |RandomNumberGenerator: myRandomNumberGenerator |Transformer: myTransformer |Accumulator: myFailureAccumulator |FunctionList: g; RFunctionEvaluationAnalyzer |ObjectName: myFunctionEvaluationAnalysis |Function: g |EvaluateGradient: false |SetRandomVariablesToMean: false |PrintRandomVariableList: false |PlotModelFlowchart: true