Demo workflows#
These workflow templates are included in MatFlow as demonstrations. You can copy a demo workflow template to somewhere accessible using the CLI like this:
matflow demo-workflow copy WORKFLOW_NAME DESTINATION
where WORKFLOW_NAME is the name of one of the demo workflows, and DESTINATION is the
target copy location, which can be a directory (e.g. "." for the current
working directory, or a full file path).
In the Python API, we can copy a demo workflow template file like this:
import matflow as mf
mf.copy_demo_workflow(name, dst)
tension_DAMASK_Al#
A simple crystal plasticity simulation using DAMASK. A volume element is loading uniaxially.
tension_DAMASK_Al.yaml