Andreas Nicolai
Andreas Nicolai
Seems to need an update: ``` /home/ghorwin/git/_webpages/schneggenport/_plugins/emoji.rb:59:in `generate': undefined method `images_path' for Emoji:Module (NoMethodError) unicode_emoji_dir = File.join(Emoji.images_path, 'emoji') ^^^^^^^^^^^^ from /home/ghorwin/gems/gems/jekyll-4.4.1/lib/jekyll/site.rb:193:in `block in generate' from /home/ghorwin/gems/gems/jekyll-4.4.1/lib/jekyll/site.rb:191:in `each' from /home/ghorwin/gems/gems/jekyll-4.4.1/lib/jekyll/site.rb:191:in `generate'...
Allow selecting of output variables to write (as filter, since currently all are written). > This is really a convenience issue and only needed in the (rare) case, that one...
Implement reading of SSP files and importing of SSP data into MasterSim project files.
Implement support for MA::SSP schematics and generate ssp-zip archive
Test-FMU 1: room model that takes ventilation load as input and provides room temperature Test-FMU 2: ventilation load calculation model; takes room temperature and enables/disables ventilation to maintain constant room...
Add support for input/output variable polynomials (i.e. for FMUs that implement Taylor-series reconstruction method). When getting variables from one FMU that supports polynomials, collect and store the derivatives as well....
For FMUs with many variables/parameters, the flat list can be quite difficult to read. Group variables by type and use html-formatting to highlight types and descriptions.
When launching MasterSim, use a graphical solver window instead of spawning a console solver (maybe make this optional). The graphical solver shall run in a separate GUI thread with a...