View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001045 | OpenFOAM | Bug | public | 2013-10-11 16:40 | 2013-11-05 10:18 |
Reporter | dkxls | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Platform | Linux x86_64 | OS | openSUSE | OS Version | 12.2 |
Summary | 0001045: [sprayFoam]: Incorrect surfaceScalarField passed to fvOptions.relativeFlux in pEqn.H | ||||
Description | In 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. | ||||
Tags | sprayFoam | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-10-11 16:40 | dkxls | New Issue | |
2013-10-17 19:25 |
|
Tag Attached: sprayFoam | |
2013-11-05 10:18 |
|
Note Added: 0002606 | |
2013-11-05 10:18 |
|
Status | new => resolved |
2013-11-05 10:18 |
|
Fixed in Version | => 2.2.x |
2013-11-05 10:18 |
|
Resolution | open => fixed |
2013-11-05 10:18 |
|
Assigned To | => user2 |