adding rtx modifications

- get volume curves
- get relative error / n iterations from last solution
- get more tank characteristics
- modify sim duration during active simulation
This commit is contained in:
Sam Hatchett
2013-01-08 12:41:48 -05:00
parent ad97233410
commit f8e843d584
4 changed files with 56 additions and 6 deletions

View File

@@ -204,6 +204,10 @@ int runhyd(long *t)
/* Report new status & save results */
if (Statflag) writehydstat(iter,relerr);
/* solution info */
_relativeError = relerr;
_iterations = iter;
/*** Updated 3/1/01 ***/
/* If system unbalanced and no extra trials */
/* allowed, then activate the Haltflag. */