ENH: Updates to foamHelp utility

This commit is contained in:
andy
2012-09-26 14:10:55 +01:00
parent 77d51a6caf
commit ee624a98a0
2 changed files with 3 additions and 2 deletions

View File

@ -12,4 +12,4 @@ EXE_LIBS = \
-lincompressibleLESModels \ -lincompressibleLESModels \
-lcompressibleLESModels \ -lcompressibleLESModels \
-lradiationModels \ -lradiationModels \
-lbasicThermophysicalModels -lfluidThermophysicalModels

View File

@ -120,7 +120,8 @@ void Foam::helpTypes::helpBoundary::fixedValueFieldConditions
0, 0,
mesh.nInternalFaces(), mesh.nInternalFaces(),
0, 0,
mesh.boundaryMesh() mesh.boundaryMesh(),
patchType
); );
fvPatch fvp(pp, mesh.boundary()); fvPatch fvp(pp, mesh.boundary());