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

access cell data

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 5, 2011, 13:47
Default access cell data
  #1
New Member
 
Sebastian P
Join Date: Jun 2010
Posts: 15
Rep Power: 15
SePe is on a distinguished road
Hello everybody,

I've done a simulation of a flow over a plate and now i want to evaluate the boundary layer thickness.

For that, i wanted to create a macro / programmable filter which checks the x, y, and velocity-value for every cell and computes the boundary layer thicknes for all x-values.
The results should be written to a text file.

Has anyone a hint how to start on this. I'm pretty good with python, but I don't know the right commands to acces the cfd-data in paraview.

Regards,
Sebastian
SePe is offline   Reply With Quote

Old   December 6, 2011, 03:44
Default
  #2
Senior Member
 
romant's Avatar
 
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 20
romant is on a distinguished road
Quote:
Originally Posted by SePe View Post
Hello everybody,

I've done a simulation of a flow over a plate and now i want to evaluate the boundary layer thickness.

For that, i wanted to create a macro / programmable filter which checks the x, y, and velocity-value for every cell and computes the boundary layer thicknes for all x-values.
The results should be written to a text file.

Has anyone a hint how to start on this. I'm pretty good with python, but I don't know the right commands to acces the cfd-data in paraview.

Regards,
Sebastian
Check out the tool sample it can give you values for cells, over lines, and many different more. this will give you x and y values and the velocities at those values. you can plot the data, use it as your python input or just use it as an matlab input.
__________________
~roman
romant is offline   Reply With Quote

Old   December 6, 2011, 17:05
Default
  #3
New Member
 
Sebastian P
Join Date: Jun 2010
Posts: 15
Rep Power: 15
SePe is on a distinguished road
Hello roman,

thanks for your advice. Unfortunately, I can't find the tool sample.
I have paraView 3.12 and there is no filter called sample.

Sebastian
SePe is offline   Reply With Quote

Old   December 7, 2011, 02:12
Default
  #4
Senior Member
 
romant's Avatar
 
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 20
romant is on a distinguished road
sample is a tool build into openfoam. search for sampleDict on your computer, it should be located where the sample tool source code is located

Code:
# cd $FOAM_APP/utilities/postProcessing/sampling/sample
# ls
use this dictionary as your start to create what you need.

almost the same code works with functionObjects, where you can also give out those things at different times then the ones written onto HDD. like every second, every iterations and so on. look it up for functionObjects and play around with it. should be somewhere in this forum as well.
__________________
~roman
romant is offline   Reply With Quote

Old   December 7, 2011, 10:47
Default
  #5
New Member
 
Sebastian P
Join Date: Jun 2010
Posts: 15
Rep Power: 15
SePe is on a distinguished road
NOW I found it

Thanks alot!

Sebastian
SePe is offline   Reply With Quote

Reply


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] Paraview: Cell data and Point Data? vitor ParaView 4 May 15, 2015 17:56
UDF Data access problems Mosheraa FLUENT 4 June 17, 2011 13:16
Cell centered vs Nodal Data from Fluent prikeyma FLUENT 0 September 1, 2010 11:40
Comsol 3.2: How to access the data of 'fem' object? rocket COMSOL 0 April 8, 2009 04:14
question on data access in parallel computation wangrensong FLUENT 0 January 7, 2009 03:24


All times are GMT -4. The time now is 17:34.