FR version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
67% Positive
Analyzed from 191 words in the discussion.
Trending Topics
#llms#space#something#https#syntax#patterns#equations#molecules#where#collisions

Discussion (4 Comments)Read Original on HackerNews
Enumeration of syntax patterns when rules restrict legal syntax patterns can be done without LLMs
The data center cartel that sprang up over the last 20 years is desperate to not have their entire social moat go up in smoke
For NS equations, they are trying to model something that is discrete (i.e molecules colliding) in a continuous manner. You can easily think of a condition where they fail - imagine a vaccum where there is sufficient space between air molecules, so that collisions aren't always possible. NS won't be able to predict the state of the fluid in every single point in space.
In practice, when you do CFD, no package uses direct differential simulation of NS equations, you usually have simpler approximations that are good enough for the space you are working for. And if you want accuracy, you usually do something like LBM which simulates particle collisions using probability distributions.