summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2023-06-28 23:22:47 +1200
committerJedidiah Barber <contact@jedbarber.id.au>2023-06-28 23:22:47 +1200
commit6bda61c1c20201d1a5e86e37a9c77238cb192b68 (patch)
tree792b642aa19b30d39744079b52f4cbc22ff81d60
parent50381619a1b2e8a8a6fd23575748cc90f820e39a (diff)
Fixed erroneous reference to acceleration of non-wall particles in fluidsim article
-rw-r--r--project/templates/fluidsim.xhtml4
1 files 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
<p>So, the gravity plus the interaction force. That's the particle's acceleration.</p>
-<p>Acceleration of non-wall particles can be ignored since they will never move and the value won't
-have any affect on other calculations.</p>
+<p>Acceleration of wall particles can be ignored since they will never move and the value won't have
+any affect on other calculations.</p>
<h5>Updating Particle Positions</h5>