HyperWorks Solvers

Example 37 - Analytical Beam

Example 37 - Analytical Beam

Previous topic Next topic No expanding text in this topic  

Example 37 - Analytical Beam

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

rad-ex-37

Summary


This example deals with the use of RADIOSS linear and nonlinear solvers. A beam submitted to a concentrated load on one extremity and fixed on the other hand is studied. This problem is well known and results can be compared with analytical solutions.

Different meshes are tested: beam, shell, thick-shell, and brick elements. For thick-shell representation, different formulations are also tested: HA8, HSEPH, and 16-node thick-shell.

Moreover, this study tests with solvers: linear and nonlinear implicit solvers, as well as nonlinear explicit solver. The linear solver is used for small displacements, whereas nonlinear can solve more problems.

The main propose of this example is to illustrate how to prepare a RADIOSS deck for linear analysis. It also demonstrates a high quality of RADIOSS finite elements to resolve linear and nonlinear problems.

 

Title

Analytical beam

ex_28_beam_table

Number

37.1

Brief Description

A cantilever beam submitted to a shear-bending is tested by RADIOSS linear and nonlinear solvers. Different kinds of RADIOSS finite elements provide results close to the analytical one.

Keywords

Linear solver
Beam, shell, thick-shell and brick elements
BATOZ, HA8 and HSEPH formulations
Dynamic relaxation and implicit solver

RADIOSS Options

Boundary conditions (/BCS)
Rigid body (/RBODY)
Concentrated load (/CLOAD)
Dynamic relaxation (/DYREL)
Implicit options (/IMPL)

Compared to / Validation Method

Analytical results

Input File

2 Bricks: <install_directory>/demos/hwsolvers/radioss/37_Analytical_Beam/Analytical_beam/2_bricks/explicit_nonlinear/POUTRE*

Linear: //.../2_bricks/implicit/Linear/.../POUTRE*
Nonlinear: //.../2_bricks/implicit/Nonlinear/.../POUTRE*

4 Bricks: <install_directory>/demos/hwsolvers/radioss/37_Analytical_Beam/Analytical_beam/4_bricks/explicit_nonlinear/POUTRE*

Linear: //.../4_bricks/implicit/linear/.../POUTRE*
Nonlinear: //.../4_bricks/implicit/nonlinear/.../POUTRE*

Beam: <install_directory>/demos/hwsolvers/radioss/37_Analytical_Beam/Analytical_beam/beam/explicit_nonlinear/POUTRE*

Linear: //.../beam/implicit/linear/.../POUTRE*
Nonlinear: //.../beam/implicit/nonlinear/.../POUTRE*

Shell: <install_directory>/demos/hwsolvers/radioss/37_Analytical_Beam/Analytical_beam/shell/explicit_nonlinear/POUTRE*

Linear: //.../shell/implicit/linear/.../POUTRE*
Nonlinear: //.../shell/implicit/nonlinear/.../POUTRE*

Thick Shell: <install_directory>/demos/hwsolvers/radioss/37_Analytical_Beam/Analytical_beam/thick_shell/explicit_nonlinear/POUTRE*

Linear: //.../thick_shell/implicit/linear/.../POUTRE*
Nonlinear: //.../thick_shell/implicit/nonlinear/.../POUTRE*

Technical / Theoretical Level

Beginner

Overview


Aim of the Problem

This study deals with two choices: finite element approach and resolution techniques.

Physical Problem Description

A simple beam is fixed on one extremity, and loaded on the other hand by concentrated load:

fig_28-1

Fig 1: Geometry of the problem.

The material behavior is linear elastic law (/MAT/LAW1) with the following properties:

Density: density = 0.0078 g/mm3
Young modulus: E = 210 000 MPa
Poisson coefficient: ratio = 0.29

Analysis Assumptions and Modeling Description


Modeling Methodology

The beam is modeled with four different kinds of mesh: beams (/BEAM), shells (/SHELL), thick-shells (/PROP/TSHELL), and bricks (/BRICK).

