summaryrefslogtreecommitdiffstats
path: root/Project/ElectricCalculation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Some class enum implementationThales Lima Oliveira2020-06-061-6/+6
| | | | Just for better code design: https://docs.microsoft.com/pt-br/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/enumeration-classes-over-enum-types
* OpenGL bugfixes and wxGC port alternative initThales Lima Oliveira2020-06-021-24/+24
| | | | | | OpenGL major bugfixes; Device context port alternative to OpenGL code init (WorkspaceDC). Some machines don't support OpenGL 3+; Fixed some issues with MSVC.
* Motor integration with PFThales Lima Oliveira2019-07-251-0/+27
| | | | | | Newton bug fixed Newton inertia implemented Gauss-Newton implemented
* Newton bug fixedThales Lima Oliveira2019-07-241-1/+44
|
* Matpower Importer and power quality calculationThales Lima Oliveira2019-04-251-47/+20
| | | | Power quality in implementation
* fault and control system implementation error fixedThales Lima Oliveira2018-07-141-2/+3
|
* Add copyright on files and documentation updateThales Lima Oliveira2017-10-051-0/+17
|
* More grid data implementedThales Lima Oliveira2017-09-081-6/+14
| | | | Some fault bugfixes
* Data report implementation startThales Lima Oliveira2017-09-061-5/+24
|
* 5 machine models implementedThales Lima Oliveira2017-07-261-8/+9
|
* Some optimization, model 1 machine implementation startThales Lima Oliveira2017-07-171-6/+6
|
* Some bugs fixedThales Lima Oliveira2017-05-261-2/+2
|
* Events implementedThales Lima Oliveira2017-05-221-18/+24
| | | | | | | Effects on adimittance matrix and elements: ->Fault on bus; ->Generation/Load switching; ->Branch switching.
* Electromechanical class and several methods implementedThales Lima Oliveira2017-05-201-23/+218
|
* Added DegreesAndRadians.h and included conditional compilation in some files ↵Roní Gonçalves2017-05-071-0/+3
| | | | in order to allow compiling this project using wxWidgets-3.0.x
* Fault calculation implementedThales13302017-01-091-23/+190
|
* Text bugs fixedThales13302017-01-051-29/+29
|
* Parent/child optimization implementedThales13302016-12-291-12/+16
| | | | And others bugfixes.
* Last commit not solved yetThales13302016-11-111-41/+64
|
* Fixing reactive generation limit [2]Thales13302016-11-091-4/+35
|
* Reactive limits under implementationThales13302016-11-071-60/+73
|
* Validation implementedThales13302016-11-041-179/+178
|
* Power flow validate method under implementationThales13302016-11-031-2/+184
|
* Gauss-Seidel implementedThales Lima Oliveira2016-11-021-13/+3
|
* Power flow (gs) under implementationThales13302016-11-011-0/+189