Simple Computer modelling - Software suggestions

AI Thread Summary
The discussion centers on seeking recommendations for open-source or accessible software for computer simulations in engineering, particularly focusing on Newtonian mechanics and dynamics. The user is interested in visual methods for displaying multi-body dynamics and prefers existing visualization software over developing a rendering engine. Suggestions include searching SourceForge for relevant keywords to find suitable applications. Additionally, there is a mention of utilizing libraries in programming languages like C++ to avoid building an engine from scratch. The conversation emphasizes the importance of leveraging existing tools for effective simulation development.
3trQN
Messages
337
Reaction score
1
Hello all, i have a small dilema. I am interested in computer simulation for engineering and design purposes.

I am currently evaluating as many of the available ( and free or accessible to joe public ) applications/software systems for engineering simulations and dynamics, with the aim of possibly writing my own in the future.

The problem i am currently facing is one of what i should focus on most, i would like to start with simple Newtonian mechanics and dynamics initially and expand later.

I am fond of visual methods and would like to be able to visually display multi-body dynamics and systems but would rather use existing visualisation software than develop my own rendering engine etc. Though i am considering it anyway.

Does anyone have any suggestions on available open source or free/available visualisation software that i can interface my own code with? And/Or any software packages that do a similar thing that i can evaluate?.

Cheers!
 
Engineering news on Phys.org
hi,
i would suggest you to go to sourceforge.net and search for keywords like "EDA", "physics java", "physics c++", etc. often times, the site may help you to focus on your search than google when it comes to open source apps.

what programming language do you use, btw?
imho, there are lots of libraries you could use than writing you own engine from scratch.
 
C++ mainly, but I am flexible.
 
Hi all, I have a question. So from the derivation of the Isentropic process relationship PV^gamma = constant, there is a step dW = PdV, which can only be said for quasi-equilibrium (or reversible) processes. As such I believe PV^gamma = constant (and the family of equations) should not be applicable to just adiabatic processes? Ie, it should be applicable only for adiabatic + reversible = isentropic processes? However, I've seen couple of online notes/books, and...
I have an engine that uses a dry sump oiling system. The oil collection pan has three AN fittings to use for scavenging. Two of the fittings are approximately on the same level, the third is about 1/2 to 3/4 inch higher than the other two. The system ran for years with no problem using a three stage pump (one pressure and two scavenge stages). The two scavenge stages were connected at times to any two of the three AN fittings on the tank. Recently I tried an upgrade to a four stage pump...
Back
Top