MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
foamAging.py
Go to the documentation of this file.
1 
31 
32 
52 
53 import os
54 from modena.Strategy import BackwardMappingScriptTask
55 
56 
60 m = BackwardMappingScriptTask(
61  script = os.path.dirname(os.path.abspath(__file__))+'/src/degas' +
62  ' && cp *.dat ../results/foamAging/' +
63  ' && cp *.out ../results/foamAging/'
64 )