Forward compatibility: flex
[foam-extend-3.2.git] / applications / solvers / incompressible / icoDyMSimpleFoam / checkTotalVolume.H
blob75d7f8c683fa91b8861f6dcea6f6acd029916162
1     scalar newTotalVolume = sum(mesh.cellVolumes());
3     Info<< "Volume: new = " << newTotalVolume << " old = " << totalVolume
4         << " change = " << Foam::mag(newTotalVolume - totalVolume) << endl;
6     totalVolume = newTotalVolume;