The De-la-mo website can be found at http://thermal.cnde.iastate.edu/de-la-mo.xhtml
On-line documentation and installation instructions are located at http://thermal.cnde.iastate.edu/de-la-mo/index.html
De-La-Mo is Copyright (C) 2016-2018 Iowa State University Research Foundation, Inc. It is published under the Apache 2.0 license. See the LICENSE.txt file for details
doc/
: Contains documentation source codescripts/
: Contains Python helper scripts for building De-la-mo modelsdelamo/
: Contains the python package delamoexamples/
: Contains example python scripts which demonstrate how to use delamoexamples/data/
: Contains data files used in the example scriptsautofiber/
: The AutoFiber python package. Which contains a module of advanced functions for optimizing composite fiber layups based on geodesic paths and strain energy minimization.
- Acquire requirements listed at http://thermal.cnde.iastate.edu/de-la-mo.xhtml
- python setup.py build
- python setup.py install
Each of the Python scripts in the examples/
directory can be run directly
from a Python interpreter. This will create a subdirectory with the
_output
suffix containing the generated CAD model (.step
file) and
generated Python script for ABAQUS (.py
file). Run the generated .py
file
inside ABAQUS/CAE to perform the desired analysis.
The delamo_process
utility (in the scripts/
directory) can be used as a
helper to assist in running De-la-mo scripts. It is especially helpful
for multi-step processes such as automated damage insertion.