View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002477 | OpenFOAM | Patch | public | 2017-02-27 09:22 | 2017-02-28 11:39 |
Reporter | Juho | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Fixed in Version | dev | ||||
Summary | 0002477: Multiphase heat flux partitioning: Error on Lavieville correlation | ||||
Description | There 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. | ||||
Tags | No tags attached. | ||||
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 |