Skip to content
This repository was archived by the owner on Nov 15, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Running the example workflows

You can run any of the example workflows by calling matflow go /path/to/profile.yml. The workflow profile file does not need to be in the current working directory.

For example, you could generate a new directory in your home area for testing and run the demo RVE extrusion workflow which uses DefDAP:

  1. mkdir ~/matflow-workflows
  2. cd ~/matflow-workflows
  3. matflow go /mnt/eps01-rds/jf01-home01/shared/matflow/workflows/DefDAP/RVE_extrusion.yml

Note that in general we should not run computationally- or storage-expensive simulations in our home areas (~/.).

If you wish to play around with a profile file, copy it from the shared area into your own directory.