Remove trace from mixingPlaneCheckFunctionObject.
This commit is contained in:
parent
a93d17fd0f
commit
9da055846f
1 changed files with 2 additions and 2 deletions
|
@ -135,7 +135,7 @@ bool Foam::mixingPlaneCheckFunctionObject::execute()
|
||||||
scalar sumShadowAreas = sum(shadowAreas);
|
scalar sumShadowAreas = sum(shadowAreas);
|
||||||
scalar sumMixingAreas = sum(mixingPlanePatchAreas);
|
scalar sumMixingAreas = sum(mixingPlanePatchAreas);
|
||||||
|
|
||||||
|
#if 0 // Remove this for now
|
||||||
Info<< "Mixing plane functionObject: area check " << nl
|
Info<< "Mixing plane functionObject: area check " << nl
|
||||||
<< " " << "Master " << mixingMaster.name()
|
<< " " << "Master " << mixingMaster.name()
|
||||||
<< " = " << sumMasterAreas << nl
|
<< " = " << sumMasterAreas << nl
|
||||||
|
@ -145,7 +145,7 @@ bool Foam::mixingPlaneCheckFunctionObject::execute()
|
||||||
<< " " << "mixingPlanePatchAreas = " << mixingPlanePatchAreas
|
<< " " << "mixingPlanePatchAreas = " << mixingPlanePatchAreas
|
||||||
//<< " " << "mixingPlanePatchPoints = " << mixingPlanePatchPoints
|
//<< " " << "mixingPlanePatchPoints = " << mixingPlanePatchPoints
|
||||||
<< endl;
|
<< endl;
|
||||||
|
#endif
|
||||||
|
|
||||||
// Calculate master to strip sum
|
// Calculate master to strip sum
|
||||||
scalarField masterToStripsAreas(mixingPlanePatch.size(), 0);
|
scalarField masterToStripsAreas(mixingPlanePatch.size(), 0);
|
||||||
|
|
Reference in a new issue