Salome HOME
Porting to PV500
[modules/paravis.git] / test / demo_15_med.py
index 3dc4bac61e6d4a4ab8dc51889b9399e1d34efd42..e9ec8fc4cb003af19efafe6bf94c79608addf61b 100755 (executable)
@@ -1,10 +1,29 @@
+# Copyright (C) 2010-2015  CEA/DEN, EDF R&D
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
+
 
 # ATTENTION. This script is prepared for the future not for current moment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
 if not ('servermanager' in dir()):
   from pvsimple import *
 
-import os
+import os, inspect
 
 def LoadMultipleFiles_med(FilePath, FilePrefix):
 
@@ -14,6 +33,7 @@ def LoadMultipleFiles_med(FilePath, FilePrefix):
                                                                                FilePath + FilePrefix + '4' + '.med',
                                                                                FilePath + FilePrefix + '5' + '.med',
                                                                                FilePath + FilePrefix + '6' + '.med'])
+  
   TETRA_dom_fl.CellArrays = ['Pression', 'Temp.C', 'VitesseX']
   TETRA_dom_fl.GlobalFamilyStatus = ['1 1 1', '1 2 1', '1 3 1', '1 4 1', '1 5 1']
   TETRA_dom_fl.GlobalEntityStatus = ['0 203', '0 304']
@@ -45,9 +65,12 @@ def LoadMultipleFiles_med(FilePath, FilePrefix):
   rv.CameraParallelScale = 69.24819492232271
 
   Render()
+  
+
+
+scriptdir = inspect.getframeinfo(inspect.currentframe())[0]
+testdir = os.path.dirname( os.path.abspath(scriptdir) )
 
-testdir = os.getenv("TESTDIR")
-pvdata = os.getenv("PVDATA")
 
 if __name__ == "__main__":
   LoadMultipleFiles_med(FilePath=testdir+"/TETRA_domaine_fluide/", FilePrefix="TETRA_domaine_fluide")