From 077270f0294d236c6047d850703c5d011cb4b711 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 3 Sep 2016 01:10:18 -0300 Subject: Motor implementation done, elements classes reorganized --- Project/Release/IndMotor.cpp.o | Bin 0 -> 27574 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 Project/Release/IndMotor.cpp.o (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o new file mode 100644 index 0000000..e76c63a Binary files /dev/null and b/Project/Release/IndMotor.cpp.o differ -- cgit From 726686c9b378f3a727ded52226b13a760cba1e6c Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Sat, 3 Sep 2016 17:09:24 -0300 Subject: Inductor under implementation Ind motor, sync condenser and load implemented --- Project/Release/IndMotor.cpp.o | Bin 27574 -> 27754 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index e76c63a..0fa652c 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From c1aad656847602f7e4c7aead048f7465a76838d4 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sun, 4 Sep 2016 00:59:41 -0300 Subject: Inductor implemented --- Project/Release/IndMotor.cpp.o | Bin 27754 -> 27754 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index 0fa652c..27c098d 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From d93ef357da510f2515556ff2cb51688a4e068805 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Mon, 5 Sep 2016 18:43:50 -0300 Subject: All elements implemented, switches implemented --- Project/Release/IndMotor.cpp.o | Bin 27754 -> 27962 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index 27c098d..b022ed3 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From 697baaa3cc92e945d2301238dc9bcabffdb465ef Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Tue, 6 Sep 2016 18:32:47 -0300 Subject: Counter clockwise rotation implemented --- Project/Release/IndMotor.cpp.o | Bin 27962 -> 29299 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index b022ed3..88c6d2f 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From fb8a409d7e35735afc9d28bfc0d7b49974f0d3a2 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 7 Sep 2016 23:52:26 -0300 Subject: Movementation and rotation fixed --- Project/Release/IndMotor.cpp.o | Bin 29299 -> 25364 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index 88c6d2f..5fb49e0 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From 122d124108384bb4579b6d96956b931d7221d3c1 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Thu, 8 Sep 2016 18:54:52 -0300 Subject: Fit implemented --- Project/Release/IndMotor.cpp.o | Bin 25364 -> 25448 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index 5fb49e0..3b19ad8 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From 66fd00eda79d106d07617ebdeb90cdd46786e691 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 9 Sep 2016 17:01:27 -0300 Subject: Bus form under implementation --- Project/Release/IndMotor.cpp.o | Bin 25448 -> 26046 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index 3b19ad8..daf7224 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From 1088617b8f1c31af3ad6a87f9934f7a55240b3a2 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Mon, 12 Sep 2016 18:49:00 -0300 Subject: Bus form under implementation [2] --- Project/Release/IndMotor.cpp.o | Bin 26046 -> 26067 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index daf7224..a756600 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From 0ad4701a05a1fb267ee58c3da89d897eba1d91ee Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Sat, 1 Oct 2016 17:33:43 -0300 Subject: Nominal voltage bug fixed --- Project/Release/IndMotor.cpp.o | Bin 26067 -> 26768 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index a756600..e8b35dc 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From d60de5e4c4774c5b840c5cab2cb629a5bbe9df42 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 14 Oct 2016 17:45:25 -0300 Subject: Switching implemented --- Project/Release/IndMotor.cpp.o | Bin 26768 -> 30590 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index e8b35dc..835796c 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From c4f6b784f575b19506d3207d3f8fbf9496db5b43 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Mon, 17 Oct 2016 17:27:49 -0200 Subject: Transformer form under implementation --- Project/Release/IndMotor.cpp.o | Bin 30590 -> 30786 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index 835796c..36b7efe 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From 02c5a1d22a078c132aca40ea14b95800dd8257e9 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Thu, 27 Oct 2016 17:26:24 -0200 Subject: All elements forms implemented --- Project/Release/IndMotor.cpp.o | Bin 30786 -> 34703 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index 36b7efe..407305a 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From 468ba7581675a23567746628d6777ca411b150d3 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 28 Oct 2016 17:46:43 -0200 Subject: Power flow arrow under implementation --- Project/Release/IndMotor.cpp.o | Bin 34703 -> 34879 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index 407305a..bd75e9a 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From 7d4df7195202eaea0e84f227e96f19dec4144081 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Sat, 29 Oct 2016 17:46:00 -0200 Subject: Power flow arrows implemented --- Project/Release/IndMotor.cpp.o | Bin 34879 -> 36269 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index bd75e9a..f4bdf37 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From 004257e2abebbf448ba8d1fba32daae216b2c88e Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 2 Nov 2016 23:11:44 -0200 Subject: Gauss-Seidel implemented --- Project/Release/IndMotor.cpp.o | Bin 36269 -> 36793 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index f4bdf37..912425b 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From 9919f24692c1fe9b8e11fde5c6d5c18f169b5c10 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Fri, 4 Nov 2016 18:02:03 -0200 Subject: Validation implemented --- Project/Release/IndMotor.cpp.o | Bin 36793 -> 36128 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index 912425b..457e288 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit From 8e79aff80e56adbdcfd6a9be5a873c6bb4b1020a Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Wed, 23 Nov 2016 17:08:20 -0200 Subject: Text under implementation --- Project/Release/IndMotor.cpp.o | Bin 36128 -> 36128 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'Project/Release/IndMotor.cpp.o') diff --git a/Project/Release/IndMotor.cpp.o b/Project/Release/IndMotor.cpp.o index 457e288..4517019 100644 Binary files a/Project/Release/IndMotor.cpp.o and b/Project/Release/IndMotor.cpp.o differ -- cgit