View Issue Details

IDProjectCategoryView StatusLast Update
0004185OpenFOAMBugpublic2024-12-03 12:59
Reportertniemi Assigned Tohenry  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Versiondev 
Summary0004185: multiphaseEuler crashes with stationary phases
DescriptionFollowing this commit: https://github.com/OpenFOAM/OpenFOAM-dev/commit/1455345ae0ad7f45d114a73eae04af17b9cd8b78

multiphaseEuler crashes if the case has stationary phases. The issue seems to be that the invADVfs (and lalphafs) has a size movingPhases.size(), but alphafs is phases.size() which is longer if there are stationary phases.

The same issue affects both cell and faceMomentum.
Steps To ReproduceTry to run eg. tutorials/multiphaseEuler/boilingBed
TagsNo tags attached.

Activities

henry

2024-12-03 12:59

manager   ~0013479

Resolved by commit af72a7ea13abf2b9a3d1c590e2c64116518970d3

Issue History

Date Modified Username Field Change
2024-12-03 11:30 tniemi New Issue
2024-12-03 12:59 henry Assigned To => henry
2024-12-03 12:59 henry Status new => resolved
2024-12-03 12:59 henry Resolution open => fixed
2024-12-03 12:59 henry Fixed in Version => dev
2024-12-03 12:59 henry Note Added: 0013479