|
[Sponsors] |
OF2006 Surface sampling problem : VTP to VTK format |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
January 20, 2021, 12:34 |
OF2006 Surface sampling problem : VTP to VTK format
|
#1 |
Senior Member
Alain Islas
Join Date: Nov 2019
Location: Mexico
Posts: 142
Rep Power: 7 |
Hello ,
I am using OF2006 release and I want to sample surface data for post-porcessing. Here is my file: Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: v2006 | | \\ / A nd | Website: www.openfoam.com | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ surfaces { type surfaces; libs (sampling); writeControl timeStep; writeInterval 10; surfaceFormat vtk; fields (p U T k epsilon); surfaces { zNormal { type cuttingPlane; planeType pointAndNormal; pointAndNormalDict { point (0 0.126 0); // Overrides default basePoint (0 0 0) normal (0 0 1); // $z: macro for (0 0 1) interpolate true; } } } } |
|
February 9, 2021, 15:39 |
|
#2 | |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Quote:
Code:
formatOptions { vtk { legacy true; // format ascii; } } |
||
February 9, 2021, 15:40 |
|
#3 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
If they still cannot be read, it could actually be a bug. Would be useful to know if it is broken in v2012.
|
|
Tags |
paraview 4.2, vtk files |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Gmsh] gmshToFoam generates patches with 0 faces and 0 points | Simurgh | OpenFOAM Meshing & Mesh Conversion | 4 | August 25, 2023 08:58 |
OpenFOAM error | Vinay Kumar V | Main CFD Forum | 0 | February 20, 2020 10:17 |
[General] Paraview data format conversion from vtk to parallel prog data format. | odho | ParaView | 0 | September 20, 2016 08:01 |
Problem with surface monitor position | jf90cl | FLUENT | 0 | April 28, 2016 12:41 |
[ICEM] Automatic mesh generation script surface intersection problem | stuart23 | ANSYS Meshing & Geometry | 0 | May 13, 2011 02:10 |