1#@ s7: TimeoutAbsolute=2100
2
3# DAKOTA INPUT FILE : dakota_short_column_taylor2.in
4
5# This file covers second-order reliability index approach (RIA) CDF
6# mappings from response_levels to probability_levels and second-order
7# performance measure approach (PMA) CDF mappings from these
8# probability_levels back to the original response_levels for MVSOSM,
9# x-/u-space AMV^2, x-/u-space AMV^2+, x-/u-space TANA, and SORM.
10
11environment,
12	graphics
13
14method,
15	local_reliability
16#	  mpp_search x_taylor_mean			#s1
17#	  mpp_search u_taylor_mean			#s2
18#	  mpp_search x_taylor_mpp			#s3,#s8,#s10,#s12
19#	  mpp_search u_taylor_mpp			#s4,#s9,#s11,#s13
20#	  mpp_search x_two_point			#s5
21#	  mpp_search u_two_point			#s6
22#	  mpp_search no_approx				#s7
23#	  nip
24#	  integration second_order #s3,#s4,#s5,#s6,#s7,#s8,#s9,#s10,#s11,#s12,#s13
25	  output verbose
26#	  num_response_levels = 0 43
27#	  response_levels = -9.0 -8.75 -8.5 -8.0 -7.75
28#			    -7.5 -7.25 -7.0 -6.5 -6.0
29#			    -5.5 -5.0 -4.5 -4.0 -3.5
30#			    -3.0 -2.5 -2.0 -1.9 -1.8
31#			    -1.7 -1.6 -1.5 -1.4 -1.3
32#			    -1.2 -1.1 -1.0 -0.9 -0.8
33#			    -0.7 -0.6 -0.5 -0.4 -0.3
34#			    -0.2 -0.1 0.0 0.05 0.1
35#			     0.15 0.2 0.25
36	  num_probability_levels = 0 43
37	  probability_levels =   4.5775061030e-05 6.6993610591e-05
38		9.8098393983e-05 2.1052534295e-04 3.0842681269e-04
39		4.5174059364e-04 6.6130803072e-04 9.6732068457e-04
40		2.0619349322e-03 4.3615036216e-03 9.1182118193e-03
41		1.8743898389e-02 3.7636946073e-02 7.3194210477e-02
42		1.3636513465e-01 2.4003507381e-01 3.9244504880e-01
43		5.8416361282e-01 6.2450777823e-01 6.6456116425e-01
44		7.0385292319e-01 7.4190079553e-01 7.7822897293e-01
45		8.1238818637e-01 8.4397693010e-01 8.7266236379e-01
46		8.9819913823e-01 9.2044423061e-01 9.3936592570e-01
47		9.5504539706e-01 9.6766995866e-01 9.7751794904e-01
48		9.8493629191e-01 9.9031288757e-01 9.9404691166e-01
49		9.9652059448e-01 9.9807593305e-01 9.9899897782e-01
50		9.9929560891e-01 9.9951294625e-01 9.9966933202e-01
51		9.9977974933e-01 9.9985618258e-01
52
53variables,
54        continuous_design = 2
55	  initial_point      =    5.      15.
56	  descriptors        =   'b'      'h'
57	normal_uncertain = 2
58	  means              =  500.0   2000.0
59	  std_deviations     =  100.0    400.0
60	  descriptors        =   'P'      'M'
61	lognormal_uncertain = 1
62       	  means             =    5.0
63	  std_deviations    =    0.5
64	  descriptors       =    'Y'
65	uncertain_correlation_matrix =  1   0.5 0
66					0.5 1   0
67					0   0   1
68
69interface,
70	direct
71	  analysis_driver = 'short_column'
72
73responses,
74	response_functions = 2
75	analytic_gradients
76	analytic_hessians		#s0,#s1,#s2,#s3,#s4,#s5,#s6,#s7
77#	quasi_hessians bfgs #damped	#s12,#s13
78#	quasi_hessians sr1		#s10,#s11
79#	numerical_hessians		#s8,#s9
80#	  fd_hessian_step_size = 1.e-5	#s8,#s9
81