View Issue Details

IDProjectCategoryView StatusLast Update
0002477OpenFOAMPatchpublic2017-02-28 11:39
ReporterJuho Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Versiondev 
Summary0002477: Multiphase heat flux partitioning: Error on Lavieville correlation
DescriptionThere is an error in the Lavieville wall heat flux partitioning model:
https://github.com/OpenFOAM/OpenFOAM-dev/blob/master/applications/solvers/multiphase/reactingEulerFoam/reactingTwoPhaseEulerFoam/twoPhaseCompressibleTurbulenceModels/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/Lavieville/Lavieville.C

Current version, line 82:
pow(0.5*(alphaLiquid/alphaCrit_), 20*alphaCrit_)

Corrected version:
0.5*pow(alphaLiquid/alphaCrit_, 20*alphaCrit_)

I've attached a plot that illustrates the effect of the correction.
TagsNo tags attached.

Activities

Juho

2017-02-27 09:22

reporter  

Lavieville.png (2,723 bytes)   
Lavieville.png (2,723 bytes)   

henry

2017-02-28 11:39

manager   ~0007828

Resolved by commit 5bc07189eed88fb8101ec0ac208b503a071f8adc

Issue History

Date Modified Username Field Change
2017-02-27 09:22 Juho New Issue
2017-02-27 09:22 Juho File Added: Lavieville.png
2017-02-28 11:39 henry Assigned To => henry
2017-02-28 11:39 henry Status new => resolved
2017-02-28 11:39 henry Resolution open => fixed
2017-02-28 11:39 henry Fixed in Version => dev
2017-02-28 11:39 henry Note Added: 0007828