Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

ModiaSim/ModiaLang.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ INFO: This repository is deprecated

Do no longer use this repository. Use instead Modia.jl. For more details, see Modia 0.8.0 release notes and ModiaSim.

ModiaLang.jl

The MIT License

ModiaLang is part of ModiaSim.

ModiaLang is usually used via Modia.

ModiaLang provides the core equation-based language of Modia, transformation of a model to ODE form dx/dt = f(x,t) and a thin interface to DifferentialEquations.

Installation

Typically, a user installs Modia and does not need to install ModiaLang separately.

If needed, ModiaLang is installed with (Julia >= 1.5 is required):

julia> ]add ModiaLang

Main Developers

License: MIT (expat)