https://github.com/jfriedlein/numerical_examples_in_ls-dyna
A collection of different numerical examples in LS-Dyna. Besides the geometry and mesh, the keyword files also apply the boundary conditions.
https://github.com/jfriedlein/numerical_examples_in_ls-dyna
examples keyword-files ls-dyna numerical-modeling numerical-modelling plate-with-a-hole tensile-specimen
Last synced: 5 months ago
JSON representation
A collection of different numerical examples in LS-Dyna. Besides the geometry and mesh, the keyword files also apply the boundary conditions.
- Host: GitHub
- URL: https://github.com/jfriedlein/numerical_examples_in_ls-dyna
- Owner: jfriedlein
- Created: 2020-06-10T08:23:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T14:29:01.000Z (almost 6 years ago)
- Last Synced: 2025-10-10T20:37:27.993Z (10 months ago)
- Topics: examples, keyword-files, ls-dyna, numerical-modeling, numerical-modelling, plate-with-a-hole, tensile-specimen
- Homepage:
- Size: 1.78 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numerical_examples_in_LS-Dyna
A collection of different numerical examples in LS-Dyna. Besides the geometry and mesh, the keyword files also apply the boundary conditions and define the load curve.
The `main.k` file is the center and contains the solver, output settings etc. The numerical examples are designed to be interchangable, so you can test your material models and settings in main.k for different numerical examples, simply by switching between them in the main-file.
## Meshing
Tied interfaces can be used to achieve different meshes in different parts of the grid. Split the body into multiple parts, mesh each part as fine as you need and then use the tied contact to glue them back together (see chapter 29.9 of LS-Dyna theory manual). Just be aware that you typically need a *PART keyword for each of the parts (@todo is there a workaround for this?)
## Issues:
* main.k is not automatially updated (hardcopy from actual directory)
DOCUMENTATION !!!!
## ToDos:
* maybe add small GUI to select the desired numEx