|
[Sponsors] |
January 9, 2019, 02:44 |
surface sampling all zero values
|
#1 |
New Member
Yehezkiel Wiliardy
Join Date: Feb 2018
Location: Singapore
Posts: 9
Rep Power: 8 |
Hi, i am wondering if anyone can help me with the sampling of fields U on triangulated surface.
I keep getting zero values, while the global slice at that location gives me some values. I need this function to sample all iterations as proof of convergence. relevant images are attached sampleDict file: /*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 2.4.0 | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class dictionary; location "system"; object sampleDict; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // interpolationScheme cellPoint; surfaceFormat vtk; surfaces ( triSurfaceSampling { // Sampling on triSurface type sampledTriSurfaceMesh; surface T301.stl; source boundaryFaces; interpolate true; } ); fields (U); |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] Surface triangulation using snappyHexMesh | shaileshbg | OpenFOAM Meshing & Mesh Conversion | 4 | October 17, 2019 05:42 |
[Gmsh] Problem with Gmsh | nishant_hull | OpenFOAM Meshing & Mesh Conversion | 23 | August 5, 2015 03:09 |
Cluster ID's not contiguous in compute-nodes domain. ??? | Shogan | FLUENT | 1 | May 28, 2014 16:03 |
Surface Values to Volume Mesh | Schwimmy | STAR-CCM+ | 1 | May 13, 2014 11:57 |
surface sampling with a step smaller than outputTime | seiji_adachi | OpenFOAM | 3 | April 15, 2014 05:44 |