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

Cannot get this to work...function object for plotting pressure

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 6, 2016, 14:27
Default Cannot get this to work...function object for plotting pressure
  #1
New Member
 
Sture Smidt
Join Date: Mar 2013
Posts: 27
Rep Power: 13
sture is on a distinguished road
My patch is wing01 and the function object is airPlaneSurface.



/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.3.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*--------------------------------------------------------------------------

airPlaneSurface //directory
{
type surfaces;

functionObjectLibs ( "libsampling.so" );

outputControl outputTime;
surfaceFormat vtk;
fields ( p U );
interpolationScheme cellPoint;

surfaces
(
wing01
{
type patch;
patches
(
// nose01
// body01
// tail01
// sting01
wing01
);
triangulate true;
}
);

filename airPlanePatch
}


// ************************************************** *********************** //
sture 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
[blockMesh] Errors during blockMesh meshing Madeleine P. Vincent OpenFOAM Meshing & Mesh Conversion 51 May 30, 2016 10:51
ParaView for OF-1.6-ext Chrisi1984 OpenFOAM Installation 0 December 31, 2010 06:42
[blockMesh] BlockMesh FOAM warning gaottino OpenFOAM Meshing & Mesh Conversion 7 July 19, 2010 14:11
Compilation error OF1.5-dev on Suse10.3 darenyang OpenFOAM Installation 0 April 29, 2009 04:55
[blockMesh] BlockMeshmergePatchPairs hjasak OpenFOAM Meshing & Mesh Conversion 11 August 15, 2008 07:36


All times are GMT -4. The time now is 19:54.