View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002521 | OpenFOAM | Patch | public | 2017-04-06 08:16 | 2017-04-13 10:37 |
Reporter | Juho | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002521: Wall boiling model refinements | ||||
Description | Refinements for the wall boiling model: Changes: alphatWallBoilingWallFunctionFvPatchScalarField: 1. Provide Qe() and Qq() member functions for evaporative and quenching heat fluxes for postprocessing. Store and read Qq. 2. Use Qe() in the alphat calculation to make sure the the thermal diffusivity is consistent with the dmdt and mDotL. 3. Do not limit the maximum of the estimated y+ = 250 liquid temperature to cell temperature. On a coarse grids it can be higher. 4. Allow negative subcooling temperature in Del Valle & Kenning (1985) area fraction calculation. Limit the exp() power to log(VGREAT) to avoid possible fpe. 5. Removed extraneous fLiquid calculation. nucleationSiteModel & departureDiameterModel: Provide saturation temperature, liquid temperature and latent heat calculated by the alphatWallBoilingWallFunctionFvPatchScalarField to the submodels in order to make implementation of new models more simple and consistent. TolubinskiKostanchuk: Make model parameters user modifiable. LemmertChawla: A user modifiable coefficient | ||||
Tags | reactingtwoPhaseEulerFoam, wallBoiling | ||||
|
|
|
I've attached an updated version of the patch where the heat fluxes are renamed Q -> q in order to be consistent with OpenFOAM naming convention. |
|
Thanks for the updates Resolved by commit 95ab9a5f6702cb2a7f314f70a262b94c4a9330e6 |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-04-06 08:16 | Juho | New Issue | |
2017-04-06 08:16 | Juho | File Added: wallBoilingUpdate_20170406.tar.gz | |
2017-04-06 08:16 | Juho | Tag Attached: reactingTwoPhaseEulerFoam wallBoiling | |
2017-04-06 08:16 | Juho | Tag Detached: reactingTwoPhaseEulerFoam wallBoiling | |
2017-04-06 08:17 | Juho | Tag Attached: reactingtwoPhaseEulerFoam | |
2017-04-06 08:17 | Juho | Tag Attached: wallBoiling | |
2017-04-11 08:36 | Juho | File Added: wallBoilingUpdate_20170411.tar.gz | |
2017-04-11 08:36 | Juho | Note Added: 0008024 | |
2017-04-13 10:37 | henry | Assigned To | => henry |
2017-04-13 10:37 | henry | Status | new => resolved |
2017-04-13 10:37 | henry | Resolution | open => fixed |
2017-04-13 10:37 | henry | Fixed in Version | => dev |
2017-04-13 10:37 | henry | Note Added: 0008027 |