View Issue Details

IDProjectCategoryView StatusLast Update
0002007OpenFOAMBugpublic2016-02-26 18:15
ReporterJuho Assigned Tohenry  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformGNU/LinuxOSUbuntuOS Version14.04
Product Versiondev 
Summary0002007: [alphatWallBoilingWallFunctionFvPatchScalarField] High void damping: Wrong limit
DescriptionIn the wall boiling thermal wall function, the high void damping coefficient has a typo that affects results:

Current code:
  // Damp boiling at high void fractions.
    const scalarField W(min(liquidw/0.2, scalar(0.1)));

Corrected:
  // Damp boiling at high void fractions.
    const scalarField W(min(liquidw/0.2, scalar(1)));
TagsNo tags attached.

Activities

henry

2016-02-26 18:15

manager   ~0005982

Thanks for the correction. It is buried in
commit 78590832467c4b288bf80ae703a6a9ebefd95601

Issue History

Date Modified Username Field Change
2016-02-26 09:49 Juho New Issue
2016-02-26 18:15 henry Note Added: 0005982
2016-02-26 18:15 henry Status new => resolved
2016-02-26 18:15 henry Resolution open => fixed
2016-02-26 18:15 henry Assigned To => henry