What I need to do is a bit hard to describe so I'm going to explain it as best as possible...
If i explain the project I'm working with this will probably be a bit easier to digest. I'm working on a fluid mechanics end-of-year design project and what i have is a system of aerial sprinklers that are dropping a volume of water down on a certain distance (from position x1 to x2, say) and watering the ground to a certain depth. I have data for the positions of the coverage and the depth of my soak into the ground.
My problem is this: the sprinklers are dropping water over overlapping distances.
What I need: is some sort of chart/graph that will actually ADD up the depths at the union of the distances they cover.
for example: (I tried to format this a bit more legible but no luck, sorry)
depth_soak upper_x lower_x
0.239532077 23.19230485 2.407695155
0.159688052 29.59230485 8.807695155
0.119766039 35.99230485 15.20769515
this is just a very small subset of the data, but you can see from the data what i need...
the first data row (for my first sprinkler) puts out water to soak into the ground a total depth of 0.23" across x values 2.4 thru 23.19
BUT the second sprinkler OVERLAPS a portion of this section also, penetrating 0.15" across x values 8.8 to 29.59
so, you can see that distances 8.8 thru 23.19 have overlap for the first set of sprinklers and cumulatively these create total ground penetration of 0.38" across that distance... i need some graph to automatically see these overlapping areas and then add them accordingly. I need the total ground penetration depth contributed by all the sprinklers for each section along x. (my goal here is to have somewhat even ground soak across my entire area - which i will be able to see if I can somehow get this to work...)
I've been poking around with excel for the past few hours and nada. I don't even know if excel is capable of this or not... hopefully I explained it well enough.
any help would be greatly appreciated. and thank you in advance for even reading. If someone can give me a solution they will be my new personal hero
If i explain the project I'm working with this will probably be a bit easier to digest. I'm working on a fluid mechanics end-of-year design project and what i have is a system of aerial sprinklers that are dropping a volume of water down on a certain distance (from position x1 to x2, say) and watering the ground to a certain depth. I have data for the positions of the coverage and the depth of my soak into the ground.
My problem is this: the sprinklers are dropping water over overlapping distances.
What I need: is some sort of chart/graph that will actually ADD up the depths at the union of the distances they cover.
for example: (I tried to format this a bit more legible but no luck, sorry)
depth_soak upper_x lower_x
0.239532077 23.19230485 2.407695155
0.159688052 29.59230485 8.807695155
0.119766039 35.99230485 15.20769515
this is just a very small subset of the data, but you can see from the data what i need...
the first data row (for my first sprinkler) puts out water to soak into the ground a total depth of 0.23" across x values 2.4 thru 23.19
BUT the second sprinkler OVERLAPS a portion of this section also, penetrating 0.15" across x values 8.8 to 29.59
so, you can see that distances 8.8 thru 23.19 have overlap for the first set of sprinklers and cumulatively these create total ground penetration of 0.38" across that distance... i need some graph to automatically see these overlapping areas and then add them accordingly. I need the total ground penetration depth contributed by all the sprinklers for each section along x. (my goal here is to have somewhat even ground soak across my entire area - which i will be able to see if I can somehow get this to work...)
I've been poking around with excel for the past few hours and nada. I don't even know if excel is capable of this or not... hopefully I explained it well enough.
any help would be greatly appreciated. and thank you in advance for even reading. If someone can give me a solution they will be my new personal hero