top of page

Transient Analysis

Problem Description

Transient analysis of a cantilever beam having uniform cross section is performed to calculate the dynamic response from time varying load.

1.jpg

Geometry

A cantilever beam of length 1m , having rectangular cross section is studied.

13.JPG

Mesh Generation

We model the beam using  2D plane stress quadrilateral element.

14.JPG

Import Mesh

Now import the mesh file saved in file 2DPlaneBeam.m which is exported from GMSH.

19.JPG

Define Analysis Settings

Select type of analysis as transient and using the analysis settings dialog box , define load steps and sub steps for the analysis.

15.JPG

Analysis Settings > Define Load Steps

Load steps is used to define loading conditions for time varying loads. We can also specify Rayleigh damping coefficients to include damping. Newmark time integration is used as solver.

10.JPG
12.JPG
2.jpg

Define Material Properties

Select material of beam from material editor. We can also add new materials from the editor.

11.JPG

Define Element Properties

We define the behavior of 2D 4 node quadrilateral elements as plane stress.

12.jpg
13.JPG
  • Now we define the formulation of quadrilateral elements as Enhanced Assumed Strain

  • Select the stiffness and mass matrix integration rule as 2x2.

  • Specify the thickness as 40 mm.

3.JPG

Apply Boundary Conditions

The beam is fixed at its left end using boundary ID 4.

16.JPG
5.JPG

Apply Loads

  • Time varying load is applied at the corner of the beam at node Id 3.

  • We apply load of 500 N for time step 1 and 2 then force is reduced to zero.

  • After applying the force we can cross check the FORCES array in the Scilab console to check the applied load.

12.JPG
6.jpg
17.jpg
18.JPG

Solve

Start solver to solve the model. Due to large no.of time steps , the solving time of the analysis will be higher.

19.JPG

Post Process Results

Using the post processor tab, we can plot the required results.

20.JPG
9.JPG

Using the post processor tab, we can plot the graph of any result quantity to study the dynamic response. To change the plot, select the type of results from results dropdown box. 

21.JPG
dynamic response of tip of cantilever beam

Summary

In this tutorial we have prepared the geometry and the mesh in GMSH. The mesh is then imported in SCIFESOL to perform linear transient analysis. Damping is not included in the analysis , hence the dynamic response of the beam is similar to response of undamped spring mass system.

tip displacement of beam due to dynamic load

Watch video tutorial

note:Script file for above analysis is available in the SCIFESOL package. 

bottom of page