Map Fibre Orientation to LS-DYNA FE Model

Map Fibre Orientation to LS-DYNA FE Model
226 Downloads
Updated 7 Jul 2017

View License

Script to open orientation tensor data output from Moldflow or an experimental measurement and map to an LS-DYNA model
1) Use the same coordinate system (not necessarily the same geometry) for the process and structural models.
2) This script can create one material model per element of the LS-DYNA model.
3) Highly recommended to simplify the LS-DYNA model to only a mesh of just the part (or region of a part) of interest for this application. A mixture of shell and solid elements in the part used with this script will likely cause problems.
4) Linear elastic only.
5) V1 features:
Micromechanics models: Halpin-Tsai, GSC, Mori-Tanaka
Closure approximations: 1) Linear 3D, 2) Linear 2D, 3) Quadratic, 4) Hybrid 3D, 5) Hybrid 2D, 6) Orthotropic smooth, 7) Orthotropic fitted, 8) Natural 2D, 9) ORW (Orthotropic - wide range of interaction coefficients)
LS-DYNA elements: Hexahedrons only (no collapsed hexahedrons = pentahedrons)
Moldflow: Tetrahedrons only (no other option, as of the time this script was written, for a Moldflow model employing solid elements)
6) Features to be added:
Non-linear stress-strain characteristics and/or failure
Support for tetrahedron and shell elements in LS-DYNA
Support for orientation prediction of Moldex
The material reference frame in the LS-DYNA model is currently fixed.
Ideally, the solver would automatically convert the material properties currently computed in the global reference frame to the local material reference frame (defined using the nodes of each element). If an element undergoes significant rotations, V1 of this script will not accurately predict material characteristics.

Cite As

Matthew Bondy (2024). Map Fibre Orientation to LS-DYNA FE Model (https://www.mathworks.com/matlabcentral/fileexchange/58020-map-fibre-orientation-to-ls-dyna-fe-model), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2014a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.0.0

V1.03: Added a number of closure approximations

1.2.0.0

Added capability to include a fibre length distribution and to output the stiffness tensor in a given reference frame. The latter capability is not implemented for the LS-DYNA output (next version will use this code with element reference frames).

1.1.0.0

V1 to V1.01: Fixed an error in the output of the LS-DYNA model.

1.0.0.0

Updated description. Files not updated.