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

RunTime Post-Processing on cylindrical or conical surfaces

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 7, 2014, 13:50
Default RunTime Post-Processing on cylindrical or conical surfaces
  #1
New Member
 
Jason Ryon
Join Date: Oct 2009
Posts: 17
Rep Power: 16
jason.ryon is on a distinguished road
I would like to use libsampling.so to write out data on a surface of constant diameter or a conical surface.

I use libsampling.so to write it on a planar suface, but there are no types that will allow for a constant radius or diameter. Could you help me to write this?

currently in system/controlDict, this is how I do a planar surface, but would like a cylinder:
functions
{
//monitors get inserted here
animate
{
type surfaces;
functionObjectLibs ("libsampling.so");
outputControl outputTime;
surfaceFormat vtk;
interpolationScheme cellPointFace;

fields
(
p
U
);
surfaces
(
aplane
{
type plane;
basePoint (0.0 0.0 0.0);
normalVector (0.0 0.0 1.0);
}
);
}
jason.ryon 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
No Wall pressure from OpenFOAM 2.2.0 musahossein OpenFOAM Post-Processing 11 October 1, 2013 14:08
post processing for CEL expressions Niru CFX 0 May 10, 2013 13:13
Automated post processing using CFD Post shreyasr ANSYS 0 January 28, 2013 06:21
post processing in CFX11.0 u k jha CFX 1 September 17, 2010 05:53
post processing in CFD MANISH BHARGAVA Main CFD Forum 0 October 17, 1998 20:51


All times are GMT -4. The time now is 14:30.