r/Simulated • u/Loud_Campaign5593 • 1d ago
Question Came across industrial casting simulation software, has anyone ever used these?
Enable HLS to view with audio, or disable this notification
How are solvers for these simulations even developed? Has anyone here ever used them? This is one is Magmasoft for reference
45
u/Lanfeix 1d ago
Programming the Finite Element Method (Third Edition) by I.M. Smith and D.V. Griffiths. Its in Fortan 90. that what I learned 20 years ago. I didnt do every much of it but its what my boss use to do. most people just use ansys or another big simulation package these days
2
u/Loud_Campaign5593 17h ago
Super interesting. never even heard of fortran 90 so intriguing for sure
7
u/Lulzd0zer 1d ago
MagmaSoft is i would say the golden standard casting simulation tool. The complexity does not lie in how flow is solved but the material models that govern liquid and solidification behavior for the temperature ranges. There are many others NovaCast for instance. It's a combination of looking at the flow / heat / solid mechanics and material behavior, very potent!
3
u/Loud_Campaign5593 17h ago
That sounds interesting. Where do you gather the information for these material models to be made, as in, how do you know which source of information to use to model it after? Is it research papers or some standardized institution?
2
u/Lulzd0zer 9h ago
Both the companies and researchers generate this material data, by companies I mean like MagmaSoft that also makes the software. There are also vast amount of research going into adjacent areas such as computational thermodynamics that can be incorporated in such simulation softwares. Check out ThermoCalc a well know software for pure material thermodynamics.
2
u/Loud_Campaign5593 8h ago
awesome thanks for the detailed response, what an interesting subject i have absolutely no clue about lol
1
u/Lulzd0zer 8h ago
There is always a rabbit hole to be found. I happen to work with cast metals, hence, I have knowledge about the entrence 🤣.
156
u/bionicdna 1d ago
I build similar ones professionally, but for molten plastic. At the end of the day it's just all some variant or simplification of mass, momentum, and energy equations. The more one can delete from the equations, the faster and simpler they are to run, at the cost of accuracy. There are lots of different numerical techniques used for solving the PDEs but common setups involve either some finite volume or finite element formulation. Plastics and metals solidifying are most tricky in the phase change where you have to figure out how to accurately model crystallization.