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

Backward mapping Firetask for Bubble growth model. More...

Variables

 m
 Bubble Growth Application Recipe. More...
 

Detailed Description

Backward mapping Firetask for Bubble growth model.

Author
Pavel Ferkl

Bubble growth 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

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

Bubble Growth Application Recipe.

Runs the detailed model and saves the results.

Definition at line 59 of file bubbleGrowth.py.

Referenced by createSeeds(), Determinant(), makeEdgeStruts(), and makeNodeStruts().