View Issue Details

IDProjectCategoryView StatusLast Update
0000217OpenFOAMBugpublic2011-06-13 22:39
Reporteralbertop Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSOpenSuseOS Version11.3
Summary0000217: Missing correctBoundaryCondition in twoPhaseEulerFoam / Schaeffer's frictional model
DescriptionThe Schaeffer frictional viscosity model is missing a call to correctBoundaryConditions() on the muff field so that such field is updated properly on processor patches.

Additional InformationA patch is attached.
TagsNo tags attached.

Activities

albertop

2011-06-13 20:32

reporter  

SchaefferFrictionalStress.C.patch (303 bytes)   
*** SchaefferFrictionalStress.C	2011-03-21 21:09:11.728756001 -0500
--- SchaefferFrictionalStressNEW.C	2011-06-11 12:33:02.229542848 -0500
***************
*** 139,144 ****
--- 139,146 ----
                  );
          }
      }
+     
+     muff.correctBoundaryConditions();
  
      return tmuf;
  }

henry

2011-06-13 22:39

manager   ~0000441

Thanks for the bug-report and patch.

Resolved by commit d1e8e84c0cf7ce42daae58fa65355909ae182794

Issue History

Date Modified Username Field Change
2011-06-13 20:32 albertop New Issue
2011-06-13 20:32 albertop File Added: SchaefferFrictionalStress.C.patch
2011-06-13 22:39 henry Note Added: 0000441
2011-06-13 22:39 henry Status new => resolved
2011-06-13 22:39 henry Resolution open => fixed
2011-06-13 22:39 henry Assigned To => henry