From 6bda61c1c20201d1a5e86e37a9c77238cb192b68 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 28 Jun 2023 23:22:47 +1200 Subject: Fixed erroneous reference to acceleration of non-wall particles in fluidsim article --- project/templates/fluidsim.xhtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/templates/fluidsim.xhtml b/project/templates/fluidsim.xhtml index 5537712..de8ccd7 100644 --- a/project/templates/fluidsim.xhtml +++ b/project/templates/fluidsim.xhtml @@ -448,8 +448,8 @@ once you get past all the variables there is still only elementary math involved

So, the gravity plus the interaction force. That's the particle's acceleration.

-

Acceleration of non-wall particles can be ignored since they will never move and the value won't -have any affect on other calculations.

+

Acceleration of wall particles can be ignored since they will never move and the value won't have +any affect on other calculations.

Updating Particle Positions
-- cgit