Compression: Mesh Convergence

Compression: Mesh Convergence#

Simulation#

The rectangle model is simple demonstration for how to exercise the capabilities of a WAVES workflow [2]. It is a single 2D square, plane-stress element oriented in the 1-2 plane consisting of a mock, linear-elastic material model, simple boundary conditions, and applied uniaxial compression. The simulation preparation and solve are conducted in Abaqus [3].

_images/rectangle_schematic.png

Simulation schematic#

The rectangle model is comprised of a single 2D square part with nominal dimensions 1mm x 1mm, but which can be parameterized by width and height by the journal file: modsim_package.abaqus.rectangle_geometry.

The bottom left node of the geometry is restricted in all six translational/rotational degrees of freedom using an encastre boundary condition. The bottom edge uses a roller boundary condition, with no translation in the 2 direction, but is free to move in the 1 direction.

Loading is prescribed as a uniaxial displacement of the top edge of the part in the negative 2 direction (compression), with a nominal displacement of -0.01 mm, which can be parameterized in the workflow.

A continuum plain stress (CPS4) element type is used for the rectangle model. The mesh convergence study varies the mesh seed size through the global_seed parameter used by modsim_package.abaqus.rectangle_mesh. The mesh convergence study includes four seed sizes in the table below.

Mesh convergence parameters#

Parameter Set

global seed \([mm]\)

0

1.0

1

0.5

2

0.25

3

0.125

A mock material definition was developed using the following parameters in the mmNsK unit system:

Material Parameters#

Parameter name

Value

Units

Density

2.7E-09

\([Mg/mm^3]\)

Elastic Modulus

100

\([MPa]\)

Poisson’s Ratio

0.3

\([-]\)

Specific Heat

8.96E08

\([mJ/(MgK)]\)

Conductivity

132

\([mW/(mmK)]\)

Thermal Expansion

23.58E-6

\([1/K]\)

Theory#

For an isotropic, homogeneous solid under plane stress conditions at constant temperature, as assumed in the simulation problem description, the constitutive model for stress and strain is given by the equations [4]

\[\sigma_{33} = \sigma_{23} = \sigma_{13} = 0\]
\[ \begin{align}\begin{aligned}\sigma_{11} = \frac{E}{1 - \nu^{2}} \left ( \epsilon_{11} + \nu\epsilon_{22} \right )\\\sigma_{22} = \frac{E}{1 - \nu^{2}} \left ( \epsilon_{22} + \nu\epsilon_{11} \right )\end{aligned}\end{align} \]

In the case of unconstrained transverse expansion, the transverse stress \(\sigma_{11}\) is zero and the theoretical expected stress in the direction of the applied displacement, \(\sigma_{22}\) is given by

\[\sigma_{22} = E \epsilon_{22}\]

With the material parameters from the Material Parameters Table and an applied strain of

\[\epsilon_{22} = \delta / L = -0.01 mm / 1.0 mm = -0.01 mm/mm\]

where \(L\) is the nominal starting height and \(\delta\) is the change in height, the expected stress for this simulation is

\[\sigma_{22} = E \epsilon_{22} = \left ( 100 MPa \right ) \left ( -0.01 mm/mm \right ) = -1 MPa\]

Results#

_images/mesh_convergence_stress.png

Stress mesh convergence#

Conclusions#

As expected from the simple loading and boundary conditions, the mesh convergence study shows that the quantity of interest (QoI), stress in the loading direction, converges with a rectangle. This verifies that the parameterized implementation of the load and boundary conditions correctly handles the mesh density and provides confidence in the simulation journal files for applications to future parameter studies of material properties and load.

Future Work#

Future work will apply more complex material models and a template sensitivity study between a more realistic QoI, structural strength, and the parameterized geometry, and material parameters. Following a sensitivity study, uncertainty propagation (UP) may be performed with representative bounds on input uncertainty, which will be stand in templates for known experimental measurement uncertain on the input parameters.