FEM Shear of a Composite Block

From FreeCAD Documentation
Revision as of 20:31, 29 January 2018 by HarryvL (talk | contribs)
Tutorial
Topic
Finite Element Analysis
Level
Beginner
Time to complete
10 minutes
Authors
HarryvL
FreeCAD version
0.17.12960 or above
Example files
See also
None

Introduction

In this tutorial we analyze the shear deformation of a composite block consisting of a stiff core embedded in a soft matrix. It demonstrates the use of BooleanFragments and CompoundFilter to create solids for the block and the matrix from two concentric cubes. This work-flow ensures that separate MeshRegions, Materials and Boundary Conditions can be defined for the block and the surrounding matrix. The CalculiX results clearly show the effect of the stiff core on the response of the composite block.

Geometry

First we create two concentric cubes, one size 10mm and the other size 5mm. This is done in the workbench "Part". By default the cube is placed at the origin [0, 0, 0], so the smaller cube needs to be scaled down and shifted by changing the settings in the Data tab of the property panel. To make the core visible, the Transparency of the outer block is set to 50 in the View tab of the property panel. The result is shown in Figure 1.


Mesh and Mesh Regions

Material Assignment

Shear Forces

Sliding Support

Fixed Nodes

CalculiX Results

Under Development