Fault Definition and 115 Threads
-
H
Three winding transformer fault current study
Hello all! I am carrying out the theoretical (that is, by calculation means) unsymmetrical fault calculations for three winding transformer. It is to my understanding that for the zero sequence impedance for a three winding transformer depends on the winding connections of the generator and...- honyeehong8692
- Thread
- Current Fault Fault current Study Transformer Winding
- Replies: 1
- Forum: Electrical Engineering
-
M
What kind of sensor is best for detecting fault current on a power line?
Hi, I'm working on a project to make a fault locating system on HV and MV (11kv to 220kv, 33kv first). I'm try to make a device that can be directly mounted to the line (Mount on live bare conductors) to detect the fault in the power line and send a radio signal to devise mounted on the pole...- maheel
- Thread
- Fault Line Power
- Replies: 6
- Forum: Electrical Engineering
-
U
Trend of resistance & reactance values in fault signal
Hi, What I have been trying to achieve is learn about signal processing ,particularly filters. Newbie to DSP,so far! I have 2 signals with me.Voltage and current signals. Both are unfiltered. I have managed to filter out these two signals to remove most of the noise. Now,I want to find the...- userminerva
- Thread
- Fault Reactance Resistance Signal
- Replies: 2
- Forum: Electrical Engineering
-
H
Sequence components in fault study
Hi all! I am currently learning fault study in power systems. To my understanding- In any network (symmetrical or unsymmetrical) , there would be 3 components- positive sequence component, negative sequence component and zero sequence component. Question: For generators and transformers ...- honyeehong8692
- Thread
- Components Fault Sequence Study
- Replies: 8
- Forum: Electrical Engineering
-
D
How can I fix a segmentation fault in vasp.5.2 when using mpirun?
Dear all, There is a “error report” when I use “mpirun” to run vasp.5.2 (a kind of DFT software) as follows: "mpirun noticed that process rank 2 with PID 16380 on node wangtc exited on signal 11 (Segmentation fault)." I can't solve it all the time,can anyone help me ? Thanks...- Douasing
- Thread
- Fault
- Replies: 8
- Forum: Programming and Computer Science
-
C
Can a second earthing conductor drive the fault current back?
i have a TT earthing system and to decrease the resistance of the system I'm connecting the rods in parallel. i have the earthing conductor connected but as a mean of security, I'm thinking of connecting a second earthing conductor from the rod to the main Earth bar. Does this cause a any...- ChrisToffer
- Thread
- Conductor Current Drive Earthing Fault Fault current
- Replies: 14
- Forum: Electrical Engineering
-
Why segmentation fault when quitting the main
// Example of variable argument number function call and return adress deviation programm // never program in a style like this #include<stdio.h> #include<string.h> #include<stdlib.h> void (*ret)(); void replaceexit(void);void prtarg(char *arg, ...) { char **stack=&arg; printf("Return adr ...- jk22
- Thread
- Fault
- Replies: 9
- Forum: Programming and Computer Science
-
S
Detection of inter-turn winding-short fault in 1-phase transformer
Hi all, I have simulated (both in software and experimentally) inter-turn winding short-circuit fault in a single-phase transformer (working as a stand alone unit). I have the following observation but don't know the reason behind it:- The fundamental component in the no-load current is...- Shantanav
- Thread
- Detection Fault Transformer
- Replies: 1
- Forum: Electrical Engineering
-
D
How can you accurately calculate fault current on a finite bus by hand?
so calculating FC on an infinite bus is easy but how do you calculate it by hand for a finite bus? here is the concept i am having an issue understanding: let say i have a transformer that is 225KVA with 5%z and 3 phase 480 to 208. with infinite bus i have 12491A available on the...- danielandham
- Thread
- Bus Current Fault Fault current Finite
- Replies: 1
- Forum: Electrical Engineering
-
K
Circuit breaker, clearing a fault current
hi could someone please explain the attached circuit to me in detail. From what i understand: the open circuit caused by the opened switch in series with the resistance causes a fault current in the system. This higher than normal current across the 200 ohm resistor causes a high...- knowledgeseeki
- Thread
- Circuit Circuit breaker Current Fault Fault current
- Replies: 50
- Forum: Electrical Engineering
-
B
Phase to Ground Fault: 20MW, 13.8KV Analysis
Hi All, Good morning. we had a 20MW, 13.8 KV wye generator and it has a neutral grounding resistor. Some how we failed to connect the neutral grounding resistor and during a rain storm we burnt the generator. Even though the neutral is not connected to the neutral grounding resistor it was...- balevadu
- Thread
- Fault Ground Phase
- Replies: 9
- Forum: Electrical Engineering
-
Segmentation fault (core dumped) C error for structures
I have written a C program that produce a structure, give it's elements their initial values and change these values when neccessary.I can compile my program but when I try to run it,error:"segmentation fault(core dumped)" appears.I commented different parts of my program and I underentood the...- Fb.Researcher
- Thread
- Error Fault Structures
- Replies: 6
- Forum: Programming and Computer Science
-
G
Fortran How can I change the starting index of an array in Fortran?
I'm try to read some files in subdirectories and create some other files in my present location: program multiread ! implicit none !variables integer :: n, k, i integer :: j, m2 real(8) :: pratio, crap, rmsttv character(len=42) :: filein(98) character(len=10) :: fileout(14)...- Giammy85
- Thread
- Fault Fortran90
- Replies: 4
- Forum: Programming and Computer Science
-
C
Segmentation Fault 11 in Flipifneeded Function
Homework Statement when I am compiling my code I am getting a segmentation fault when entering in input but I don't know why? it prints Segmentation fault: 11 Homework Equations The Attempt at a Solution This is my code I tried looking up what was causing it but couldn't...- charmedbeauty
- Thread
- Fault
- Replies: 1
- Forum: Engineering and Comp Sci Homework Help
-
G
Troubleshooting a Segmentation Fault in a Selection Sort
please help me with a c code for the merge sort... and i am getting a segmentation fault in running this selection sort,,, please help... #include <stdio.h> int main( ) { int arr[10]; int i,j,temp; for ( i = 0 ; i<10 ; i++ ) { printf("enter the numbers: \n"); scanf("%d \n", arr[i]); } for (...- george2625
- Thread
- Fault Sort Troubleshooting
- Replies: 2
- Forum: Programming and Computer Science
-
Y
[Fortrran] Some help with a code error: Segmentation Fault
Hi, I am having a segmentation fault error just when I ask the code to print the value ipos in the program. However, If I change the print to the module, the segmentation fault does not appear. Could anyone can help know, why I can not transfer the variable ipos from the module to the main...- yomar
- Thread
- Code Error Fault
- Replies: 4
- Forum: Programming and Computer Science
-
S
Fortran FORTRAN-Passing array to subroutine-segmentation fault
Hi all ! I am new to fortran. Please see the following code. It is a simple code to pass an array to a subroutine and print it, but doesn't behave that way: program exp_realloc implicit none integer,allocatable,dimension(:,:):: array integer::i,j...- shitij
- Thread
- Array Fault
- Replies: 5
- Forum: Programming and Computer Science
-
A
Fault analysis in power systems
I would like to know relevant materials/links that would help ma further my research in fault analysis.Thanks- abimcdssi
- Thread
- Analysis Fault Power Systems
- Replies: 4
- Forum: Electrical Engineering
-
R
Fortran Why am I getting a Segmentation fault: 11 when running my Fortran code?
I'm getting a "Segmentation fault: 11" when running at line 72: IF (h_temp == blayer) THEN However, the line above it: PRINT *,h_temp==blayer runs just fine. Needless to say, I'm clueless. Here's my entire code. PROGRAM bunkers IMPLICIT NONE REAL, DIMENSION(5) ...- RissaR
- Thread
- Fault Fortran
- Replies: 5
- Forum: Programming and Computer Science
-
O
Segmentation fault reading string on cin read
Homework Statement I'm trying to read a string from cin. When it hits the "cin >> strWord" statement, I get the following error message: Segementation fault (core dumped). The input file is named "data4nine". I'm really not sure what a segmentation fault is and why I'm getting it The...- OSalcido
- Thread
- Fault Reading String
- Replies: 5
- Forum: Engineering and Comp Sci Homework Help
-
S
Fortran Segmentation fault problem in fortran 90
dear all, i have a code with line segmentation fault error. please anyone advice me how to debug this code. thank you... Mentor note: Added code tags, combined numerous variable declarations, and indented some do loops !##################################################################...- s_hy
- Thread
- Fault Fortran
- Replies: 2
- Forum: Programming and Computer Science
-
V
IRF510 Baising with LT-Spice where is my fault? please reply guys
there is something strange in my lt-spice when i build my circuit mosfet with voltage divider + NO Rs (@Source Lead) i did not get the corresponding Id current WHY? my parameter: R1=R2=100K Rd=400 Id=10 mA where i used IRF510 with Kn= gfs^2 / 4Id = (1.3)^2 / (4 * 3.4 ) = 124 mA/v2 i...- vco.asm
- Thread
- Fault
- Replies: 15
- Forum: Engineering and Comp Sci Homework Help
-
Y
Why Doesn't Current Flow in an Isolation Transformer Secondary?
Hi, Maybe this is a stupid question, but I've been wondering about this all day. In my book, they only explain the isolation transformer really brief. As far as I understand, the main of the transformer has a neutral which is grounded, if you touch that, the current will flow through...- YeeHaa
- Thread
- Fault Isolation Transformer
- Replies: 10
- Forum: Electrical Engineering
-
D
Anyone know of a good, detailed San Andreas Fault map?
I live less than a mile from the SAFZ near Frazier Park, and would like to identify related surface features like escarpments, tuff outcrops, etc. After much Googling, I have found no maps that would help me locate the identified fault line locations within even 1000ft. None. Has anyone here...- DataPlumber
- Thread
- Fault Map
- Replies: 5
- Forum: Earth Sciences
-
L
Calculator Derivative Error at 11: What's Causing the Drastic Difference?
Hi everyone, I've discovered quite a strange function in my textbook. I compared the calculator's calculated derivatives (Math->nDriv) with my calculus derivative and found that the two are almost 2000 units off! Up until now I've been trying to figure out the problem, but to no avail, I cannot...- lpbug
- Thread
- Error Fault Ti-84
- Replies: 3
- Forum: Calculus and Beyond Homework Help
-
P
Fortran What Causes a Segmentation Fault in Fortran Programs?
Hi, I am new in fortran. I have this code in fortran 90, I get segmentation fault when I run my program, can you help me please, I am desperate! SUBROUTINE COUNTX(NX,ncov) IMPLICIT NONE INTEGER, INTENT(IN)::ncov INTEGER,DIMENSION(ncov),INTENT(INOUT)::NX(:) INTEGER...- pandroza
- Thread
- Fault Fortran
- Replies: 5
- Forum: Programming and Computer Science
-
J
33kV 3phase fault causing transmission line entanglement
Good morning Gentlemen (and Ladies), I'm looking for some help from you HV experts out there. I have had an event where it is believed that a flooded transformer connection box induced a fault on to a 33kV 3phase transmission line, and the fault current was enough for the repulsive forces...- jackdaniel66
- Thread
- Entanglement Fault Line Transmission Transmission line
- Replies: 8
- Forum: Electrical Engineering
-
A
Comp Sci What could be causing a segmentation fault in this Fortran function?
1. I have a segmentation fault when I try to run a program I have written in Fortran. The compiler I used is gfortran. What typically causes a segmentation fault, and how do I find where the problem is? I know I should use a debugger, but I don't know which debugger I should use, how to get it...- ASGtFT
- Thread
- Fault Fortran
- Replies: 15
- Forum: Engineering and Comp Sci Homework Help
-
R
Understanding Ground Fault Power Line Hazards | Shock Prevention Tips"
If a hot power line hits the ground, and you are touching the neutral line with your hands and the ground with your feet, would you get shocked? Also, same question, except the lines are coming out of a grounded portable generator instead of the electric company.- RedX
- Thread
- Fault Ground Line Power
- Replies: 18
- Forum: Electrical Engineering
-
F
C/C++ How to troubleshoot segmentation fault in C++ matrix initialization?
I've declared an unsigned long long bidimentional matrix: //(...) typedef unsigned long long int64; //(...) row = pow(2,17); col = 200; int64 Z[row][col]; Z[0][0] = 12345678; When the program is initializing Z[0][0], I got a "segmentation fault" message. The Insight Debugger suggests the...- Facktor
- Thread
- Fault
- Replies: 7
- Forum: Programming and Computer Science
-
What is the fault current calculation for a broken line touching a pole?
Last time I was talking about Isolated Voltage, and some of you people were really helping me about, but I posted (did) something stupid and got the thread deleted. I am sorry for that. Now, I want to talk about my confusion in a different (safe) way. The above figure shows a...- I_am_learning
- Thread
- Calculation Current Current calculation Fault Fault current
- Replies: 3
- Forum: Electrical Engineering
-
N
C language: reading a txt file and segment fault
I use gcc to compile the code. When I run the program, I get segmentation fault (core dumped). ranked_galaxies.txt: # PGC Name RA DEC Mass Distance Diameter Tile_Number Rank_stat 37617 NGC3992 179.399700 53.374450 2.290868 22.909000 5.613000 1 2.51796409431e-05 62964 IC4837A...- nenyan
- Thread
- C language Fault File Language Reading
- Replies: 6
- Forum: Programming and Computer Science
-
D
News Whose fault is this? (sham university)
http://www.huffingtonpost.com/2011/01/31/trivalley-university-soca_n_816623.html Is it the students' fault for enrolling to the university? Should the American consulate be blamed for issuing the visas? And why are the students detained with ankle bracelets? Is this U.S. law?- dr2011
- Thread
- Fault University
- Replies: 4
- Forum: General Discussion
-
Y
What distinguishes ELCB from Earth Fault Relay?
Hi all, what is different between ELCB and Earth Fault Relay? why there is a need to change from eLCB to Earth Fault Relay? thanks- yushar
- Thread
- Earth Fault Relay
- Replies: 1
- Forum: Electrical Engineering
-
J
C/C++ Troubleshooting Segmentation Faults in C++ Operator Overloading
I'm trying to write a program in C++ that reads, writes, adds and substracts numbers entered as C-style strings. I have two questions. Is it necessary that the parameters of the + operator only be always objects of a class? Can an operator call another operator from within it, e.g. my_float...- John O' Meara
- Thread
- C++ Fault
- Replies: 8
- Forum: Programming and Computer Science
-
N
C/C++ Solving Segmentation Fault: Debugging C++ on Linux
Oh noes! I wrote a code on my mac, it works fine, and then I move it onto my linux machine, it compiles fine (using g++ command), but then when i run it i get a "segmentation error." I've look around a bit online and I couldn't find anything which seems to fit this particular error. I can...- n1person
- Thread
- Fault
- Replies: 9
- Forum: Programming and Computer Science
-
S
Restricted Earth Fault Trip due to inrush current
Hello I need some help. In our 50MVA, 132/33 kV star/star transformer, at the time of charging from HV side, the transformer trips on REF (restricted Earth fault) due to magnetizing inrush current. Rated current: 218.7 Amp Line CT ratio: 800/400/200/1 Amp tap selected...- Sreelathag
- Thread
- Current Earth Fault
- Replies: 1
- Forum: Electrical Engineering
-
L
Segmentation Fault on Linux, but not on Windows
When I run a program on Ubuntu (10.04 x64) I receive a warning of segmentation fault. But when on windows (seven, x64), I do not receive this error. This program was compiled with gfortran on both systems. Any ideas why? Program Lennard Implicit None Double Precision...- LucasCampos
- Thread
- Fault Linux Windows
- Replies: 8
- Forum: Programming and Computer Science
-
D
Integrating derivate of Dirac: Where is my fault?
Hi, I want to do the following calculation: c_{m,n} = \int_{-\infty}^{\infty} t^m \phi(t-n)\,dt I know three things: I know the values of c_{m,n} for m={0,1} and the first 4 for m={2,3} I know that my \phi is symmetric, i.e. \phi(t) = \phi(-t) The Fourier transform of \phi(t)... -
A
Does the Equation (e2Pi i)i = 1 Have a Geometric Meaning?
(e2Pi i)i = 1 (e2Pi i)i = e(2Pi i)*i = e -2Pi2- abhi2005singh
- Thread
- Fault
- Replies: 6
- Forum: General Math
-
D
News No fault divorce, the biggest idiocy of all times ?
I was looking at this fox News report regarding Bullock / James scandal http://www.youtube.com/watch?v=EgG9ZWaSZrE&feature=popular it seems to me that family laws, presumably thought to protect and encourage the institution of family are becoming the biggest reason not to ever get...- DanP
- Thread
- Fault
- Replies: 180
- Forum: General Discussion
-
K
Structural Geology: Fault Correlation
(I moved this from the Homework section. I hope it is okay I am posting here.) Homework Statement We are given six cross sections each spaced 2km apart and from these we are supposed measure the slip of the fault, and map the hanging-wall and footwall cutoffs to another worksheet that is...- KEØM
- Thread
- Correlation Fault Geology Structural
- Replies: 6
- Forum: Earth Sciences
-
S
Pitch of net slip and plunge and trend of net slip of a fault using stereonets
ive been given a problem in my school work. it involves 2 veins that have been cut by a fault and displaced along the fault plane. the question gives the orientation of the cut veins on either side of the wall and the orientation of the fault. it asks for the following: net slip, plunge and...- subopolois
- Thread
- Fault Net Pitch Slip
- Replies: 1
- Forum: Earth Sciences
-
S
CT for restricted earth fault (REF) protection
Does somebody could advice me, whether the nominal primary CT to be used for REF protection must be same? The CT I have now as follow: Power Transformer: 60MVA, 150/20kV, Ynyn(0)d1 CT on 20kV switchgear 2000/5, class 5P20 CT on neutral Power Transformer: 1200/5, class X Relay to be used...- saragiha
- Thread
- ct Earth Fault Protection
- Replies: 3
- Forum: Electrical Engineering
-
M
Engineering Failed Device - What Circuit Fault is Indicated and Where?
Homework Statement Four devices are connected in series across a voltage source of 120V. The total circuit current is 4.5A. One device fails to operate. The voltage across each of the other devices is 40V. What circuit fault is indicated and where? Homework Equations E=IR I=E/R...- mjcino
- Thread
- Circuit Device Fault
- Replies: 2
- Forum: Engineering and Comp Sci Homework Help
-
M
My Fault Experiment: Hot Water & Earth's Crust
Ok, so today i made a new very simple model and i'd like just to discuss it with you all. Ive put a broken brick (x, y, z: 10, 2.5, 4 Splited up to 5, 2.5 and 5 (cm)) together in a marked with walls (20cm x 20cm x 5cm) area. The bricks were representing the Earth's crust. I've then brought a...- Mkbul
- Thread
- Experiment Fault
- Replies: 2
- Forum: Earth Sciences
-
Kindle Prep for Mozambique Trip - Tsu's Fault
:biggrin: I finally caved in and ordered a Kindle for myself. I can't wait! She gave it such good reviews when she was recovering from her broken hip (I REALLY hope it wasn't the drugs talking), that I've been seriously considering it ever since. I kept hoping prices would go down, but...- Moonbear
- Thread
- Fault
- Replies: 23
- Forum: General Discussion
-
X
Phase to Phase Fault in 480v Three Phase Induction Motor - Cause?
In a 480v Three Phase Induction Motor...what kind of educated guess or assumption can be made as a cause, when two of the three fuses blow? Is there any type of significance in two fuses blowing instead of just one in a three phase motor circuit? If only one fuse blew it basically would mean...- XPTPCREWX
- Thread
- Fault Phase
- Replies: 1
- Forum: Electrical Engineering
-
B
Surely fault about relativistic momentum
Dear Friends Two identical particles are running, in opposite directions, along the x-axis of a reference frame having the origin coinciding with their barycentre; they hits frontally and glue together. Their speeds are ("b" for before collision, "a" for after) : V1b = u V2b = -u Va =...- BarbaraDav
- Thread
- Fault Momentum Relativistic Relativistic momentum
- Replies: 1
- Forum: Special and General Relativity
-
AGW: How You Can Help & Stop It Now
I mean i buy in bulk containers, like 3ltr bottles of squash, 800grm slabs of butter to minimise packaging/transport, do not have news papers, use about 1600watts to heat my house, Have traveled about 600 miles since last August, my dust bin takes 6 weeks to fill, etc, etc, so it must be you...- wolram
- Thread
- Fault
- Replies: 10
- Forum: General Discussion