summaryrefslogtreecommitdiffstats
path: root/Project/Transformer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Device context implementedThales Lima Oliveira2020-06-131-4/+4
|
* Some class enum implementationThales Lima Oliveira2020-06-061-16/+16
| | | | 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-0/+86
| | | | | | OpenGL major bugfixes; Device context port alternative to OpenGL code init (WorkspaceDC). Some machines don't support OpenGL 3+; Fixed some issues with MSVC.
* Matpower Importer and power quality calculationThales Lima Oliveira2019-04-251-0/+12
| | | | Power quality in implementation
* File handling and control initialization organizedThales Lima Oliveira2018-01-081-25/+211
|
* Add copyright on files and documentation updateThales Lima Oliveira2017-10-051-10/+27
|
* More grid data implementedThales Lima Oliveira2017-09-081-43/+56
| | | | Some fault bugfixes
* Data report implementation startThales Lima Oliveira2017-09-061-0/+58
|
* COI (center of inertia) implementedThales Lima Oliveira2017-08-301-30/+32
| | | | See Milano's book p. 342
* Events implementedThales Lima Oliveira2017-05-221-2/+2
| | | | | | | Effects on adimittance matrix and elements: ->Fault on bus; ->Generation/Load switching; ->Branch switching.
* Several bugfixes on power elementsThales13302017-01-061-3/+3
|
* Text bugs fixedThales13302017-01-051-3/+3
|
* Fast data visualization implementedThales13302017-01-021-6/+55
|
* Parent/child optimization implementedThales13302016-12-291-4/+12
| | | | And others bugfixes.
* Copy paste implementedThales Lima Oliveira2016-12-291-5/+12
| | | | Some bugs on the text
* Bus line and transformer copy/paste implementedThales13302016-12-281-4/+8
| | | | | Next step is try to generalize. Some graphical implementations in this commit.
* Many elements save implementedThales13302016-12-121-1/+1
|
* Several bus corretedThales13302016-12-081-77/+88
|
* Validation implementedThales13302016-11-041-0/+6
|
* Power flow arrows implementedThales13302016-10-291-0/+113
|
* Transformer form implementedThales13302016-10-181-163/+156
|
* Transformer form under implementationThales13302016-10-171-0/+14
|
* Switching implementedThales13302016-10-141-0/+12
|
* Movementation and rotation fixedThales Lima Oliveira2016-09-071-3/+1
|
* Counter clockwise rotation implementedThales13302016-09-061-4/+8
|
* All elements implemented, switches implementedThales13302016-09-051-2/+14
|
* Motor implementation done, elements classes reorganizedThales Lima Oliveira2016-09-031-152/+1
|
* generator under implementationThales13302016-09-011-3/+3
|
* Transformer completeThales Lima Oliveira2016-08-311-14/+315
|
* TransformerThales13302016-08-301-0/+63