diff --git a/README b/README index 449b8585b049f61c6a2f1bb854bdd4b05e4fab59..e40c51481503cf7ba45164b6f2b8849ba04d06c1 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 31d286fcc9fb2835091386548abdbe1587840fe3..5dcba75094e39a362250a08165fa4c6d48a102f6 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 8cbca6dc411ede8c5239ecb8880b0b699a93165e..0000000000000000000000000000000000000000 --- 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%"