Code_Aster Study Ax¶
Daniel Weschke
October 22, 2018
List of Symbols¶
\(A\) |
mm² |
Cross-section |
\(E\) |
MPa |
Young’s modulus |
\(F\) |
N |
Force |
\(h\) |
mm |
Height |
\(L\) |
mm |
Length |
\(t\) |
mm |
Thickness |
\(u\) |
mm |
Displacement |
\(\varepsilon_{x}\) |
Normal strain |
|
\(\sigma_{xx}\) |
MPa |
Normal stress |
1 Objective¶
Displacement \(u(x)\)
Stresses \(\sigma_{xx}(x)\)
2 Geometry & Mesh¶
Geometry.
\(L = \units[1000]{mm}\)
\(t = \units[10]{mm}\)
\(h(x) = (h(L)-h(0))/L \, x + h(0)\)
\(h(0) = \units[100]{mm}\)
\(h(L) = \units[10]{mm}\)
\(h(x) = (-0.09x + 100) \units{mm}\)
\(A = h \, t\)
\(A(0) = \units[1000]{mm^2}\)
\(A(L) = \units[100]{mm^2}\)
\(A(x) = (-0.9x + 1000) \units{mm^2}\)
3 Material¶
\(E = \units[3\times10^4]{MPa}\)
4 Boundary Conditions and Loads¶
Boundary conditions.
\(F = \units[2\times10^4]{N}\)
5 Results¶
5.1 Analytic¶
Displacement
Kinematics
Constitutive equation
Mechanical equilibrium
Displacement
With the integration rule
we can integrate by re-writing the function as (because the derivative of the denominator is -0.9)
For the constant of integration we look the known value \(u(0)=0\)
Displacement
HEXA8 displacement u along the bar.
HEXA20 displacement u along the bar.
HEXA27 displacement u along the bar.
QUAD4 displacement u along the bar.
QUAD8 displacement u along the bar.
QUAD9 displacement u along the bar.
Comparison of displacement regarding # of elements.
Comparison of displacement regarding dofs.
Error of displacement regarding dofs.
Displacement at the tip \(u(1000) = \units[1.705618587402996]{mm}\).
\(\sigma(0) = \units[20]{MPa}\)
\(\sigma(1000) = \units[200]{MPa}\)