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!
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
I am trying to run an .ipynb file and have installed Miniconda as well as created an environment as such -conda create -n <env_name> python=3.7 ipykernel jupyter I am assuming this is successful as I can activate this environment via the anaconda prompt and following command -conda activate <env_name> Then I downloaded and installed VS code and I am trying to edit an .ipynb file. I want to select a kernel, via VS Code but when I press the button on the upper right corner I am greeted...
Back
Top