diff --git a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml index 93bb9ffe9d..644b794a44 100644 --- a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml +++ b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/PV3FoamReader_SM.xml @@ -27,6 +27,92 @@ + + + + + + + + Extrapolate internalField to wall and empty patches + + + + + + + Searches the polyMesh/sets/ directory + + + + + + + + ZoneMesh information is used to find {cell,face,point}Zones. + The polyMesh/ directory is only checked on startup. + + + + + + + + + Show patch names in render window. + + + + + + + + Cache the fvMesh in memory. + + + + + + + + + A simple way cause a reader GUI modification. + + + + + + - - - - - - Extrapolate internalField to wall and empty patches - - - - - - - Searches the polyMesh/sets/ directory - - - - - - - - ZoneMesh information is used to find {cell,face,point}Zones. - The polyMesh/ directory is only checked on startup. - - - - - - - - - Show patch names in render window. - - - - - - - - Cache the fvMesh in memory. - - - - - - - - - A simple way cause a reader GUI modification. - - - diff --git a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx index 2a78ad0133..8fc518d745 100644 --- a/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx +++ b/applications/utilities/postProcessing/graphics/PV3FoamReader/PV3FoamReader/vtkPV3FoamReader.cxx @@ -623,6 +623,7 @@ void vtkPV3FoamReader::SetLagrangianFieldArrayStatus } } + // ---------------------------------------------------------------------- void vtkPV3FoamReader::SelectionModifiedCallback @@ -658,4 +659,5 @@ int vtkPV3FoamReader::FillOutputPortInformation return 1; } + // ************************************************************************* //