CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[OpenFOAM] how to load surface data with paraview?

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By olesen

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 27, 2020, 14:48
Default how to load surface data with paraview?
  #1
New Member
 
Jason.H
Join Date: Dec 2018
Posts: 13
Rep Power: 7
gns4566 is on a distinguished road
Hello

I would like to save surface data during runtime.

My controlDict file is like this

functions
{
cuttingPlane
{
type surfaces;
functionObjectLibs ("libsampling.so");
outputControl outputTime;

surfaceFormat foamfile;
fields ( p U );

interpolationScheme cellPoint;

surfaces
(
yNormal
{
type cuttingPlane;
planeType pointAndNormal;
pointAndNormalDict
{
basePoint (0 0 0);
normalVector (0 0 1);
}
interpolate true;
}
);
}

if i use surfaceFormat foamfile, there are no post processing file in it.

or if i use surfaceForamt VTK, I don't know what is this result..

Could anyone help? I want to know I write down controdict file correctly..
gns4566 is offline   Reply With Quote

Old   December 30, 2020, 08:40
Default
  #2
Member
 
Jnana Bhaskar Rao
Join Date: Mar 2020
Posts: 46
Rep Power: 6
jnanabrao is on a distinguished road
Facing same issue. Any updates?
jnanabrao is offline   Reply With Quote

Old   January 29, 2021, 14:53
Default
  #3
Senior Member
 
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,684
Rep Power: 40
olesen has a spectacular aura aboutolesen has a spectacular aura about
Quote:
Originally Posted by jnanabrao View Post
Facing same issue. Any updates?
Use "surfaceFormat vtk;" and it will load properly.
Can use a dictionary of formatOptions { vtk { format ascii;} } to adjust things. Note the "vtk" will produce a vtp output surface.
jnanabrao likes this.
olesen 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
[General] Fluent 2019R1 -> Paraview: Problem exporting data Fabio88 ParaView 0 August 30, 2019 04:00
[OpenFOAM] Error importing transient OpenFoam decomposed data with Paraview on Windows 10 yek_irani ParaView 0 July 6, 2019 09:39
Issue Writing Out Surface Data rufuscws89 Tecplot 1 May 6, 2019 13:52
[General] Advice on post processing compressor blade data in paraview Jack001 ParaView 0 February 4, 2016 17:16
Cluster ID's not contiguous in compute-nodes domain. ??? Shogan FLUENT 1 May 28, 2014 15:03


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