Simframe
Framework for scientific simulations
Simframe
is a Python framework to facilitate scientific simulations. The scope of the software is to provide a framework which can hold data fields, which can be used to integrate differential equations, and which can read and write data files.
Data fields are stored in modified numpy.ndarray
s. Therefore, Simframe
can only work with data, that can be stored in NumPy
arrays.
Installation
pip install simframe
Documentation
https://simframe.readthedocs.io/
Ackowledgements
simframe
has received funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation programme under grant agreement No 714769.
simframe
was developed at the University Observatory of the Ludwig Maximilian University of Munich.