mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Updates to foamHelp utility
This commit is contained in:
@ -12,4 +12,4 @@ EXE_LIBS = \
|
||||
-lincompressibleLESModels \
|
||||
-lcompressibleLESModels \
|
||||
-lradiationModels \
|
||||
-lbasicThermophysicalModels
|
||||
-lfluidThermophysicalModels
|
||||
|
||||
@ -120,7 +120,8 @@ void Foam::helpTypes::helpBoundary::fixedValueFieldConditions
|
||||
0,
|
||||
mesh.nInternalFaces(),
|
||||
0,
|
||||
mesh.boundaryMesh()
|
||||
mesh.boundaryMesh(),
|
||||
patchType
|
||||
);
|
||||
|
||||
fvPatch fvp(pp, mesh.boundary());
|
||||
|
||||
Reference in New Issue
Block a user