Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvaverka/modeling-and-simulation-principles
Notes from Principles of Object-Oriented Modeling and Simulation with Modelica 3.3
https://github.com/jvaverka/modeling-and-simulation-principles
modeling-and-simulation
Last synced: 24 days ago
JSON representation
Notes from Principles of Object-Oriented Modeling and Simulation with Modelica 3.3
- Host: GitHub
- URL: https://github.com/jvaverka/modeling-and-simulation-principles
- Owner: jvaverka
- License: mit
- Created: 2023-08-02T16:12:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-28T12:13:22.000Z (about 1 year ago)
- Last Synced: 2024-03-19T08:10:32.319Z (8 months ago)
- Topics: modeling-and-simulation
- Language: Jupyter Notebook
- Homepage: https://jvaverka.github.io/modeling-and-simulation-principles/
- Size: 700 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ModelSimBook
> Notes from the textbook _Principles of Object-Oriented Modeling and Simulation
> with Modelica 3.3_ by Peter Fritzson.## Workflow
1. Start JupyterLab
1. Modify notes as Jupyter Notebooks
1. Modify `books/chapters` section in `_quarto.yml` to reflect changes
1. Commit changes to GitHub
1. Publish changes with `quarto publish gh-pages`## Setup
- [Quarto](https://quarto.org/docs/get-started/) v1.3.x is required
[for newer Julia kernels](https://github.com/quarto-dev/quarto-cli/issues/2539)
- Install [JupyterLab](https://jupyter.org/install)
- Run `install_julia_kernel.jl` with Julia v1.9 to build the kernel### Experimental
- Run `install_fast_kernel.jl` with Julia v1.9 to build a kernel with a precompiled
system image
- Run `install_jupyter_lab.jl` with Julia v1.9 to install JupyterLab via `Conda.jl`