Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AV-2: Mother Solution Concentration Page #3

Open
2 tasks
steveschannel opened this issue Jan 24, 2025 · 0 comments
Open
2 tasks

AV-2: Mother Solution Concentration Page #3

steveschannel opened this issue Jan 24, 2025 · 0 comments
Assignees

Comments

@steveschannel
Copy link
Contributor

Requirements

Mother Solution = Chlorine mixture that flows to the reservoir during a chlorination process

The formula is for finding the approximate mother solution necessary for a proper chlorination process.

Here is the formula, which is also included in the file src/app/mother-solution-concentration/page.tsx

var mother_solution_volume = 600 // liters
var weight_of_chlorine = 100 // grams
var desired_reservoir_concentration = 1 // miligrams/liter

var concentration_mother_solution = ( weight_of_chlorine * 10 * desired_reservoir_concentration ) / mother_solution_volume // miligrams/liter

Criteria of Success

  • The page contains a description and lets the user interact with the page to calculate mother solution concentration
  • There is a clear button that resets all fields to empty
@steveschannel steveschannel converted this from a draft issue Jan 24, 2025
@jackmaggio jackmaggio self-assigned this Jan 27, 2025
@steveschannel steveschannel moved this from Next Up to Complete in CTA organization tracker Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Complete
Development

No branches or pull requests

2 participants