m-kormann
m-kormann
The current implementation of the friction models require the velocity to be selected as state. This is not the case for all model configurations (e. g. a MultiBody crankshaft connected...
Component models to implement compound excitation already existed and just had to be combined in the right way. To allow modeling of a self-exciting DC generator, additionally I introduced saturation...
Industrial I/O ([https://wiki.analog.com/software/linux/docs/iio/iio](https://wiki.analog.com/software/linux/docs/iio/iio)) is a protocol to communicate with integrated devices. This implementation allows to read sensor data from IIO devices locally or over network. ## Summary by CodeRabbit -...
During development of our Modelica libraries, we centralize commonly used models and interfaces in the "DymolaModels" library, which is shipped with Dymola. Some of these models are so common that...
``` Traceback (most recent call last): File "/home/max/Desktop/dist/.venv/lib/python3.11/site-packages/fmpy/util.py", line 1058, in create_zip_archive base_path = os.path.normpath(source_dir) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 391, in normpath TypeError: expected str, bytes or os.PathLike object, not...