Hi, I am building a model of contaminant transport. There are three questions that I am confused.
The basic situation of my model is that we want to build an extractive factory, I need to evaluate the effect of the contaminants on groundwater when there is an accident. There are 4 layers. No.1 and No.3 are aquifers. No.2 and No.4 are aquitards.
First, how can I control the quantity of contaminant that infiltrates into the ground, for example, a leak occurs in a workshop, the leak area is 200 square metres, the leakage is 10 cubic meters. The concentration is 200 mg/L, so should I use "well" to achieve that? Or if I give initial value in Mass transport initials to the 200 square metres leak area, then how can I know the quantity?
Second, how can I control the duration of the leak, I mean, I want to assign the time that the leak occurs. But
I do not know how to do because the Time-varying function cannot achieve this. For example, the duration of the leak is one day, the leak occurs one year after the model began. If I write the file like the following one, after the day 366, the concentration of the leak area will be 0, if I do not write"366 0","18250 0", the concentration will be 200 until the end.
!
! t [d] fvalue
!---------------------
0 0
1 0
2 0
364.99 200
365 200
365.99 200
366 0
18250 0
END
Third, how can I simulate impervious layer? For example, I want to add two layers upon the No.1, they are impervious layers, and parameters in leak area of the two layers are very low. But the hydraulic head will be very high. And what is more, what statuses should I set for the two layers in Free surface editor?
Thanks !
My email: jxwking2010@gmail.com