tdcosim / TDcoSim

T&D co-simulation package
Other
23 stars 8 forks source link

Feature request: Provide access to solvers available in DifferentialEquation.jl for solving DER ODEs #35

Closed sibyjackgrove closed 3 years ago

sibyjackgrove commented 3 years ago

Is your feature request related to a problem? Please describe. Solvers available in DifferentialEquation.jl have been found to be more efficient compared to those in SciPy for systems of ODEs similar to those found in PV-DER models. solution_time_comparison_integrator_stepping

Describe the solution you'd like Provide interface using diffeqpy. Users can select either 'scipy' or 'diffeqpy' solver through config file.

"openDSSConfig":{"DEROdeSolver":"diffeqpy",........
                             }
sibyjackgrove commented 3 years ago

Resolved with #36