reverse flow direction if connected pathway is removed

This commit is contained in:
James E McClure
2019-03-25 10:50:58 -04:00
parent 24f5fff3f3
commit d0a516ecf6
2 changed files with 17 additions and 5 deletions

View File

@@ -32,6 +32,7 @@ public:
void WriteDebug();
bool Restart,pBC;
bool REVERSE_FLOW_DIRECTION;
int timestep,timestepMax;
int BoundaryCondition;
double tauA,tauB,rhoA,rhoB,alpha,beta;