CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

How to use python script in paraFoam?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 13, 2015, 21:29
Default How to use python script in paraFoam?
  #1
Member
 
pan
Join Date: May 2015
Posts: 30
Rep Power: 10
Thomas pan is on a distinguished road
I am using the Postprocessing for Turbomachinery,I download the code from:http://sourceforge.net/projects/turbopost/,but i don't know how to use them in paraFoam.
I try the turbofilter.py in the turbevtk.And I use the ProgrammableFilter,the script is:
Quote:
import sys
sys.path.insert(0 ,"/home/username/python/vtk/")
import turbofilter as filter

## Input format default value is openfoam
## Set input format to numeca
filter.setInputFormat("numeca")
## omega default value is 0.0
filter.omega = 2*filter.math.pi*28160.0/60.0
## Calculate only Cm, Cr and Cu
filter.setTrue(["Cm", "Cr", "Cu","Ma", "MaRel"])
## All variables were calculated
# filter.setAllTrue()
## run calculation
filter.run(self)
But I get the error:
Quote:
File "<string>", line 2
if not file:///home/pjc/OpenFOAM/pjc-1.6-ext/turbopost-turbovtk/src/turbofilter.py
^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "<string>", line 26, in <module>
File "<string>", line 16, in RequestData
File "/home/pjc/OpenFOAM/pjc-1.6-ext/turbopost-turbovtk/src/turbofilter.py", line 744, in run
turbofilter(curInput, curOutput)
File "/home/pjc/OpenFOAM/pjc-1.6-ext/turbopost-turbovtk/src/turbofilter.py", line 521, in turbofilter
Cr.InsertNextValue((input_loc.GetPoint(i)[:3][0]*input_loc.GetPointData().GetVectors(absolutVeloci tyXYZ).GetTuple3(i)[0]+input_loc.GetPoint(i)[:3][1]*input_loc.GetPointData().GetVectors(absolutVeloci tyXYZ).GetTuple3(i)[1])/radius)
AttributeError: 'NoneType' object has no attribute 'GetTuple3'
I have also try the python shell in paraview,it doesn't work.

Who can tell me the step of using python script in paraview?thanks.
Attached Files
File Type: gz turbofilter.py.tar.gz (4.6 KB, 1 views)
Thomas pan is offline   Reply With Quote

Reply

Tags
filter, parafoam, paraview, python script, turbo


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
[OpenFOAM] How to use python script in paraFoam? Thomas pan ParaView 0 October 12, 2015 04:34
[OpenFOAM] using the python shell in paraFoam colinB ParaView 14 September 14, 2015 09:04
[General] Python script: Auto-scale color scale julien.decharentenay ParaView 2 December 9, 2013 05:39
CentFOAM Python Script Installation: Error socon009 OpenFOAM Installation 2 May 26, 2012 09:36
python scripting in paraFoam chegdan OpenFOAM Post-Processing 0 March 31, 2010 19:06


All times are GMT -4. The time now is 06:01.