MoDeNa  1.0
Software framework facilitating sequential multi-scale modelling
foamAging.foamAging Namespace Reference

Backward mapping Firetask for Foam aging model. More...

Variables

 m
 Foam Aging Application Recipe. More...
 

Detailed Description

Backward mapping Firetask for Foam aging model.

Author
Pavel Ferkl

Foam aging python module

Contains a FireTask, which runs the detailed model and copies the results into the results folder. The relative path and name of the detailed model executable are hard coded. The FireTask is BackwardMapping, which means that if one of the lower scale backward mapping models will get out of validity range that model will be re-fitted to larger range and the detailed model will be re-run. This is repeated until the detailed model succesfully finishes (or possibly crashes for other reason, in which case an error is printed out).

Variable Documentation

◆ m

foamAging.foamAging.m
Initial value:
1 = BackwardMappingScriptTask(
2  script = os.path.dirname(os.path.abspath(__file__))+'/src/degas' +
3  ' && cp *.dat ../results/foamAging/' +
4  ' && cp *.out ../results/foamAging/'
5 )

Foam Aging Application Recipe.

Runs the detailed model and saves the results.

Definition at line 59 of file foamAging.py.