Skip to content
Snippets Groups Projects
Commit 9258302d authored by kutscher's avatar kutscher
Browse files

remove warning

parent 8ddfcff9
No related branches found
No related tags found
1 merge request!25remove warnings in multiphase classes
......@@ -78,8 +78,8 @@ void NoSlipBCAlgorithmMultiphase::applyBC()
//LBMReal collFactorM = collFactorL + (collFactorL - collFactorG)*(phi - phiH)/(phiH - phiL);
//rho = phi + (1.0 - phi)*1.0/densityRatio;
LBMReal rhoH = 1.0;
LBMReal rhoL = 1.0/densityRatio;
//LBMReal rhoH = 1.0;
//LBMReal rhoL = 1.0/densityRatio;
//rho = rhoH + (rhoH - rhoL)*(phi - phiH)/(phiH - phiL);
calcMacrosFct(f, p1, vx1, vx2, vx3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment