Translations:Value Of/10/en: Difference between revisions

From StarLogo Nova Wiki
(Importing a new version from external source)
 
(No difference)

Latest revision as of 20:06, 14 August 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Value Of)
This model demonstrates the change in pH of a solution as base is added. Since each H+ agent represents one millionth of a mol of H+, so the [[Special:MyLanguage/Count Within Steps|‘count H+ within 200 steps’]] block is being multiplied by 0.000001. The [[Special:MyLanguage/Count Within Steps|‘count water within 200 steps’]] has been divided by 560 because each water molecule represents a tenth of a mole, of which there are approximately 56 in a one liter solution. (The solution is one liter at the start of the model, but gains volume as more acid is added to it.)
Variables have been utilized in this simulation to keep track of the amount of H+ in the solution and also the total liters of liquid in the solution. This increases the readability of the pH equation.

This model demonstrates the change in pH of a solution as base is added. Since each H+ agent represents one millionth of a mol of H+, so the ‘count H+ within 200 steps’ block is being multiplied by 0.000001. The ‘count water within 200 steps’ has been divided by 560 because each water molecule represents a tenth of a mole, of which there are approximately 56 in a one liter solution. (The solution is one liter at the start of the model, but gains volume as more acid is added to it.) Variables have been utilized in this simulation to keep track of the amount of H+ in the solution and also the total liters of liquid in the solution. This increases the readability of the pH equation.