volume averaging modified to exclude more of the interface region

This commit is contained in:
James McClure 2014-03-29 13:51:08 -04:00
parent 7f5369ea97
commit 1177946c92

View File

@ -2147,7 +2147,7 @@ int main(int argc, char **argv)
nwp_volume += 1.0;
// volume averages over the non-wetting phase
if ( Phase(i,j,k) > 0.99 ){
if ( Phase(i,j,k) > 0.999 ){
// volume the excludes the interfacial region
vol_n += 1.0;
// pressure
@ -2159,7 +2159,7 @@ int main(int argc, char **argv)
}
// volume averages over the wetting phase
if ( Phase(i,j,k) < -0.99 ){
if ( Phase(i,j,k) < -0.999 ){
// volume the excludes the interfacial region
vol_w += 1.0;
// pressure