View Issue Details

IDProjectCategoryView StatusLast Update
0000939OpenFOAMBugpublic2013-08-07 12:33
Reporterdkxls Assigned Touser2 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
PlatformOpenSUSE 12.2OSLinuxOS Versionx86_64
Summary0000939: Foam::LiquidEvaporationBoil<CloudType>::TMax returns (vapor) pressure and not temperature
DescriptionThe function 'TMax' should return the "maximum/limiting temperature" but calls 'liquids_.properties()[i].pv(pIn, TIn)' which returns the vapor pressure.

This should be replaced by 'liquids_.properties()[i].pvInvert(pIn)' to obtain the limiting temperature.

This bug requires the bugs in 'pvInvert' to be fixed first (see report http://www.openfoam.org/mantisbt/view.php?id=938).
Additional InformationThe bug also exists in 'Foam::LiquidEvaporation<CloudType>::TMax':

lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporationBoil/LiquidEvaporationBoil.C

lagrangian/intermediate/submodels/Reacting/PhaseChangeModel/LiquidEvaporation/LiquidEvaporation.C
TagsEvaporation, Lagrangian, spray, sprayEngineFoam, sprayFoam

Activities

user2

2013-08-05 13:44

  ~0002366

Thanks for the report - fixed by commit 105abe7

Issue History

Date Modified Username Field Change
2013-08-01 21:20 dkxls New Issue
2013-08-05 13:34 user2 Priority immediate => normal
2013-08-05 13:44 user2 Note Added: 0002366
2013-08-05 13:44 user2 Status new => resolved
2013-08-05 13:44 user2 Fixed in Version => 2.2.x
2013-08-05 13:44 user2 Resolution open => fixed
2013-08-05 13:44 user2 Assigned To => user2
2013-08-07 12:33 dkxls Tag Attached: Evaporation
2013-08-07 12:33 dkxls Tag Attached: Lagrangian
2013-08-07 12:33 dkxls Tag Attached: spray
2013-08-07 12:33 dkxls Tag Attached: sprayEngineFoam
2013-08-07 12:33 dkxls Tag Attached: sprayFoam