ufechner7 / KiteUtils.jl

Utilities for kite power system simulations
https://ufechner7.github.io/KiteUtils.jl/
MIT License
2 stars 1 forks source link

Add fields to systems.yaml #22

Closed ufechner7 closed 2 years ago

ufechner7 commented 2 years ago

Add the following fields to systems.yaml

    depower:   25.0        # initial depower settings    [%]

solver:
    abs_tol: 0.0006        # absolute tolerance of the DAE solver [m, m/s]
    rel_tol: 0.001         # relative tolerance of the DAE solver [-]
    max_iter:  200         # max number of iterations of the steady-state-solver

kite:
    physical_mode: "KPS4"
    version: 1