I need some hints for my assignment please

  • Thread starter Thread starter ImagineBarons
  • Start date Start date
  • Tags Tags
    Assignment
AI Thread Summary
The discussion centers on a request for guidance on simulating pollutant flow among three interconnected ponds following a chemical spill. The user seeks to model the pollutant's movement from pond 1 to pond 2 and pond 3, ultimately reaching equilibrium, while emphasizing the need for a minute-by-minute simulation without requesting actual code. Key points include the importance of defining the ponds' geometry and dimensions, as well as understanding the mechanisms driving pollutant transfer between them. Participants suggest that the problem contains many unknowns, recommending a more structured approach to defining the scenario and asking specific questions for clarity.
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 Silicon Waffle
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...

Similar threads

Replies
4
Views
2K
Replies
5
Views
2K
Replies
5
Views
2K
Replies
1
Views
1K
Replies
31
Views
7K
Replies
4
Views
2K
Replies
9
Views
4K
Back
Top