A test implementing capabilities of the TRANSFORM Modelica Library in the Julia language. This tests the Modia approach and the ModelingToolkit approach.
- Clone repository
- Install VSCode
- Once installed, go to
Extensions
and Install the officialJulia
extension.
- Once installed, go to
- Install Julia
- In the Julia terminal, run:
import Pkg; Pkg.add("ModelingToolkit"), Pkg.add("OrdinaryDiffEq"); Pkg.add("PhysicalConstants"); Pkg.add("Plots");Pkg.add("Measurements"); Pkg.add("Modia"); Pkg.add("ModiaResult"); Pkg.add("Unitful")
- In the Julia terminal, run: