View Issue Details

IDProjectCategoryView StatusLast Update
0002714OpenFOAMBugpublic2017-10-06 16:58
ReporterMakisH Assigned Tohenry  
PrioritylowSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Summary0002714: thermoFoam: duplicate header file inclusion
DescriptionIn the thermoFoam.C, the turbulentFluidThermoModel.H file is included twice, the one after the other:

\*---------------------------------------------------------------------------*/

#include "fvCFD.H"
#include "rhoThermo.H"
#include "turbulentFluidThermoModel.H"
#include "turbulentFluidThermoModel.H"
#include "LESModel.H"
#include "radiationModel.H"
#include "fvOptions.H"
#include "simpleControl.H"
#include "pimpleControl.H"

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

https://github.com/OpenFOAM/OpenFOAM-5.x/blob/master/applications/solvers/heatTransfer/thermoFoam/thermoFoam.C

Super trivial, but still... :-)
TagsHeat transfer, Solver

Activities

henry

2017-10-06 16:58

manager   ~0008827

Resolved in OpenFOAM-5.x by commit 0b26b4bab89c05a4d3d84dd56040b26759a6a76a

Resolved in OpenFOAM-dev by commit 6e325d2d6a26e132a40eea8a220c4cc5c34927d8

Issue History

Date Modified Username Field Change
2017-10-06 16:35 MakisH New Issue
2017-10-06 16:35 MakisH Tag Attached: Heat transfer
2017-10-06 16:35 MakisH Tag Attached: Solver
2017-10-06 16:58 henry Assigned To => henry
2017-10-06 16:58 henry Status new => resolved
2017-10-06 16:58 henry Resolution open => fixed
2017-10-06 16:58 henry Fixed in Version => 5.x
2017-10-06 16:58 henry Note Added: 0008827