An open API service indexing awesome lists of open source software.

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

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).

![Docs](https://github.com/ProjectTorreyPines/IMAS.jl/actions/workflows/make_docs.yml/badge.svg)