More robust method for handling zero/low flows (#164)

This commit is contained in:
Lew Rossman
2018-09-12 10:38:01 -04:00
parent dab7be8446
commit e45a23c4ef
2 changed files with 28 additions and 15 deletions

View File

@@ -410,7 +410,8 @@ typedef struct /* LINK OBJECT */
double Kb; /* Bulk react. coeff */
double Kw; /* Wall react. coeff */
double R; /* Flow resistance */
double Rc; /* Reaction cal */
double Rc; /* Reaction coeff. */
double Qa; // Low flow limit
EN_LinkType Type; /* Link type */
StatType Stat; /* Initial status */
char Rpt; /* Reporting flag */