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

Backward mapping Firetask for Wall drainage model. More...

Variables

 m_simulation
 Wall drainage application recipe. More...
 

Detailed Description

Backward mapping Firetask for Wall drainage model.

Author
Pavel Ferkl

Wall drainage 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_simulation

wallDrainage.wallDrainage.m_simulation
Initial value:
1 = Strategy.BackwardMappingScriptTask(
2  script=os.path.dirname(os.path.abspath(__file__))+'/wallDrainage'
3  + ' && cp filmthickness.csv ../results/wallDrainage/'
4  + ' && cp results_1d.csv ../results/wallDrainage/'
5 )

Wall drainage application recipe.

Runs the detailed model and saves the results.

Definition at line 59 of file wallDrainage.py.