From 1c6dd6de703357776ccc3bd2687cdcd24240564c Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@Germany> Date: Wed, 25 Nov 2009 12:33:00 +0100 Subject: [PATCH] removed Paraview2 support from paraFoam - mention PV3blockMeshReader in the README as well --- README | 11 ++++++----- bin/paraFoam | 13 +------------ bin/tools/paraFoam.pvs | 12 ------------ 3 files changed, 7 insertions(+), 29 deletions(-) delete mode 100644 bin/tools/paraFoam.pvs diff --git a/README b/README index 449b8585b04..e40c5148150 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ # #+TITLE: OpenFOAM README for version 1.6 #+AUTHOR: OpenCFD Ltd. -#+DATE: July 2009 +#+DATE: November 2009 #+LINK: http://www.opencfd.co.uk #+OPTIONS: author:nil ^:{} @@ -168,9 +168,9 @@ + rm -rf paraview-3.6.1/platforms + ./makeParaView - The PV3FoamReader module is an OpenFOAM utility that can be compiled in the - usual manner as follows: - + cd $FOAM_UTILITIES/postProcessing/graphics/PV3FoamReader + The PV3blockMeshReader and the PV3FoamReader ParaView plugins are compiled + as usual for OpenFOAM utilities: + + cd $FOAM_UTILITIES/postProcessing/graphics/PV3Readers/ + ./Allwclean + ./Allwmake @@ -187,7 +187,8 @@ newly built qmake as an argument: + makeParaView -qmake <path_to_qmake> - The user must then recompile the PV3FoamReader module as normal (see above). + The user must then recompile the PV3blockMeshReader and the + PV3FoamReader plugins as usual (see above). * Documentation http://www.OpenFOAM.org/doc diff --git a/bin/paraFoam b/bin/paraFoam index 31d286fcc9f..5dcba75094e 100755 --- a/bin/paraFoam +++ b/bin/paraFoam @@ -130,18 +130,7 @@ OpenFOAM) esac case "$ParaView_VERSION" in -2*) - trap "rm -f paraFoam.pvs $caseFile 2>/dev/null; exit 0" EXIT TERM INT - touch "$caseFile" - - # since we are now in the cwd, %CASE% is '$PWD/$caseFile' - sed -e s@%CASE%@$PWD/$caseFile@g \ - $WM_PROJECT_DIR/bin/tools/paraFoam.pvs > paraFoam.pvs - - paraview paraFoam.pvs - ;; - -*) +3*) # only create/remove caseFile if it didn't already exist [ -e $caseFile ] || { trap "rm -f $caseFile 2>/dev/null; exit 0" EXIT TERM INT diff --git a/bin/tools/paraFoam.pvs b/bin/tools/paraFoam.pvs deleted file mode 100644 index 8cbca6dc411..00000000000 --- a/bin/tools/paraFoam.pvs +++ /dev/null @@ -1,12 +0,0 @@ -# ParaView State Version 2.2 - -set kw(vtkTemp2) [$Application GetMainWindow] -set kw(vtkTemp29) [$kw(vtkTemp2) GetMainView] -set kw(vtkTemp980) [$kw(vtkTemp2) GetAnimationManager] -[$kw(vtkTemp2) GetRotateCameraButton] SetState 1 -$kw(vtkTemp2) ChangeInteractorStyle 1 -set kw(vtkTemp840) [$kw(vtkTemp2) InitializeReadCustom "FoamReader" "%CASE%"] -$kw(vtkTemp2) ReadFileInformation $kw(vtkTemp840) "%CASE%" -$kw(vtkTemp2) FinalizeRead $kw(vtkTemp840) "%CASE%" -set kw(vtkTemp868) [$kw(vtkTemp840) GetPVWidget {Filename}] -$kw(vtkTemp868) SetValue "%CASE%" -- GitLab