View Issue Details

IDProjectCategoryView StatusLast Update
0000944OpenFOAMBugpublic2013-08-07 12:34
Reporterdkxls Assigned Touser2 
PrioritynormalSeveritytweakReproducibilityN/A
Status resolvedResolutionfixed 
PlatformOpenSUSE 12.2OSLinuxOS Versionx86_64
Summary0000944: [SprayParcel][ReactingParcel]: Replace boiling temperature by 'pvInvert' from 'liquidProperties'
Description1) 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 InformationNote: This requires a correct implementation of 'pvInvert' as provided in the bug report #938.
http://www.openfoam.org/mantisbt/view.php?id=938
Tagsboiling, Lagrangian, spray

Activities

user2

2013-08-06 11:38

  ~0002371

Thanks for the report - fixed by commits f3bdac5 and 202793f

Issue History

Date Modified Username Field Change
2013-08-06 10:33 dkxls New Issue
2013-08-06 11:38 user2 Note Added: 0002371
2013-08-06 11:38 user2 Status new => resolved
2013-08-06 11:38 user2 Fixed in Version => 2.2.x
2013-08-06 11:38 user2 Resolution open => fixed
2013-08-06 11:38 user2 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