|
[Sponsors] |
OF2006 Surface sampling problem : VTP to VTK format |
![]() |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
![]() |
![]() |
#1 |
Senior Member
Alain Islas
Join Date: Nov 2019
Location: Mexico
Posts: 139
Rep Power: 5 ![]() |
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; } } } } |
|
![]() |
![]() |
![]() |
![]() |
#2 | |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,594
Rep Power: 38 ![]() ![]() |
Quote:
Code:
formatOptions { vtk { legacy true; // format ascii; } } |
||
![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,594
Rep Power: 38 ![]() ![]() |
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
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 07:58 |
OpenFOAM error | Vinay Kumar V | Main CFD Forum | 0 | February 20, 2020 09:17 |
[General] Paraview data format conversion from vtk to parallel prog data format. | odho | ParaView | 0 | September 20, 2016 07:01 |
Problem with surface monitor position | jf90cl | FLUENT | 0 | April 28, 2016 11:41 |
[ICEM] Automatic mesh generation script surface intersection problem | stuart23 | ANSYS Meshing & Geometry | 0 | May 13, 2011 01:10 |