Bug fix issue 'No quality data generated'#6
Bug fix issue 'No quality data generated'#6ahuarte47 wants to merge 1 commit intoBaseform:masterfrom
Conversation
|
Dear Alvaro, Thanks a lot for contributing. public class Sample_HybridSimulation { } |
New HydraulicAndQualitySim class to simulate hydraulic and Water quality analysis in order to fill the water quality data in output. It fixes the issue: Baseform#4
d2c2c04 to
4724b9f
Compare
|
Hi, thank you very much for your reply and clarifications. I have rewritten the code creating a new "HydraulicAndQualitySim" class that explicitly mixes the hydraulic and water quality simulations. The developer then decides which uses as needed. This change can be a better implementation which does not modify the current behavior. I hope this is most welcome. Best Regards |
HydraulicSim manages a QualitySim data member when Water quality analysis is needed in order to fill the water quality data in output.
It fixes the issue:
#4