This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/solvers/surfaceTracking/bubbleInterTrackFoam/include/bubbleVolumeReduction.H

9 lines
278 B
C

bubbleProperties.remove("Vb");
Vb = gSum((1.0 - interface.fluidIndicator().internalField())*mesh.V());
bubbleProperties.add("Vb", Vb);
if(Pstream::master())
{
Info << "Bubble volume reduction: " << Vb/Vbf << endl;
}