Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
1c6dd6de
Commit
1c6dd6de
authored
Nov 25, 2009
by
Mark Olesen
Browse files
removed Paraview2 support from paraFoam
- mention PV3blockMeshReader in the README as well
parent
9157364a
Changes
3
Hide whitespace changes
Inline
Side-by-side
README
View file @
1c6dd6de
...
...
@@ -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 PV3
FoamReader module is an OpenFOAM utility that can b
e compiled
in the
usual
manner as follow
s:
+ cd $FOAM_UTILITIES/postProcessing/graphics/PV3
Foam
Reader
The PV3
blockMeshReader and the PV3FoamReader ParaView plugins ar
e compiled
as
usual
for OpenFOAM utilitie
s:
+ cd $FOAM_UTILITIES/postProcessing/graphics/PV3Reader
s/
+ ./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
...
...
bin/paraFoam
View file @
1c6dd6de
...
...
@@ -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
...
...
bin/tools/paraFoam.pvs
deleted
100644 → 0
View file @
9157364a
# 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%"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment