@autoMick, thanks for the clarification. I think what I proposed can meet your needs. Stage-storage might help; I will get to that later.
Volume surfaces compute cut and fill volumes between a base surface and comparison surface. Typically that means for every interval of interest we need a base and comparison surface pair. The process can be simplified by the use of simple arithmetic.
Looking at your cross section, the Subtidal cut comparison surface is the dredged surface (DG) but the base surface, EG-ST, is not so clearly defined. EG-ST is the EG surface with in the dredged area up to the low tide elevation, and a flat area at low tide elevation extending to (or beyond) the DR surface. Create EG-ST; paste in a copy of EG; add a boundary that trims the surface to the area below low tide elevation; and a feature line to create the flat spot.
The surfaces for the intertidal cut are similar, but the flat spot is on the dredged comparison surface. If there was a supratidal cut, both surfaces for the intertidal cut would have flat spots.
The situation is the same for the Placed fill volumes.
Creation of these surfaces is not extremely difficult, but it by no means trivial. This is not fully dynamic, so it will be tedious in an iterative design/analysis process.
image.png
My approach avoids the need for these intermediate surfaces by use of simple arithmetic. In a eureka* moment, I just realized that I have suggested computing dredge volume by taking the difference between the dredged lagoon volume and the dredged lagoon volume. I did not state this before; If I had realized it, I would have.
At this point in your analysis, you have an existing surface, a grudged area surface and a filled area surface. I suggest treating the areas inside and outside the lagoon separately. If you do not, you will need to establish surface boundaries.
Inside, we have EG-IN, and DG.
It is easy to create in inside finish grade surface
Create FG-IN; paste EG; paste DG. This is dynamic if DG changes.
It is trivial to create a low tide and high tide reference surfaces:
Create a closed feature line at low tide elevation. This can be any shape as long as it fully encloses the cut area and as much of the lagoon as you care to analyze.
Create LT-IN surface; add the feature line. Done.
Create HT-IN surface; Edit Past LT-IN; Edit Raise (HT elev - LT elev). Done.
You can now compute existing subtidal lagoon volume (A), and existing high tide lagoon volume (B). Existing Intertidal lagoon volume (C) is (B) - (A). (Just arithmetic.) There may be some value to know in these volumes.
Now we can compute the cut volume by creating a volume surface using base: EG-IN and comp: FG. There is no easy way to segment the computed fill.
Now compute dredged subtidal lagoon volume (G), and dredged high tide lagoon volume (H). Dredged Intertidal lagoon volume (I) is (G) - (H). (Just arithmetic.) There may be some value to knowing these volumes.
image.png
So, what about those segmented cut volumes? It is all just arithmetic now:
Subtidal cut (16) = (G) - (A); Intertidal cut (17) = (I) - (G) and
Supratidal cut (18) = (12) - (16) - (17)
image.png
The fill condition is similar. It is illustrated but not discussed.
Warning: This is a situation
image.png where we know that either cut or fill is appropriate, but not both. At right, the subtidal fill is computed as the fill given by a volume surface with base: EG-IN and comp: LT-IN. A cut area is computed as well, but we ignore that. This is an important shortcut. If our area of interest included both cut and fill, we would need to add boundaries to limit the volume surface to the area of interest. This shortcut is why we need to analyze the lagoon ad placement areas separately.
Thing a little further:
- You are not limited to just Low Tide and High Tide reference surfaces. It would be trivially easy to make a series of reference surfaces at an interval of your choice. (one at a time)
- As @Joe-Bouza suggests, you can stack these a series of volume surfaces in the volume dash board and report them out.
ref:comp - EG:R1, EG:R2, EG:R3, EG:R4, FG:R1, FG:R2, FG:R3, FG:R4
You will still need arithmetic for interval volumes and difference to indicate cut/fill volumes.
(The Volume Dashboard is dynamic, but anything it reports out is static.)
Now, about stage-storage:
- Stage-Storage only works with one surface at a time. You would have need two S-S tables. EG lagoon volume and DR lagoon volume. These tables are standard AutoCAD tables the static contents within are available to fields. You would need a third table to calculate (subtract) cut or fill volumes. You could export to excel.
- Stage-Storage only uses contours. If your EG surface is irregular, with pits and peaks, the contour area is unpredictable. Once you get higher, this problem goes away.
- Stage-Storage only uses contour area. It averages or uses a conic approximation. In irregular areas the surface volume calculation is more accurate. For a given slice, if the irregular area is small compared to the flat "sliced" area, the computed volume difference may be negligible.
- Stage-Storage may be a little easier to set up than the Reference Surface-Volume Dashboard approach. (Anyone else have an opinion?)
- Reference Surface-Volume Dashboard approach may be more flexible that Stage-Storage. Volume Dashboard is dynamic.
That's all I got. Good luck. It would be nice if you update us on how you proceed.
P.S. Here is a slightly updated version of the original picture. (Included for completeness.)
image.png
Christopher Stevens
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
