Added info on volume change in mesh motion
This commit is contained in:
parent
49124b24c2
commit
f8f6b78897
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ if (mesh.moving())
|
|||
Info<< "volume continuity errors : "
|
||||
<< "V = " << sumV
|
||||
<< ", V0 = " << sumV0
|
||||
<< ", deltaVol = " << gSum(mag(V - V0))
|
||||
<< ", deltaVol = " << gSum(mag(V - V0))
|
||||
<< ", max error = " << maxMotionError
|
||||
<< ", sum local = " << sumLocalContErr
|
||||
<< ", global = " << globalContErr << endl;
|
||||
|
|
Reference in a new issue