From ee624a98a0af16641007f95db546efd21698933b Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 26 Sep 2012 14:10:55 +0100 Subject: [PATCH] ENH: Updates to foamHelp utility --- applications/utilities/miscellaneous/foamHelp/Make/options | 2 +- .../foamHelp/helpTypes/helpBoundary/helpBoundaryTemplates.C | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/applications/utilities/miscellaneous/foamHelp/Make/options b/applications/utilities/miscellaneous/foamHelp/Make/options index 031de3d566..41ca9e9b57 100644 --- a/applications/utilities/miscellaneous/foamHelp/Make/options +++ b/applications/utilities/miscellaneous/foamHelp/Make/options @@ -12,4 +12,4 @@ EXE_LIBS = \ -lincompressibleLESModels \ -lcompressibleLESModels \ -lradiationModels \ - -lbasicThermophysicalModels + -lfluidThermophysicalModels diff --git a/applications/utilities/miscellaneous/foamHelp/helpTypes/helpBoundary/helpBoundaryTemplates.C b/applications/utilities/miscellaneous/foamHelp/helpTypes/helpBoundary/helpBoundaryTemplates.C index a615f3c24a..f2ce4a0f00 100644 --- a/applications/utilities/miscellaneous/foamHelp/helpTypes/helpBoundary/helpBoundaryTemplates.C +++ b/applications/utilities/miscellaneous/foamHelp/helpTypes/helpBoundary/helpBoundaryTemplates.C @@ -120,7 +120,8 @@ void Foam::helpTypes::helpBoundary::fixedValueFieldConditions 0, mesh.nInternalFaces(), 0, - mesh.boundaryMesh() + mesh.boundaryMesh(), + patchType ); fvPatch fvp(pp, mesh.boundary());