@@ -15,88 +15,88 @@ Transient Analysis
1515 TRBDF2
1616
1717
18+ ..
19+ Theory
20+ ------
1821
19- Theory
20- ------
22+ In a nonlinear transient finite element analysis we seek a solution
23+ (:math: `\boldsymbol {u}`, :math: `\dot {\boldsymbol {u}}`,
24+ :math: `\ddot {\boldsymbol {u}}`) to the nonlinear residual equation
2125
22- In a nonlinear transient finite element analysis we seek a solution
23- ( :math: ` \boldsymbol {u}`, :math: ` \dot { \boldsymbol {u}}`,
24- :math: ` \ ddot {\boldsymbol {u}}`) to the nonlinear residual equation
26+ .. math ::
27+
28+ \boldsymbol {r}({ \boldsymbol {u}}, \dot { \boldsymbol {u}}, \ ddot {\boldsymbol {u}}) = \boldsymbol {p}_f(t) - \boldsymbol {p}_{ \mathrm {i}}( \ddot { \boldsymbol {u}}) - \boldsymbol {p}_{ \sigma }({ \boldsymbol {u}}, \dot { \boldsymbol {u}}) = \boldsymbol { 0 }
2529
26- .. math ::
27-
28- \boldsymbol {r}({\boldsymbol {u}},\dot {\boldsymbol {u}}, \ddot {\boldsymbol {u}}) = \boldsymbol {p}_f(t) - \boldsymbol {p}_{\mathrm {i}}(\ddot {\boldsymbol {u}}) - \boldsymbol {p}_{\sigma }({\boldsymbol {u}}, \dot {\boldsymbol {u}}) = \boldsymbol {0 }
30+ The most widely used technique for solving the transient non-linear
31+ finite element equation is to use an incremental direct integration scheme.
32+ In the incremental formulation, a solution to the equation is sought at successive time
33+ steps :math: `\Delta t` apart.
2934
30- The most widely used technique for solving the transient non-linear
31- finite element equation is to use an incremental direct integration scheme.
32- In the incremental formulation, a solution to the equation is sought at successive time
33- steps :math: `\Delta t` apart.
35+ .. math ::
3436
35- .. math ::
37+ \boldsymbol {r}({\boldsymbol {u}}_{n \Delta t},\dot {\boldsymbol {u}}_{n \Delta t}, \ddot {\boldsymbol {u}}_{n \Delta t}) = \boldsymbol {p}_f(n \Delta t) -
38+ \boldsymbol {p}_{\mathrm {i}}(\ddot {\boldsymbol {u}}_{n \Delta t}) - \boldsymbol {p}_{\sigma }({\boldsymbol {u}}_{n \Delta t}, \dot {\boldsymbol {u}}_{n \Delta t})
3639
37- \boldsymbol {r}({\boldsymbol {u}}_{n \Delta t},\dot {\boldsymbol {u}}_{n \Delta t}, \ddot {\boldsymbol {u}}_{n \Delta t}) = \boldsymbol {p}_f(n \Delta t) -
38- \boldsymbol {p}_{\mathrm {i}}(\ddot {\boldsymbol {u}}_{n \Delta t}) - \boldsymbol {p}_{\sigma }({\boldsymbol {u}}_{n \Delta t}, \dot {\boldsymbol {u}}_{n \Delta t})
3940
41+ For each time step, :math: `t`, the integration schemes provide two
42+ operators, :math: `\operatorname {I}_1 ` and :math: `\operatorname {I}_2 `, to
43+ relate the velocity and accelerations at the time step as a function of
44+ the displacement at the time step and the response at previous time
45+ steps:
4046
41- For each time step, :math: `t`, the integration schemes provide two
42- operators, :math: `\operatorname {I}_1 ` and :math: `\operatorname {I}_2 `, to
43- relate the velocity and accelerations at the time step as a function of
44- the displacement at the time step and the response at previous time
45- steps:
47+ .. math ::
4648
47- .. math ::
49+ \dot {\boldsymbol {u}}_{t} = {\mathrm {I}}_1 ({\boldsymbol {u}}_t, {\boldsymbol {u}}_{t-\Delta t}, \dot {\boldsymbol {u}}_{t-\Delta t},
50+ \ddot {\boldsymbol {u}}_{t - \Delta t}, {\boldsymbol {u}}_{t - 2 \Delta t}, \dot {\boldsymbol {u}}_{t - 2 \Delta t}. ..., )
51+ %\label {I1 }
4852
49- \dot {\boldsymbol {u}}_{t} = {\mathrm {I}}_1 ({\boldsymbol {u}}_t, {\boldsymbol {u}}_{t-\Delta t}, \dot {\boldsymbol {u}}_{t-\Delta t},
50- \ddot {\boldsymbol {u}}_{t - \Delta t}, {\boldsymbol {u}}_{t - 2 \Delta t}, \dot {\boldsymbol {u}}_{t - 2 \Delta t}. ..., )
51- %\label {I1 }
53+ .. math ::
5254
53- .. math ::
55+ \ddot {\boldsymbol {u}}_{t} = {\mathrm {I}}_2 ({\boldsymbol {u}}_t, {\boldsymbol {u}}_{t-\Delta t}, \dot {\boldsymbol {u}}_{t-\Delta t},
56+ \ddot {\boldsymbol {u}}_{t - \Delta t}, {\boldsymbol {u}}_{t - 2 \Delta t}, \dot {\boldsymbol {u}}_{t - 2 \Delta t}. ..., )
57+ %\label {I2 }
5458
55- \ddot {\boldsymbol {u}}_{t} = {\mathrm {I}}_2 ({\boldsymbol {u}}_t, {\boldsymbol {u}}_{t-\Delta t}, \dot {\boldsymbol {u}}_{t-\Delta t},
56- \ddot {\boldsymbol {u}}_{t - \Delta t}, {\boldsymbol {u}}_{t - 2 \Delta t}, \dot {\boldsymbol {u}}_{t - 2 \Delta t}. ..., )
57- %\label {I2 }
59+ These allow us to rewrite equation `fullTimeForm <#fullTimeForm >`__, in
60+ terms of a single response quantity, typically the displacement:
5861
59- These allow us to rewrite equation `fullTimeForm <#fullTimeForm >`__, in
60- terms of a single response quantity, typically the displacement:
62+ .. math ::
6163
62- .. math ::
6364
65+ \boldsymbol {r}({\boldsymbol {u}}_t) = \boldsymbol {p}_f(t) - \boldsymbol {p}_{\mathrm {i}}(\ddot {\boldsymbol {u}}_t) - \boldsymbol {p}_{\sigma }({\boldsymbol {u}}_t, \dot {\boldsymbol {u}}_t)
66+ %\label {genForm}
6467
65- \boldsymbol {r}({\boldsymbol {u}}_t) = \boldsymbol {p}_f(t) - \boldsymbol {p}_{\mathrm {i}}(\ddot {\boldsymbol {u}}_t) - \boldsymbol {p}_{\sigma }({\boldsymbol {u}}_t, \dot {\boldsymbol {u}}_t)
66- %\label {genForm}
68+ The solution of this equation is typically obtained using an iterative
69+ procedure, i.e. making an initial prediction for
70+ :math: `{\boldsymbol {u}}_{t}`, denoted :math: `{\boldsymbol {u}}_{t}^{(0 )}`
71+ a sequence of approximations :math: `{\boldsymbol {u}}_{t}^{(i)}`,
72+ :math: `i=1 ,2 , ..` is obtained which converges (we hope) to the solution
73+ :math: `{\boldsymbol {u}}_{t}`. The most frequently used iterative
74+ schemes, such as Newton-Raphson, modified Newton, and quasi Newton
75+ schemes, are based on a Taylor expansion of
76+ equation `genForm <#genForm>`__ about :math: `{\boldsymbol {u}}_{t}`:
6777
68- The solution of this equation is typically obtained using an iterative
69- procedure, i.e. making an initial prediction for
70- :math: `{\boldsymbol {u}}_{t}`, denoted :math: `{\boldsymbol {u}}_{t}^{(0 )}`
71- a sequence of approximations :math: `{\boldsymbol {u}}_{t}^{(i)}`,
72- :math: `i=1 ,2 , ..` is obtained which converges (we hope) to the solution
73- :math: `{\boldsymbol {u}}_{t}`. The most frequently used iterative
74- schemes, such as Newton-Raphson, modified Newton, and quasi Newton
75- schemes, are based on a Taylor expansion of
76- equation `genForm <#genForm>`__ about :math: `{\boldsymbol {u}}_{t}`:
78+ .. math ::
7779
78- .. math ::
80+ \boldsymbol {r}({\boldsymbol {u}}_{t}) =
81+ \boldsymbol {r}({\boldsymbol {u}}_{t}^{(i)}) +
82+ \left [ {\frac {\partial \boldsymbol {r}}{\partial {\boldsymbol {u}}_t} \vert }_{{\boldsymbol {u}}_{t}^{(i)}}\right ]
83+ \left ( {\boldsymbol {u}}_{t} - {\boldsymbol {u}}_{t}^{(i)} \right )
7984
80- \boldsymbol {r}({\boldsymbol {u}}_{t}) =
81- \boldsymbol {r}({\boldsymbol {u}}_{t}^{(i)}) +
82- \left [ {\frac {\partial \boldsymbol {r}}{\partial {\boldsymbol {u}}_t} \vert }_{{\boldsymbol {u}}_{t}^{(i)}}\right ]
83- \left ( {\boldsymbol {u}}_{t} - {\boldsymbol {u}}_{t}^{(i)} \right )
85+ .. math ::
8486
85- .. math ::
87+ \boldsymbol {r}({\boldsymbol {u}}_{t}) = \boldsymbol {p}_f (t) - \boldsymbol {p}_{\mathrm {i}} \left ( \ddot {\boldsymbol {u}}_{t}^{(i)} \right ) - \boldsymbol {p}_{\sigma } \left ( \dot {\boldsymbol {u}}_{t}^{(i)}, {\boldsymbol {u}}_{t}^{(i)} \right )- \left [
88+ \boldsymbol {M}^{(i)} {\mathrm {I}}_2 '
89+ + \boldsymbol {C}^{(i)} {\mathrm {I}}_1 '
90+ + \boldsymbol {K}^{(i)} \right ]
91+ \left ( {\boldsymbol {u}}_{t} - {\boldsymbol {u}}_{t}^{(i)} \right )
92+ %\label {femGenFormTaylor}
8693
87- \boldsymbol {r}({\boldsymbol {u}}_{t}) = \boldsymbol {p}_f (t) - \boldsymbol {p}_{\mathrm {i}} \left ( \ddot {\boldsymbol {u}}_{t}^{(i)} \right ) - \boldsymbol {p}_{\sigma } \left ( \dot {\boldsymbol {u}}_{t}^{(i)}, {\boldsymbol {u}}_{t}^{(i)} \right )- \left [
88- \boldsymbol {M}^{(i)} {\mathrm {I}}_2 '
89- + \boldsymbol {C}^{(i)} {\mathrm {I}}_1 '
90- + \boldsymbol {K}^{(i)} \right ]
91- \left ( {\boldsymbol {u}}_{t} - {\boldsymbol {u}}_{t}^{(i)} \right )
92- %\label {femGenFormTaylor}
93-
94- To start the iteration scheme, trial values for
95- :math: `{\boldsymbol {u}}_{t}`, :math: `\dot
96- {\boldsymbol {u}}_{t}` and :math: `\ddot {\boldsymbol {u}}_{t}` are
97- required. These are obtained by assuming
98- :math: `{\boldsymbol {u}}_{t}^{(0 )} = {\boldsymbol {u}}_{t-\Delta t}`. The
99- :math: `\dot {\boldsymbol {u}}_{t}^{(0 )}` and
100- :math: `\ddot {\boldsymbol {u}}_{t}^{(0 )}` can then be obtained from the
101- operators for the integration scheme.
94+ To start the iteration scheme, trial values for
95+ :math: `{\boldsymbol {u}}_{t}`, :math: `\dot
96+ {\boldsymbol {u}}_{t}` and :math: `\ddot {\boldsymbol {u}}_{t}` are
97+ required. These are obtained by assuming
98+ :math: `{\boldsymbol {u}}_{t}^{(0 )} = {\boldsymbol {u}}_{t-\Delta t}`. The
99+ :math: `\dot {\boldsymbol {u}}_{t}^{(0 )}` and
100+ :math: `\ddot {\boldsymbol {u}}_{t}^{(0 )}` can then be obtained from the
101+ operators for the integration scheme.
102102
0 commit comments