For all you nerds out there, I am writing a Reverse Osmosis Simulator to test whether it can be improved or not.
I am including variables that will change the results of the simulation every time its ran. Including independent variables will help show (graphically) the advantages or disadvantages of each combination of variables.
I have yet to write the actual engine that handles the dynamic fluid, but I have this so far:
Inputting and setting values for the variables goes along the lines of:
There is a sequence of Regex codes set so certain characters are not allowed: [0-9.] are the characters that are allowed.
If a character that is entered isn't one of the permitted characters, the following message is sent:
So I was wondering if you guys could help me brainstorm any other variables that might help determine different outcomes when changed.