View Issue Details

IDProjectCategoryView StatusLast Update
0000956OpenFOAMBugpublic2013-08-13 15:21
Reporterdkxls Assigned Tohenry  
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
PlatformLinux x86_64OSopenSUSEOS Version12.2
Summary0000956: [thermo]: Foam::species::thermo<Thermo, Type> has no member named ‘h’
DescriptionThe function Foam::species::thermo<Thermo, Type>::H(const scalar p, const scalar T) needs a function h(p, T), which is nowhere defined.
Up to OF 2.1.x e.g. the janafThermo class returned h(p, T), but after the rewrite it only returns ha(p, T).
This is mainly a naming issue.
Additional InformationthermophysicalModels/specie/thermo/thermo/thermo.H
thermophysicalModels/specie/thermo/thermo/thermoI.H
TagsNo tags attached.

Activities

henry

2013-08-13 15:21

manager   ~0002394

The H function is redundant and was only needed during the development of the new thermo structure. I have removed it to avoid further confusion.

commit fa651450a557a4477d35ace6a864a9dbaeb672f3

Issue History

Date Modified Username Field Change
2013-08-13 11:47 dkxls New Issue
2013-08-13 15:21 henry Note Added: 0002394
2013-08-13 15:21 henry Status new => resolved
2013-08-13 15:21 henry Resolution open => fixed
2013-08-13 15:21 henry Assigned To => henry