View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000944 | OpenFOAM | Bug | public | 2013-08-06 10:33 | 2013-08-07 12:34 |
Reporter | dkxls | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Platform | OpenSUSE 12.2 | OS | Linux | OS Version | x86_64 |
Summary | 0000944: [SprayParcel][ReactingParcel]: Replace boiling temperature by 'pvInvert' from 'liquidProperties' | ||||
Description | 1) The boiling temperature calculation in Foam::scalar Foam::SprayParcel<ParcelType>::chi duplicates the functionality of 'pvInvert' from liquidProperties and should therefore be replaced by a call to that function. 2) The variables/functions 'Tbp_'/ 'Tbp()' are not used and there is no reason why they ever should be used (and would give wrong values for multi-component parcels anyways)! Hence they should be removed from the ReactingParcel template entirely. If the boiling temperature is needed, the correct value for each component can be retrieved from the 'liquidProperties' class (Tboil@normalConditions or pvInvert). | ||||
Additional Information | Note: This requires a correct implementation of 'pvInvert' as provided in the bug report #938. http://www.openfoam.org/mantisbt/view.php?id=938 | ||||
Tags | boiling, Lagrangian, spray | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-08-06 10:33 | dkxls | New Issue | |
2013-08-06 11:38 |
|
Note Added: 0002371 | |
2013-08-06 11:38 |
|
Status | new => resolved |
2013-08-06 11:38 |
|
Fixed in Version | => 2.2.x |
2013-08-06 11:38 |
|
Resolution | open => fixed |
2013-08-06 11:38 |
|
Assigned To | => user2 |
2013-08-07 12:34 | dkxls | Tag Attached: boiling | |
2013-08-07 12:34 | dkxls | Tag Attached: Lagrangian | |
2013-08-07 12:34 | dkxls | Tag Attached: spray |