Recent content by ozgurakkas
-
O
Stress Analysis Student Project
This was helpful. I will take your suggestion into consideration. Thank you.- ozgurakkas
- Post #3
- Forum: Mechanical Engineering
-
O
Stress Analysis Student Project
Hi All, I am going to perform stress analysis on a helicopter landing gear. My job is to find one specific landing gear, study its design, analyze and through tools we learned in the strength of materials class, redesign the gear to improve it. If you have knowledge of this sort of...- ozgurakkas
- Thread
- Analysis Project Stress Stress analysis Student
- Replies: 2
- Forum: Mechanical Engineering
-
O
How to Find Angles in Equilibrium Equations?
sinx=opposite/hyppotenusse cosx=adjacent/hypotenuse tanx=opposite/adjacent that's all I need to find the angles. I am not sure why you have taken it too far.However, I appreciate your answer. Thank you- ozgurakkas
- Post #3
- Forum: Advanced Physics Homework Help
-
O
How to Find Angles in Equilibrium Equations?
I am studying statics and more precisely multi force members. I understand the process about solving how to find reactions and forces in x and y directions. However, I have a great tendency to confuse it when if comes to figuring out angles to write equilibrium equations. Any help for me to...- ozgurakkas
- Thread
- Force Members Statics
- Replies: 2
- Forum: Advanced Physics Homework Help
-
O
Graduate Understanding Fusion Power: Deuterium & Tritium in Magnetic Confinement
Thanks. Your answers made it clear. I also got some anwsers in this website.. http://www.fusion.org.uk/info/glossary/glossmain.htm- ozgurakkas
- Post #6
- Forum: High Energy, Nuclear, Particle Physics
-
O
Graduate Understanding Fusion Power: Deuterium & Tritium in Magnetic Confinement
Now, I am a little confused. Is it sent into the tokomak in the form or gas or injected as frozen pellets. Maybe, It starts with neutral gas and later fed with D-T ice pellets?- ozgurakkas
- Post #5
- Forum: High Energy, Nuclear, Particle Physics
-
O
Graduate Understanding Fusion Power: Deuterium & Tritium in Magnetic Confinement
I have been researching about fusion power to understand how it operates during thermonuclear reactions. I do not understand how and how much deuterium and tritium are placed into the magnetic confinement (tokomak). I appreciate it, if anyone guides me about this. Thank you- ozgurakkas
- Thread
- Confinement Deuterium Fusion Fusion power Magnetic Power Tritium
- Replies: 5
- Forum: High Energy, Nuclear, Particle Physics
-
O
Undergrad Finding Level Curves of f(x,y)=xy
Question does not say it is restricted. I said it because x is in the denumerator. if it is 0 then it is undefined.- ozgurakkas
- Post #3
- Forum: Calculus
-
O
Undergrad Finding Level Curves of f(x,y)=xy
Question as follows f(x,y)=xy , find the level curves for c= +-1,+-2,+-3,+-4,+-5 My first attempt was to set f(x,y)=c c=xy and y=1/x C and this is an hyperbolic function. Is that right? I am also confused what values x can get. I know it is restricted and x>0. Can x get the same value as C ?- ozgurakkas
- Thread
- Curves
- Replies: 3
- Forum: Calculus
-
O
Gaah Leaky Faucet is Driving Me Insane
What if it's his grandmother's house... Have fun with that...- ozgurakkas
- Post #66
- Forum: General Engineering
-
O
High School Why Do All Three Faucets Turn On When I Operate Just One?
As long as all the faucets have handles and they work properly and are closed while one of the faucets is working, there is no way all three will work simultanously. However faucets might have cencors so there might be a case with wiring.- ozgurakkas
- Post #17
- Forum: Other Physics Topics
-
O
Gaah Leaky Faucet is Driving Me Insane
Call kohler. Order a new piece When it arrives, First turn the water supply off. Open a faucet so you can take the water pressure out inside the pipe. Go back to the faucet. Take out the nut at the top of the handle. Take the inner part out. Be easy... Then take the new one and replace...- ozgurakkas
- Post #64
- Forum: General Engineering
-
O
C/C++ Resolving a CPP 6 Syntax Error - Declaration syntax error
ok. It works now. I changed void main() to int main() and compiled the program on a different computer. It works fine. thanks...- ozgurakkas
- Post #6
- Forum: Programming and Computer Science
-
O
C/C++ Resolving a CPP 6 Syntax Error - Declaration syntax error
interesting.. I changed it to "int main()" but now it just shuts off the compiler. it disappears. I reopen the program and when i compile it shows success but when I run the program everything disappears.- ozgurakkas
- Post #4
- Forum: Programming and Computer Science
-
O
C/C++ Resolving a CPP 6 Syntax Error - Declaration syntax error
I have made this program, and everything seems to be fine, except one error which says "Declaration syntax error" in CPP 6, which is "int low (int [])" I keep getting the same error. Anyone can help me with this? #include <stdio.h> #define NUM 5 void fillarray( int []); double...- ozgurakkas
- Thread
- Error
- Replies: 5
- Forum: Programming and Computer Science