Compute Fluid drag, Swim Physics

AI Thread Summary
The discussion revolves around a high school student seeking guidance on simulating swimming "Animats," focusing on fluid dynamics and drag. The student has a foundational understanding of vectors and Newtonian mechanics, having completed calculus, and is open to using C# or learning a new programming language for the project. Participants in the thread encourage the student, emphasizing the educational value of the project and inquire about their math, physics, and programming experience to provide tailored advice. Suggestions for resources or physics engines that can facilitate the simulation are requested to help the student advance in their ambitious endeavor.
omerAF
Messages
3
Reaction score
0
Hello,
I'm trying to create a simulation of swimming "Animats" (artificial animal). However, I'm only an high school student, so I don't know how to deal with fluid drag and fluid dynamics.
In this link you could find a short animation I made describing the swim motion my animat is going to follow.

I would appreciate it if anyone could explain me how to approach such sceneries, or refer me to an article I could learn from. If someone knows a physics engine that supports such movements, that would be even better.

p.s-that is my final goal
 
Technology news on Phys.org
Welcome to the PF.

This is a very ambitious project for a high school student, but also a great learning opportunity for you in several different subjects.

Can you tell us more about your math and physics and programming backgrounds so far? Have you had calculus yet? How much? Have you learned about vectors yet? Have you learned basic Newtonian Mechanics yet? (F=ma level)

What programming language and what graphics package are you planning on using for this project?
 
Well, I learned vectors and newoton laws, finished calculus, but nothing else that could be important. I'm in eleventh grade, so I still got some thibgs to learn, but I do know the basics.

I'm pretty flexible with my programming language, I would rather use c# but if I would have to learn a new language I'd learn.

Thank you for the quick reply!
 
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...
Back
Top