id	author	title	date	pages	extension	mime	words	sentence	flesch	summary	cache	txt
app01-6397	Šulc, Stanislav; Šmilauer, Vít; Patzák, Bořek	MUPIF WORKFLOW EDITOR AND AUTOMATIC CODE GENERATOR	2020	5	.pdf	application/pdf	2129	134	56	A simplified Python code of a simulation with two models can look like this: tm = thermal_model() mm = mechanical_model() tm.initialize(’input_t.in’, ...) mm.initialize(’input_m.in’, ...) while time<targetTime: tm.solveStep(...) tf = tm.get(...) mm.set(tf) mm.solveStep(...) ... tm.terminate() mm.terminate() 2. MuPIF workflow generator The concept of MuPIF, especially the unified struc- ture of the APIs allows us to automate generation of the computational steering code when the simulation 107 https://doi.org/10.14311/APP.2020.26.0107 https://ojs.cvut.cz/ojs/index.php/app S. Šulc, V. Šmilauer, B. Patzák Acta Polytechnica CTU Proceedings Figure 1. Each model is covered in a Python API derived from MuPIF class Model, which has the following functions: __init__() # Creates an instance of the class Model.	cache/app01-6397.pdf	txt/app01-6397.txt
