update deficit curvature test

This commit is contained in:
James McClure
2021-12-14 16:46:00 -05:00
parent 012c1814c6
commit 66be77aeae
5 changed files with 266 additions and 6 deletions

View File

@@ -1472,17 +1472,16 @@ void TwoPhase::Reduce() {
van_global(2) = van_global(2) / nwp_volume_global;
}
// Normalize surface averages by the interfacial area
/*
if (awn_global > 0.0) {
Jwn_global /= awn_global;
Kwn_global /= awn_global;
//Kwn_global /= awn_global;
wwndnw_global /= awn_global;
for (i = 0; i < 3; i++)
vawn_global(i) /= awn_global;
for (i = 0; i < 6; i++)
Gwn_global(i) /= awn_global;
}
*/
if (lwns_global > 0.0) {
efawns_global /= lwns_global;
//KNwns_global /= lwns_global;