/TRANSFORM-Julia

Exploring the ability to migrate TRANSFORM to Julia.

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

TRANSFORM-Julia

A test implementing capabilities of the TRANSFORM Modelica Library in the Julia language. This tests the Modia approach and the ModelingToolkit approach.

Instructions

  • Clone repository
  • Install VSCode
    • Once installed, go to Extensions and Install the official Julia extension.
  • 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")