Package: freefoam / 0.1.0+dfsg+1-3

update-for-removed-apps.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
From: Michael Wild <themiwi@users.sourceforge.net>
Date: Wed, 18 Jul 2012 17:11:19 +0200
Subject: Update docs, tutorials and completers after removal of non-free files
Origin: http://freefoam.git.sourceforge.net/git/gitweb.cgi?p=freefoam/freefoam;a=commit;h=e0b68f807b327925bbd96031695d6867cf48b218

Signed-off-by: Michael Wild <themiwi@users.sourceforge.net>
---
 INSTALL                                           |    4 +-
 data/shellFunctions/bashCompletion/freefoam       |    2 +-
 data/shellFunctions/zshCompletion/_freefoam       |    8 +--
 tutorials/basic/laplacianFoam/flange/Allrun.py.in |    2 -
 9 files changed, 6 insertions(+), 122 deletions(-)

diff --git a/INSTALL b/INSTALL
index d3cce22..96374ef 100644
--- a/INSTALL
+++ b/INSTALL
@@ -146,7 +146,7 @@ $ ccmake $HOME/Source/freefoam-{fullver}
   * For more fine-grained control over what gets installed where, adjust
     +FOAM_INSTALL_<XXX>_PATH+, where +<XXX>+ is one of +BIN+, +CMAKE+,
     +CONFIG+, +DATA+, +DOC+, +FRAMEWORK+, +HEADER+, +LIBEXEC+, +LIBRARY+,
-    +MAN+, +PLUGIN+, +PYTHON+, +TUTORIALS+ and +USERDFOAM+. Refer to the
+    +MAN+, +PLUGIN+, +PYTHON+ and +TUTORIALS+. Refer to the
     glossary for the detailed meaning of each of these variables. Paths
     not starting with a slash ('/') will be relative to +CMAKE_INSTALL_PREFIX+.
     If you include a leading slash, the paths are absolute.
@@ -518,8 +518,6 @@ and cannot take any responsibility for your actions.
   Installation base-path of plugins.
 +FOAM_INSTALL_PYTHON_PATH+::
   Installation path for Python modules.
-+FOAM_INSTALL_USERDFOAM_PATH+::
-  Installation path of the Ensight plug-in.
 +FOAM_INSTALL_TUTORIALS_PATH+::
   Installation path of the tutorials.
 +FOAM_USE_FOP+::
diff --git a/data/shellFunctions/bashCompletion/freefoam b/data/shellFunctions/bashCompletion/freefoam
index 4f6e143..7c77ecb 100755
--- a/data/shellFunctions/bashCompletion/freefoam
+++ b/data/shellFunctions/bashCompletion/freefoam
@@ -71,7 +71,7 @@ _freefoam_all() {
       'expandDictionary' 'extrude2DMesh' 'extrudeMesh' 'faceSet' 'flattenMesh'\
       'flowType' 'fluent3DMeshToFoam' 'fluentMeshToFoam' 'foamDataToFluent'   \
       'foamMeshToFluent' 'foamToEnsight' 'foamToEnsightParts'                 \
-      'foamToFieldview9' 'foamToGMV' 'foamToStarMesh' 'foamToVTK'             \
+      'foamToGMV' 'foamToStarMesh' 'foamToVTK'                                \
       'formatConvert' 'gambitToFoam' 'gmshToFoam' 'graphExecTime' 'graphResKE'\
       'graphResUVWP' 'icoErrorEstimate' 'icoMomentError' 'ideasUnvToFoam'     \
       'IFCLookUpTableGen' 'infoExec' 'insideCells' 'job' 'kivaToFoam'         \
diff --git a/data/shellFunctions/zshCompletion/_freefoam b/data/shellFunctions/zshCompletion/_freefoam
index a3f1f16..f8f3169 100644
--- a/data/shellFunctions/zshCompletion/_freefoam
+++ b/data/shellFunctions/zshCompletion/_freefoam
@@ -77,7 +77,7 @@ utils=(                                                                    \
    'expandDictionary' 'extrude2DMesh' 'extrudeMesh' 'faceSet' 'flattenMesh'\
    'flowType' 'fluent3DMeshToFoam' 'fluentMeshToFoam' 'foamDataToFluent'   \
    'foamMeshToFluent' 'foamToEnsight' 'foamToEnsightParts'                 \
-   'foamToFieldview9' 'foamToGMV' 'foamToStarMesh' 'foamToVTK'             \
+   'foamToGMV' 'foamToStarMesh' 'foamToVTK'                                \
    'formatConvert' 'gambitToFoam' 'gmshToFoam' 'graphExecTime' 'graphResKE'\
    'graphResUVWP' 'icoErrorEstimate' 'icoMomentError' 'ideasUnvToFoam'     \
    'IFCLookUpTableGen' 'infoExec' 'insideCells' 'job' 'kivaToFoam'         \
@@ -841,12 +841,6 @@ _freefoam-writeMeshObj() {
    $_freefoam_cellSet_opt[@] $_freefoam_faceSet_opt[@] $_freefoam_all_time_opt[@] $_freefoam_common_opt[@]
 }
 
-(( $+functions[_freefoam-foamToFieldview9] )) ||
-_freefoam-foamToFieldview9() {
-   _arguments -S '-noWall[do not export the walls]' \
-   $_freefoam_all_time_opt[@] $_freefoam_case_opt[@] $_freefoam_std_opt[@]
-}
-
 # apps taking -dict, all time and common options.
 _freefoam-common_time_dict_apps() {
    _arguments -S \
diff --git a/tutorials/basic/laplacianFoam/flange/Allrun.py.in b/tutorials/basic/laplacianFoam/flange/Allrun.py.in
index f3ba02a..312da08 100755
--- a/tutorials/basic/laplacianFoam/flange/Allrun.py.in
+++ b/tutorials/basic/laplacianFoam/flange/Allrun.py.in
@@ -15,12 +15,10 @@ class laplacianFlangeRunner(FreeFOAM.tutorial.CaseRunner):
             args=[os.path.join(self.case_dir, 'flange.ans'),
                '-scale', '0.001'])
       self.add_app_step('laplacian')
-      self.add_app_step('foamToFieldview9')
       self.add_app_step('foamToEnsight')
 
    def clean(self):
       FreeFOAM.tutorial.CaseRunner.clean(self)
-      FreeFOAM.util.rmtree('Fieldview')
       FreeFOAM.util.rmtree('EnSight')
 
 if __name__ == '__main__':
-- 
1.7.9.5