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)

fit_yield_funcs#

A workflow to fit yield functions to crystal plasticity simulations.

tension_DAMASK_Al#

A simple crystal plasticity simulation using DAMASK. A volume element is loading uniaxially.