https://github.com/projecttorreypines/imas.jl
Physics, engineering, math and plotting on top of IMASDD.jl
https://github.com/projecttorreypines/imas.jl
Last synced: 5 months ago
JSON representation
Physics, engineering, math and plotting on top of IMASDD.jl
- Host: GitHub
- URL: https://github.com/projecttorreypines/imas.jl
- Owner: ProjectTorreyPines
- License: apache-2.0
- Created: 2021-09-11T06:38:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-21T08:33:50.000Z (5 months ago)
- Last Synced: 2026-01-21T08:39:31.276Z (5 months ago)
- Language: Julia
- Homepage: https://projecttorreypines.github.io/IMAS.jl/dev
- Size: 7.28 MB
- Stars: 6
- Watchers: 7
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Notice: NOTICE.md
Awesome Lists containing this project
README
# IMAS.jl
## Physics and math routines
IMAS.jl incorporates a comprehensive set of mathematical, physics, and engineering routines. This eliminates the need for individual packages to re-implement these routines.
## Dynamic expressions
IMAS.jl implements the dynamic expressions that ensure consistency and provides an elegant solution to the mismatching-interfaces problem, where preceding models might not furnish all the derived data needed by subsequent models. See under `IMAS/src/expressions/`.
## Plotting
IMAS.jl makes use of Julia's Plots.jl and uses multiple dispatching mechanism to provide contextual (and composable) plotting capabilities throughout the data structure.
## Online documentation
For more details, see the [online documentation](https://projecttorreypines.github.io/IMAS.jl/dev).
