I need some hints for my assignment please

  • Thread starter Thread starter ImagineBarons
  • Start date Start date
  • Tags Tags
    Assignment
Click For Summary
SUMMARY

The discussion centers on a programming assignment involving the simulation of pollutant flow among three interconnected ponds. The user requires guidance on how to model the chemical spill, which starts in pond 1 at a rate of 0.125 liters per minute, and subsequently spreads to ponds 2 and 3 until equilibrium is reached. Key aspects include defining the ponds, their connections, and the mechanisms driving pollutant movement. The user is specifically looking for hints rather than complete code solutions.

PREREQUISITES
  • Understanding of Python functions, particularly def functions
  • Basic knowledge of fluid dynamics and pollutant dispersion
  • Familiarity with simulation concepts and time-based modeling
  • Ability to interpret and utilize mathematical models for flow rates
NEXT STEPS
  • Research how to implement time-based simulations in Python
  • Learn about fluid dynamics principles relevant to pollutant dispersion
  • Explore mathematical modeling techniques for interconnected systems
  • Investigate how to visualize simulation results using Python libraries like Matplotlib
USEFUL FOR

This discussion is beneficial for students in environmental science, programming enthusiasts working on simulations, and anyone interested in modeling dynamic systems involving fluid flow and pollutant management.

ImagineBarons
Messages
1
Reaction score
0
I just need some guidelines, you don't have to write code for me, I'm not looking for someone to write code for me.
briefly, for my assignment I have three ponds, which are connected with each other (like a triangle), and there's chemical spill of x liters that could start in pond 1, the rate of pollutant (chemical spill) in pond 1 is 0.125 li/min. at time t=0 all ponds will be at 0 pollutant, then it starts in pond 1, moves to pond 2, then to pond 3, then it keeps circulating, until they all reach a state of equilibrium.
the program should simulate the flow and and level of pollutant in each pond on a min by min basis.
I also have to use def functions

again, I'm not asking you to write code, but just some baselines, or hints.
I'm really desperate, so any help will be appreciated. Thank you.

here's a link to my calculations: http://imgur.com/nZ36bwu
 
Technology news on Phys.org
There are so many unknowns in your problem as stated that you would probably do better to consult a fairground fortune teller rather than try to do any calculations .

If you want to attempt a realistic solution then start by defining some ponds and connecting ducts with plausible geometry and dimensions .

Then identify what the driving mechanisms are going to be to make the pollutant spread from pond to pond .

Ask any questions you like but try to make them specific rather than just general .
 
  • Like
Likes   Reactions: Silicon Waffle

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 34 ·
2
Replies
34
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 31 ·
2
Replies
31
Views
7K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K