papers regarding seminar and project

i am recently working on seminar "finite element analysis of gear" and project "dynamic analysis of helical gear by photoelasticity". if any one have any information please share with me.i am in search of papers regarding above topics.....

Replies

You are reading an archived discussion.

Related Posts

class box { int height; int width; int length; box(int h=0, int w=0, int l=0) { height=h; width=w; length=l; } int vol() { return height*width*length; } } public class consdemo...
How noise can be converted into electrical energy??
Real time project ideas based on power electronics??EEE projects??
Pinterest is now available on iPad as a native app. The app lets you 'pin' your photos on the wall and share them with your contacts. The new app will...
hi CEns could anyone explain in detail of this code. #include main() { struct xx { int x; struct yy { char s; struct xx *p; }; struct yy *q;...