@@ -32,11 +32,15 @@ From D-Sheet Piling, the following soil properties are given for the clay and sa
3232
3333From D-Sheet Piling, the permeability is given as ** hydraulic conductivity** for both soils:
3434
35- $$ K = 1.0 \times 10^{-4},\mathrm{m}/\mathrm{s} $$
35+ ``` math
36+ K = 1.0 \times 10^{-4}\ \mathrm{m}/\mathrm{s}
37+ ```
3638
3739Kratos requires ** intrinsic permeability** :
3840
39- $$ k ,[\mathrm{m}^2] $$
41+ ``` math
42+ k\ [\mathrm{m}^2]
43+ ```
4044
4145The relation between hydraulic conductivity and intrinsic permeability is:
4246
@@ -51,21 +55,31 @@ where:
5155
5256The adopted values are:
5357
54- $$ \mu = 1.0 \times 10^{-3} ,\mathrm{Pa}\cdot\mathrm{s} $$
58+ ``` math
59+ \mu = 1.0 \times 10^{-3}\ \mathrm{Pa}\cdot\mathrm{s}
60+ ```
5561
56- $$ \rho_{\mathrm{w}} = 1019.37,\mathrm{kg}/\mathrm{m}^3 $$
62+ ``` math
63+ \rho_{\mathrm{w}} = 1019.37\ \mathrm{kg}/\mathrm{m}^3
64+ ```
5765
58- $$ g = 9.81 ,\mathrm{m}/\mathrm{s}^2 $$
66+ ``` math
67+ g = 9.81\ \mathrm{m}/\mathrm{s}^2
68+ ```
5969
6070Substituting:
6171
6272$$ k = \frac{1.0 \times 10^{-4} \cdot 1.0 \times 10^{-3}}{1019.37 \cdot 9.81} $$
6373
64- $$ k = 9.999 \times 10^{-12} ,\mathrm{m}^2 $$
74+ ``` math
75+ k = 9.999 \times 10^{-12}\ \mathrm{m}^2
76+ ```
6577
6678This is rounded to:
6779
68- $$ k \approx 1.0 \times 10^{-11},\mathrm{m}^2 $$
80+ ``` math
81+ k \approx 1.0 \times 10^{-11}\ \mathrm{m}^2
82+ ```
6983
7084
7185### Final values
@@ -241,17 +255,25 @@ These values are apparently based on the **D-Sheet Piling** section properties f
241255
242256The Young’s modulus of steel sheet piles is generally considered to be 200 GPa. This is the standard modulus of elasticity for structural steel. Therefore, the reference Young's modulus is taken as:
243257
244- $$ E_{\mathrm{steel}} = 2.10 \times 10^{11},\mathrm{Pa} $$
258+ ``` math
259+ E_{\mathrm{steel}} = 2.10 \times 10^{11}\ \mathrm{Pa}
260+ ```
245261
246262The section area is converted as:
247263
248- $$ A = 198,\mathrm{cm}^2 = 198 \times 10^{-4} = 0.0198,\mathrm{m}^2 $$
264+ ``` math
265+ A = 198\ \mathrm{cm}^2 = 198 \times 10^{-4} = 0.0198\ \mathrm{m}^2
266+ ```
249267
250268The bending stiffness is converted as:
251269
252- $$ EI = 8.40000 \times 10^4 ,\mathrm{kN,m}^2/\mathrm{m} $$
270+ ``` math
271+ EI = 8.40000 \times 10^4\ \mathrm{kNm}^2/\mathrm{m}
272+ ```
253273
254- $$ EI = 8.40000 \times 10^4 \times 10^3 = 8.40 \times 10^7 ,\mathrm{N,m}^2 $$
274+ ``` math
275+ EI = 8.40000 \times 10^4 \times 10^3 = 8.40 \times 10^7\ \mathrm{Nm}^2
276+ ```
255277
256278The equivalent second moment of area is:
257279
@@ -261,7 +283,9 @@ Substituting:
261283
262284$$ I = \frac{8.40 \times 10^7}{2.10 \times 10^{11}} $$
263285
264- $$ I = 4.00 \times 10^{-4} ,\mathrm{m}^4 $$
286+ ``` math
287+ I = 4.00 \times 10^{-4}\ \mathrm{m}^4
288+ ```
265289
266290### Adopted Kratos beam representation
267291
@@ -317,9 +341,13 @@ where:
317341
318342Converting the D-Sheet translational stiffness to SI units:
319343
320- $$ k = 1.00000 \times 10^4 ,\mathrm{kN}/\mathrm{m} $$
344+ ``` math
345+ k = 1.00000 \times 10^4\ \mathrm{kN}/\mathrm{m}
346+ ```
321347
322- $$ k = 1.00000 \times 10^4 \times 10^3 = 1.0 \times 10^7,\mathrm{N}/\mathrm{m} $$
348+ ``` math
349+ k = 1.00000 \times 10^4 \times 10^3 = 1.0 \times 10^7\ \mathrm{N}/\mathrm{m}
350+ ```
323351
324352### Adopted Kratos anchor representation
325353
@@ -333,7 +361,9 @@ Substituting the current Kratos values:
333361
334362$$ EA = 4.0 \times 10^{11} \cdot 1.0 \times 10^{-3} $$
335363
336- $$ EA = 4.0 \times 10^8 ,\mathrm{N} $$
364+ ``` math
365+ EA = 4.0 \times 10^8\ \mathrm{N}
366+ ```
337367
338368### Final values
339369
@@ -427,8 +457,3 @@ The model in the `without_excavation` directory is defined in a way that the str
427457- Deactivate the master-slave constraints, the interface elements will represent the discontinuity in the displacement at the diaphragm wall location.
428458- Apply a surface load to a part of the top of the soil on the right-hand side.
429459- Activate the anchor.
430-
431-
432-
433-
434-
0 commit comments