remove flux factor

This commit is contained in:
JamesEMcclure 2020-01-13 11:21:11 -05:00
parent 442d42bb91
commit 62674e4e0c

View File

@ -118,7 +118,7 @@ void ScaLBL_ColorModel::ReadParams(string filename){
inletB=0.f;
outletA=0.f;
outletB=1.f;
if (BoundaryCondition==4) flux *= rhoA; // mass flux must adjust for density (see formulation for details)
//if (BoundaryCondition==4) flux *= rhoA; // mass flux must adjust for density (see formulation for details)
BoundaryCondition = 0;
if (domain_db->keyExists( "BC" )){