rad_fig_28-2

Fig 2: Different meshes.

Each formulation has particular properties (/PROP). Beam elements use the default formulation (Ismstr = 0). Furthermore, in order to satisfy Timoshenko’s beam assumptions, use the following properties:

Cross section: 100 mm2
Moment of inertia: 833.33 mm4

This conducts to a shell thickness of 10 mm, where BATOZ shell formulation is used (Ishell = 12).

For the solid mesh, the HA8 formulation (Isolid = 14) is applied. No reduced pressure integration is necessary for implicit computation, as the behavior is elastic (Icpre = 0).

For thick-shell elements (/PROP/TSHELL), several formulations are tested: HA8 (Isolid = 14), HSEPH (Isolid = 15), and 16-node thick-shell (Isolid = 16), which require a specific nodal connectivity, as shown below:

fig_28-3

Fig 3: Thick-shell element numbering

RADIOSS Options Used

The boundary conditions option (/BCS) is used to fix the beam on one extremity.

To apply the load, a rigid body is created (/RBODY), and then the beam is submitted to an increasing force (/CLOAD and /FUNCT).

When the loading is small enough, the beam behavior can be considered to be linear. The easiest way to resolve the problem is to use RADIOSS linear solver.

The implicit RADIOSS solver considers a static loading. It needs to define some parameters with the /IMPL option. Under the linear behavior assumption, RADIOSS linear solver can be used by putting /IMPL/LINEAR in the Engine file. The nonlinear implicit solver can be activated by /IMPL/NONLIN in the Engine file. To solve the equation, both methods need a numerical linear solver as direct solver MUMPS (/IMPL/SOLVER/2).

The nonlinear explicit solver can also be used. In this case, the load is considered to be applied dynamically. The dynamic relaxation technique (/DYREL) allows speed converge to the static solution by introducing a numerical damping. That implies the knowledge of the frequency to damp. To obtain the dominating period of the structure to damp, look at the kinetic energy variation in time during the first phase of run. The modal analysis solver by eigen values in RADIOSS can also be used.

Analytical solution

fig_28-4

Fig 4: Notation.

For the linear problem, the analytical solution gives:

ex37_equations

 

For nonlinear case, the Timoshenko and Gere study provides the following results [1]:

ex37_fig5

Fig 5: Timoshenko and Gere results.

Simulation Results and Conclusions


In the case of linear behavior, the numerical results are quite close to the analytical solution (error lower than 0.01% for all meshes).

ex37_fig6

Fig 6: Linear solutions.

For the nonlinear case, the results obtained by RADIOSS with explicit and implicit solvers are in good concordance with the analytical solution of Timeshenko and Gere.

ex37_fig7

Fig 7: Comparison of results.

The numerical error or the difference between the numerical results and the analytical solution can be evaluated by:

ex_28_equation2       (4)

ex37_fig8

Fig 8: Error on w/L

Here it appears that errors for the slender case (ex_28_equation3=2) are high for the explicit solver. This is mainly due to difficult convergence of the dynamic solution to the static response. High flexibility means low frequency vibrations and thus low efficiency of dynamic relaxation method. On the other hand, the implicit solver converges to the good solution. The error is remains lower than 0.5%.

Regarding the thick-shell elements, RADIOSS results are quite close to the analytical solution. The error remains always less than 0.5%.

ex37_fig9

Fig 9: Thick-shell solutions.

fig_28-10

Fig 10: Error for thick-shell formulations.

A schematic deformation mode for each case of mesh is shown in the following figures.

fig_28-11

Fig 11: Beam animation

fig_28-12

Fig 12: Shell animation.

fig_28-13

Fig 13: Shell 16 animation.

fig_28-14

Fig 14: Brick animation

Reference

[1] S.P. Timoshenko, J.M. Gere, "Mechanics of materials", D. Van Nostrand Co, 1972