View Issue Details

IDProjectCategoryView StatusLast Update
0004194OpenFOAMBugpublic2024-12-31 12:59
Reporterwyldckat Assigned Tohenry  
PrioritylowSeveritytextReproducibilityN/A
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Versiondev 
Summary0004194: Minor typo in recent commit 288c959570dc3aa2c5542f3d081f023fc281fa06
DescriptionIn file 'src/thermophysicalModels/multicomponentThermo/psiuMulticomponentThermo/psiuMulticomponentThermo.H':

            //- Standard tnthalpy of reaction [J/kg]
            virtual tmp<volScalarField> hr() const = 0;

Minor typo "tnthalpy", should be "enthalpy":

            //- Standard enthalpy of reaction [J/kg]
            virtual tmp<volScalarField> hr() const = 0;
TagsNo tags attached.

Activities

henry

2024-12-31 12:59

manager   ~0013497

Resolved by commit 16e520420af70414cfcb9802bdac0daee406f68e

Issue History

Date Modified Username Field Change
2024-12-31 12:24 wyldckat New Issue
2024-12-31 12:59 henry Assigned To => henry
2024-12-31 12:59 henry Status new => resolved
2024-12-31 12:59 henry Resolution open => fixed
2024-12-31 12:59 henry Fixed in Version => dev
2024-12-31 12:59 henry Note Added: 0013497