View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002446 | OpenFOAM | Patch | public | 2017-01-30 13:50 | 2017-01-30 16:47 |
Reporter | Juho | Assigned To | henry | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | dev | ||||
Fixed in Version | dev | ||||
Summary | 0002446: Wall boiling & IATE: FPE in restart | ||||
Description | In reactingTwoPhaseEulerFoam wall boiling simulations with the IATE diameterModel the solver crashes on restart because wall phase change mass flux (dmdt) is present but departure diameter is zero because IATEsources::wallBoiling::R is called before the first turbulent wall function update. To eliminate the issue I've attached a modified alphatWallBoilingWallFunction.C that writes and reads dDep so that when dmdt is present in start, dDep is also present. | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2017-01-30 13:50 | Juho | New Issue | |
2017-01-30 13:50 | Juho | File Added: alphatWallBoilingWallFunctionFvPatchScalarField.C | |
2017-01-30 16:47 | henry | Assigned To | => henry |
2017-01-30 16:47 | henry | Status | new => resolved |
2017-01-30 16:47 | henry | Resolution | open => fixed |
2017-01-30 16:47 | henry | Fixed in Version | => dev |
2017-01-30 16:47 | henry | Note Added: 0007695 |