You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In columns DA-DB in aspects/fluid/tuning/Gunns_Pump_Fan_Tuning_Helper.xlsx, we attempt to estimate the maximum flow rate of the reference performance curve. The method doesn't work in all cases because it's not a proper root-finding method, like we use in runtime.
do it properly.
The text was updated successfully, but these errors were encountered:
Merge in IPA/gunns from hotfix/lossless_source_transportflux_fix to ax-gunns
* commit 'e9d086c4b20ae6e77de8903170dcf0142cb41189':
Removing print statements
Had to copy over some other virtual funcitons to make it call the right one?
Wrote custom transportFlux() function; Turns out I also need to rewrite computeFlows() or GunnsBasicSource::computeFlows() will still call GunsnBasicLink::transportFlux() bc it's declared virtual
Expanded the test and realized the 0V output case was important too
I believe I fixed the test
Initial test commit
In columns DA-DB in aspects/fluid/tuning/Gunns_Pump_Fan_Tuning_Helper.xlsx, we attempt to estimate the maximum flow rate of the reference performance curve. The method doesn't work in all cases because it's not a proper root-finding method, like we use in runtime.
The text was updated successfully, but these errors were encountered: