Michael Bynum
Michael Bynum
I can confirm that `generate_standard_repn` will not always extract linear or quadratic terms from nonlinear expressions: ``` In [1]: import pyomo.environ as pe In [2]: m = pe.ConcreteModel() In [3]:...
Well said, @jsiirola. Thank you for clarifying that.
Excellent question. I'm not sure. Returning a `ScalarBlock` might make sense.
@gandresr Can you provide any more details on the problem you are having?
I believe all pressures in WNTR have units of meters. The online documentation (http://wntr.readthedocs.io/en/latest/units.html) is a good resource for this. @kaklise However, I think this brings up an issue with...
No problem. Did I answer your question? On Jan 21, 2018 1:11 PM, "N-abdel" wrote: > Thank you so much for the quick response! > > — > You are...
Can you share your model? On Jan 21, 2018 3:12 PM, "N-abdel" wrote: > Yes, but I do still have to figure out why using wntr simulator is giving >...
PR #37 has updated documentation on units which should clear up the question about units of pressure. @N-abdel If you would like to continue the discussion of negative pressures with...
I'm glad to hear the demand driven simulation is working well. Can we continue the conversation about the pressure driven simulation via email? I think it will be easier that...
I will pick this up in early October.