View Issue Details

IDProjectCategoryView StatusLast Update
0001045OpenFOAMBugpublic2013-11-05 10:18
Reporterdkxls Assigned Touser2 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
PlatformLinux x86_64OSopenSUSEOS Version12.2
Summary0001045: [sprayFoam]: Incorrect surfaceScalarField passed to fvOptions.relativeFlux in pEqn.H
DescriptionIn pEqn.H of the sprayFoam solver, the surfaceScalarField field passed to fvOptions.relativeFlux is incorrect if transonic==false.

To my understanding, in the transonic==false case it should be:
  fvOptions.relativeFlux(fvc::interpolate(rho), phiHbyA);

This bug is only found in the sprayFoam solver. For any other solver that uses a similar implementation of the PISO algorithm (e.g. reactingFoam), 'rho' instead of 'psi' is passed to fvOptions.relativeFlux if transonic==false.
TagssprayFoam

Activities

user2

2013-11-05 10:18

  ~0002606

Thanks for the report - fixed by commit e41a7e8

Issue History

Date Modified Username Field Change
2013-10-11 16:40 dkxls New Issue
2013-10-17 19:25 user600 Tag Attached: sprayFoam
2013-11-05 10:18 user2 Note Added: 0002606
2013-11-05 10:18 user2 Status new => resolved
2013-11-05 10:18 user2 Fixed in Version => 2.2.x
2013-11-05 10:18 user2 Resolution open => fixed
2013-11-05 10:18 user2 Assigned To => user2