User Tools

Site Tools


start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start [2023/01/30 11:57] – [Acknowledgements] bpstart [2023/04/27 23:10] (current) bp
Line 1: Line 1:
 {{ :wiki:images:mupif-logo.png?100|}} {{ :wiki:images:mupif-logo.png?100|}}
 +{{keywords> Open Simulation Platform, Digital twin, Interoperability, Modelling, Simulations, Workflows}}
 ====== MuPIF ====== ====== MuPIF ======
  
-MuPIF is open-source, modular, object-oriented integration platform allowing to create complex, distributed, multiphysics simulation workflows across the scales and processing chains by combining existing simulation tools. MuPIF is written in Python 3.5 and is independent on operating system.+MuPIF is open-source, modular, object-oriented integration platform allowing to create complex, distributed, multiphysics simulation workflows across the scales and processing chains by combining existing simulation tools. Platform comes with data management system allowing to build digital twin representations of physical systems 
  
 MuPIF utilizes an object-oriented approach, with abstract classes defining standardized interfaces introduced to represent simulation models and data types.  MuPIF utilizes an object-oriented approach, with abstract classes defining standardized interfaces introduced to represent simulation models and data types. 
Line 17: Line 17:
 The simulation workflows are implemented as Python scripts built on top of MuPIF. The graphical workflow editor is available to make the workflow implementation more accessible and convenient. The simulation workflows are implemented as Python scripts built on top of MuPIF. The graphical workflow editor is available to make the workflow implementation more accessible and convenient.
  
-MuPIF comes with a Data Management System (DMS) called MuPIFDB. The DMS is used to track integrated simulation workflows, their executions including execution inputs and outputs. It also provides a generic Digital Twin model, which is based on the user-defined Entity Data Model (EDM). The EDM identifies the individual entities, their attributes and relations between them. The EDM is defined using JSON schema, and the DMS structure is generated from this schema. When designing the EDM, one should introduce Entities and their States, following the EMMO Reductionistic perspective. The EDM allows to map State attributes to simulation workflow inputs (determining the initial conditions) and simulation workflow outputs can be mapped to new State representing updated configuration(s). The EDM can thus be regarded as hypergraph, where nodes represent entity states and edges representing processes.+MuPIF comes with a Data Management System (DMS) called MuPIFDB. The DMS is used to track integrated simulation workflows, their executions including execution inputs and outputs. It also provides a generic Digital Twin model, which is based on Entity Data Model (EDM). The EDM identifies the individual entities, their attributes and relations between them. The EDM is defined using JSON schema, and the DMS structure is generated from this schema. The EDM allows to map entity attributes to simulation workflow inputs (determining the initial conditions) and simulation workflow outputs can be mapped to newly cloned entities representing updated configuration(s). The EDM can be regarded as hypergraph, where nodes represent entity states and edges representing processes.
  
 +MuPIF is written in Python 3.5 and is independent on operating system.
  
 ==== MuPIF highlights ====  ==== MuPIF highlights ==== 
Line 33: Line 34:
   * The Musicode project MuPIF training video recording is available on YouTube: [[https://youtu.be/oaN78pB8vxw | Musicode MuPIF training]].   * The Musicode project MuPIF training video recording is available on YouTube: [[https://youtu.be/oaN78pB8vxw | Musicode MuPIF training]].
   * The mupif/jupyter-demos repository on GitHub contains   * The mupif/jupyter-demos repository on GitHub contains
-      * [[https://github.com/mupif/jupyter-demos/blob/main/Introduction/index.ipynb | MuPIF Tutorial for beginners]] +      * [[https://github.com/mupif/jupyter-demos/blob/main/Introduction/index.ipynb | MuPIF Tutorial for beginners]] 
-      * [[https://github.com/mupif/jupyter-demos/blob/main/API-development/index.ipynb | A model API development tutorial]]+      * [[https://github.com/mupif/jupyter-demos/blob/main/API-development/index.ipynb | MuPIF Model API development tutorial]]
   * Online [[https://mupif.readthedocs.io/en/latest/#|User manual]] and [[https://mupif.readthedocs.io/en/latest/ref.html|Reference manual]]   * Online [[https://mupif.readthedocs.io/en/latest/#|User manual]] and [[https://mupif.readthedocs.io/en/latest/ref.html|Reference manual]]
   * [[https://github.com/mupif/mupif.git| MuPIF github repository]]   * [[https://github.com/mupif/mupif.git| MuPIF github repository]]
Line 108: Line 109:
 <WRAP centeralign> <WRAP centeralign>
 Access counter: <html> Access counter: <html>
-<!-- Histats.com  START (html only)--> +<!-- Histats.com  (div with counter) --><div id="histats_counter"></div> 
-<a href="/" alt="page hit counter" target="_blank" > +<!-- Histats.com  START  (aync)--> 
-<embed src="//s10.histats.com/2049.swf"  flashvars="jver=1&acsid=4736986&domi=4"  quality="high width="280" height="25" name="2049.swf"  align="middle" type="application/x-shockwave-flash" pluginspage="//www.macromedia.com/go/getflashplayerwmode="transparent/></a> +<script type="text/javascript">var _Hasync_Hasync|| []; 
-<img  src="//sstatic1.histats.com/0.gif?4736986&101" alt="free website stats program" border="0">+_Hasync.push(['Histats.start', '1,4736990,4,2049,280,25,00001010']); 
 +_Hasync.push(['Histats.fasi', '1']); 
 +_Hasync.push(['Histats.track_hits', '']); 
 +(function() { 
 +var hs document.createElement('script'); hs.type = 'text/javascript'; hs.async true; 
 +hs.src = ('//s10.histats.com/js15_as.js'); 
 +(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(hs); 
 +})();</script> 
 +<noscript><a href="/" target="_blank"><img  src="//sstatic1.histats.com/0.gif?4736990&101" alt="free counter" border="0"></a></noscript>
 <!-- Histats.com  END  --> <!-- Histats.com  END  -->
-</html> (Since May2021)+</html> (Since February2023)
 </WRAP> </WRAP>
  
  
start.1675076235.txt.gz · Last modified: 2023/01/30 11:57 by bp