View Issue Details

IDProjectCategoryView StatusLast Update
0001225OpenFOAMBugpublic2014-03-17 21:34
Reporterfeymark Assigned Tohenry  
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinuxOSArch LinuxOS Version(please specify)
Summary0001225: rhoPhi equals to zero in second PIMPLE iteration in interPhaseChangeFoam
DescriptionIn interPhaseChangeFoam by default alphaOuterCorrectors=false and for all but the first PIMPLE iteration

if (pimple.firstIter() || alphaOuterCorrectors)

will be false. Thus, rhoPhi will keep its initial value of zero and the solution of the flow equations will be wrong.
TagsNo tags attached.

Activities

henry

2014-03-17 21:34

manager   ~0002955

Thanks for the bug-report.
Resolved by commit 3c837948f19c4f21570201595ac7396809f308ef

Removed alphaOuterCorrectors option because the mass-flux should be updated for all PIMPLE iterations

Issue History

Date Modified Username Field Change
2014-03-16 12:52 feymark New Issue
2014-03-17 21:34 henry Note Added: 0002955
2014-03-17 21:34 henry Status new => resolved
2014-03-17 21:34 henry Resolution open => fixed
2014-03-17 21:34 henry Assigned To => henry