What are some tips for improving accuracy in shallow water flow simulations?

AI Thread Summary
Creating a simulation of shallow water flow presents challenges, particularly in managing the interface between different fluids, which can lead to large variable values. Users are encouraged to specify the goals of their simulation and the software or programming tools they are utilizing. For those interested in using C++, discussions highlight the importance of selecting appropriate software or 3D engines that can effectively handle fluid dynamics. Understanding the complexities of surface simulations is crucial for achieving accurate results in shallow water flow modeling.
MartinV
Messages
68
Reaction score
0
I'm trying to create a simulation of shallow water flow and I keep getting huge values of variables. Does anyone here have experience with this type of computer simulations?
 
Technology news on Phys.org
What kind of stimulation?
What are you trying to find out?
what progam(s) are you using?
 
The problem with any surface simulation is modeling the interface. You have two different fluids doing their own thing.
 
what software or 3d engine would you do this in if you wanted to use c++?
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Back
Top