5. example#
5.1. Keyword FRAGILITE#
Example of a table generated beforehand, using CALC_TABLE, during the Monte Carlo simulation (see also [U2.08.05]):
# TABLE_SDASTER
PARA_NOCI DEFA
5.00000E-01 1
4.50000E-01 0
3.00000E-01 0
3.00000E-01 1
1.50000E-01 0
2.50000E-01 0
9.00000E-01 1
4.00000E-01 1
\(\mathrm{⋮}\) \(⋮\)
Example of calculating a fragility curve:
TAB_POST = POST_DYNA_ALEA (FRAGILITE =( _F (TABL_RESU = TAB1,
LIST_PARA =lr,
AM_INI =0.3,
BETA_INI =0.1,
FRACTILE = (0.0,0.05,0.5,0.5,0.95,1.0),
NB_TIRAGE =50,
),),
TITRE = “curve 1”,
INFO =2,);
In this example, we perform a resampling (\(N\mathrm{=}\mathit{nbtr}\mathrm{=}50\)) to estimate the fractions of the 5%, 50% (median) and 95% curve and we determine the envelopes (100% and 0%).
5.2. Keyword INTERSPECTRE#
First example:
POSTALEA = POST_DYNA_ALEA (INTERSPECTRE = _F (INTE_SPEC = INTERS,
OPTION =” DIAG “ )
)
Second example:
POSTALEA = POST_DYNA_ALEA (INTERSPECTRE = _F (INTE_SPEC = INTERS,
NOEUD_I =”N1”, NOM_CMP_I =”DX”, NOEUD_J =”N1”, NOM_CMP_J =”DX”, )
)