Can someone explain Navier-Stokes to me like i'm a frogposter
it's like.... yeah
>>16478528mathematicians dont know what limits and derivatives are.
F=ma
>>16478528Newton's 2nd Law for a fluid. One side covers how volume elements within the fluid are accelerating globally as well as how the volume elements themselves are changing over time, the other side deals with internal pressures, stresses, and strains, collisional interactions, and external force fields per volume.
>not just asking the robot
>>16478663Thank you, this helps a lot. Can you elaborate on FEM and computationally tractable approaches for realtime simulation?
>>16478528These were my engineering class notes on it. Pay attention to the part which explains with arrows what each part of the equation is. It's basically conservation of momentum in the X-direction (and the other 2 equations are basically the same, just in Y or Z)u is the velocity in the direction of x (hence all the "du"s that you replace with "dw" or "dv" in Z or Y) and you can see the spatial terms are all (velocity of fluid in certain direction) x (derivative of x-velocity, as it changes in certain direction).All the problems in that unit were do-it-by-hand ones, basically you just take the full equation and knock terms off until you get something solveable. (e.g. this problem is 2D in x and z, so we discard terms with y, the flow velocity is constand along the pipe so du/dx is zero and we discard that, high reynolds number so we ignore viscous forces, stuff like that). That and boundary conditions (e.g. you know the net flow is zero, or that the velocity at a solid boundary is zero, velocity at fluid-fluid boundary is the same in each, etc) actually made the problems pretty straightforward
>>16478762You should make a pdf of these notes