From 69dee1b46bbd864ce267ac25578b1670b501db0a Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 2 Apr 2013 12:59:24 +0100 Subject: [PATCH 1/2] BUG: solidThermo instantiation - added missing add to basicThermo table --- .../solidThermo/solidThermo/makeSolidThermo.H | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/thermophysicalModels/solidThermo/solidThermo/makeSolidThermo.H b/src/thermophysicalModels/solidThermo/solidThermo/makeSolidThermo.H index 774a94308a..85000a3c10 100644 --- a/src/thermophysicalModels/solidThermo/solidThermo/makeSolidThermo.H +++ b/src/thermophysicalModels/solidThermo/solidThermo/makeSolidThermo.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2012-2013 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -82,6 +82,13 @@ defineTemplateTypeNameAndDebugWithName \ \ \ addToRunTimeSelectionTable \ +( \ + basicThermo, \ + Cthermo##Mixture##Transport##Type##Thermo##EqnOfState##Specie, \ + fvMesh \ +); \ + \ +addToRunTimeSelectionTable \ ( \ BaseThermo, \ Cthermo##Mixture##Transport##Type##Thermo##EqnOfState##Specie, \ From 8b2f56966d219762942dd2db5921c7b5da06554a Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 2 Apr 2013 13:21:16 +0100 Subject: [PATCH 2/2] BUG: Added missing linkage to turbulence libraries --- .../utilities/postProcessing/wall/wallHeatFlux/Make/options | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/utilities/postProcessing/wall/wallHeatFlux/Make/options b/applications/utilities/postProcessing/wall/wallHeatFlux/Make/options index 444af26ce0..cd09f8d5b7 100644 --- a/applications/utilities/postProcessing/wall/wallHeatFlux/Make/options +++ b/applications/utilities/postProcessing/wall/wallHeatFlux/Make/options @@ -9,6 +9,9 @@ EXE_INC = \ EXE_LIBS = \ -lcompressibleTurbulenceModel \ + -lcompressibleRASModels \ + -lcompressibleLESModels \ + -lLESdeltas \ -lreactionThermophysicalModels \ -lfiniteVolume \ -lgenericPatchFields \