-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPMC1.p.tex
More file actions
321 lines (218 loc) · 13.1 KB
/
PMC1.p.tex
File metadata and controls
321 lines (218 loc) · 13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
%%
%% Automatically generated file from DocOnce source
%% (https://github.com/hplgit/doconce/)
%%
%%
% #ifdef PTEX2TEX_EXPLANATION
%%
%% The file follows the ptex2tex extended LaTeX format, see
%% ptex2tex: http://code.google.com/p/ptex2tex/
%%
%% Run
%% ptex2tex myfile
%% or
%% doconce ptex2tex myfile
%%
%% to turn myfile.p.tex into an ordinary LaTeX file myfile.tex.
%% (The ptex2tex program: http://code.google.com/p/ptex2tex)
%% Many preprocess options can be added to ptex2tex or doconce ptex2tex
%%
%% ptex2tex -DMINTED myfile
%% doconce ptex2tex myfile envir=minted
%%
%% ptex2tex will typeset code environments according to a global or local
%% .ptex2tex.cfg configure file. doconce ptex2tex will typeset code
%% according to options on the command line (just type doconce ptex2tex to
%% see examples). If doconce ptex2tex has envir=minted, it enables the
%% minted style without needing -DMINTED.
% #endif
% #define PREAMBLE
% #ifdef PREAMBLE
%-------------------- begin preamble ----------------------
\documentclass[%
oneside, % oneside: electronic viewing, twoside: printing
final, % draft: marks overfull hboxes, figures with paths
10pt]{article}
\listfiles % print all files needed to compile this document
\usepackage{relsize,makeidx,color,setspace,amsmath,amsfonts,amssymb}
\usepackage[table]{xcolor}
\usepackage{bm,ltablex,microtype}
\usepackage[pdftex]{graphicx}
\usepackage[T1]{fontenc}
%\usepackage[latin1]{inputenc}
\usepackage{ucs}
\usepackage[utf8x]{inputenc}
\usepackage{lmodern} % Latin Modern fonts derived from Computer Modern
% Hyperlinks in PDF:
\definecolor{linkcolor}{rgb}{0,0,0.4}
\usepackage{hyperref}
\hypersetup{
breaklinks=true,
colorlinks=true,
linkcolor=linkcolor,
urlcolor=linkcolor,
citecolor=black,
filecolor=black,
%filecolor=blue,
pdfmenubar=true,
pdftoolbar=true,
bookmarksdepth=3 % Uncomment (and tweak) for PDF bookmarks with more levels than the TOC
}
%\hyperbaseurl{} % hyperlinks are relative to this root
\setcounter{tocdepth}{2} % levels in table of contents
% --- fancyhdr package for fancy headers ---
\usepackage{fancyhdr}
\fancyhf{} % sets both header and footer to nothing
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[LE,RO]{\thepage}
% Ensure copyright on titlepage (article style) and chapter pages (book style)
\fancypagestyle{plain}{
\fancyhf{}
\fancyfoot[C]{{\footnotesize \copyright\ 2019, Joint Committee on Structural Safety. Released under CC Attribution 4.0 license}}
% \renewcommand{\footrulewidth}{0mm}
\renewcommand{\headrulewidth}{0mm}
}
% Ensure copyright on titlepages with \thispagestyle{empty}
\fancypagestyle{empty}{
\fancyhf{}
\fancyfoot[C]{{\footnotesize \copyright\ 2019, Joint Committee on Structural Safety. Released under CC Attribution 4.0 license}}
\renewcommand{\footrulewidth}{0mm}
\renewcommand{\headrulewidth}{0mm}
}
\pagestyle{fancy}
% prevent orhpans and widows
\clubpenalty = 10000
\widowpenalty = 10000
% --- end of standard preamble for documents ---
% insert custom LaTeX commands...
\raggedbottom
\makeindex
\usepackage[totoc]{idxlayout} % for index in the toc
\usepackage[nottoc]{tocbibind} % for references/bibliography in the toc
%-------------------- end preamble ----------------------
\begin{document}
% matching end for #ifdef PREAMBLE
% #endif
\newcommand{\exercisesection}[1]{\subsection*{#1}}
% ------------------- main content ----------------------
% ----------------- title -------------------------
\thispagestyle{empty}
\begin{center}
{\LARGE\bf
\begin{spacing}{1.25}
PROBABILISTIC MODEL CODE - Part 1 - Basis of Design
\end{spacing}
}
\end{center}
% ----------------- author(s) -------------------------
\begin{center}
{\bf Joint Committee on Structural Safety${}^{}$ (\texttt{pmc@jcss.com.})} \\ [0mm]
\end{center}
\begin{center}
% List of all institutions:
\end{center}
% ----------------- end author(s) -------------------------
% --- begin date ---
\begin{center}
Apr 10, 2019
\end{center}
% --- end date ---
\vspace{1cm}
\paragraph{Synopsis.}
The content of this document can be seen as a common reference for reliability based design and assessment of structures. It is supplemented by the corresponding Parts II - Load Models and III - Resistance Models of the model code. This part doesn’t give detailed information about methods for the calculation of probabilities. It is assumed that the user of a probabilistic code is familiar with such methods. A clause on the interpretation of probabilities treated in this document is provided in Annex D.
\tableofcontents
\vspace{1cm} % after toc
\section{Requirements}
\label{chap:requ}
\subsection{Basic requirements}
Structures and structural elements shall be designed, constructed and maintained in such a way that they are suited for their use during the design working life and in an economic way.
In particular they shall, with appropriate levels of reliability, fulfil the following requirements:
\begin{itemize}
\item They shall remain fit for the use for which they are required (\emph{serviceability limit state requirement})
\item They shall withstand extreme and/or frequently repeated actions occurring during their construction and anticipated use (\emph{ultimate limit state requirement})
\item They shall not be damaged by accidental events like fire, explosions, impact or consequences of human errors, to an extent disproportionate to the triggering event (\emph{robustness requirement}, see Annex A).
\end{itemize}
\noindent
\subsection{Reliability differentiation}
The expression \emph{with appropriate levels of reliability} used above means that the degree of reliability should be adopted to suit the use of the structure, the type of structure or structural element and the situation considered in the design and assessment situation.
The choice of the various levels of reliability should take into account the possible consequences of failure in terms of risk to life or injury, the potential economic losses and the degree of social inconvenience, as described in chapter 8. It should also take into account the amount of expense and effort required to reduce the risk of failure. It is further noted, that the term \emph{failure} as used in this document refers to either inadequate strength or inadequate serviceability of the structure.
The consequences of a failure generally depend on the mode of failure, specially in those cases when the risk to human life or injury exists.
In order to provide a structure corresponding to the requirements and to the assumptions made in the design, appropriate quality measures shall be adopted. These measures comprise definition of reliability requirements, organisational measures and controls at the stages of design, execution and use and the maintenance of the structure.
\subsection{Requirements for durability}
The durability of the structure in its environment shall be such that it remains fit for use during its design working life. This requirement can be considered in one of the following ways:
\begin{enumerate}
\item By using materials that, if well maintained, will not degenerate during the design working life.
\item By giving such dimensions that deterioration during the design working life is compensated.
\item By chosing a shorter lifetime for structural elements, which may be replaced one or more times during the design working life.
\item By inspection at fixed or condition dependent intervals and appropriate maintenance activities.
\end{enumerate}
\noindent
In all cases the reliability requirements for long and short term periods should be met. Analysis aspects on durability are described in Annex B.
\section{Principles of limit state design}
\subsection{Limit states and adverse states}
The structural performance of a whole structure or part of it should be described with reference to a specified set of limit states which separate desired states of the structure from adverse states.
The limit states are divided into the following two basic categories:
\begin{itemize}
\item the \emph{ultimate limit states}, which concern the maximum load carrying capacity as well as the maximum deformability
\item the \emph{serviceability limit states}, which concern the normal use.
\end{itemize}
\noindent
The exceedance of a limit state may be irreversible or reversible. In the irreversible case the damage or malfunction associated with the limit state being exceeded will remain until the structure has been repaired. In the reversible case the damage or malfunction will remain only as long as the cause of the limit state being exceeded is present. As soon as this cause ceases to act, a transition from the adverse state back to the desired state occurs.
It is further noted here that in some cases a limit between the aforementioned limit state types may be defined This can be done by an artificial discretization of a the continuous situation between the serviceability and the ultimate limit state. By applying such a procedure a so- called partial damage limit state” can be defined. For example in case of earthquake damage of plant structures such limit state is associated to the safe shut down of the plant.
\emph{Ultimate limit states} may correspond to the following adverse states:
\begin{itemize}
\item loss of equilibrium of the structure or of a part of the structure, considered as a rigid body (eg. overturning)
\item attainment of the maximum resistance capacity of sections, members or connections by rupture or excessive deformations
\item rupture of members or connections caused by fatigue or other time-dependent effects instability of the structure or part of it
\item sudden change of the assumed structural system to a new system, (eg. snap through)
\end{itemize}
\noindent
The exceedance of an ultimate limit state is almost always irreversible and the first time that this occurs causes failure.
\emph{Serviceability limit states} may correspond to the following adverse states:
\begin{itemize}
\item local damage (including cracking) which may reduce the durability of the structure or affect the efficiency or appearance of structural or non-structural elements.
\item observable damage caused by fatigue or other time dependent effects
\item unacceptable deformations which affect the efficient use or appearance of structural or non-structural elements or the functioning of equipment.
\end{itemize}
\noindent
excessive vibrations which cause discomfort to people or affect non-structural
\begin{itemize}
\item elements or the functioning of equipment.
\end{itemize}
\noindent
In the cases of permanent local damage or permanent unacceptable deformations the exceedance of a serviceability limit state is irreversible and the first time that this occurs causes failure.
In other cases the exceedance of a serviceability limit state may be reversible and then failure occurs:
\begin{enumerate}
\item the first time the serviceability limit state is exceeded, if no exceedance is considered as acceptable
\item if exceedance is acceptable but the time when the structure is in the undesired state is longer than specified
\item if exceedance is acceptable but the number of times that the serveciability limit state is exceeded is larger than specified
\item if a combination of the above criteria occur.
\end{enumerate}
\noindent
These cases may involve temporary local damage (eg. temporarily wide cracks), temporary large deformations and vibrations. Limit values for the serviceability limit state should be defined on the basis of \emph{utility considerations}.
\subsection{Limit State Function}
For each specific limit state the relevant basic variables should be identified, i.e.~the variables which characterize:
\begin{itemize}
\item actions and environmental influences
\item properties of materials and soils
\item geometrical parameters
\end{itemize}
\noindent
Such variables may be time dependent. Models, which describe the behaviour of a structure, should be established for each limit state. These models include mechanical models, which describe the structural behaviour, as well as other physical or chemical models, which describe the effects of environmental influences on the material properties. The parameters of such models should in principle be treated in the same way as basic variables.
Serviceability constaints (limit values according to 4.1) should in principle be regarded as random and may in many cases be treated in the same way as basic variables.
Where calculation models are available, the limit state can be described with aid of a function, $g$, of the basic variables $\bm{X}(t) = X_1(t), X_2(t), ...$ so that
\begin{equation}
g\left(\bm{X}(t)\right)=0
\label{eq:limit}
\end{equation}
Equation (\ref{eq:limit}) is called the limit state equation, and
\begin{equation}
g\left(\bm{X}(t)\right)\leq 0
\label{eq:adverse}
\end{equation}
identifies the adverse state.
In a component analysis where there is one dominating failure mode the limit state condition can normally be described by one equation according to eq. (\ref{eq:limit}). In a system analysis, where more than one failure mode may be determining, there are several such equations.
% ------------------- end of main content ---------------
% #ifdef PREAMBLE
\end{document}
% #endif