|
[Sponsors] |
August 22, 2016, 05:04 |
Equidistant points on sample surface?
|
#1 |
Member
Join Date: Feb 2015
Posts: 39
Rep Power: 11 |
Hello everyone,
I almost feel slightly embarrassed to ask this because it seems so simple: Is it possible to sample a plane (in control dict or sampleDict) with equidistant probing points (e.g. you give the amount of points in the 2 directions)? And if it is possible, how is it done? I want to use the sampled planes as inlet conditions for another case, but when i use Code:
cuttingPlane { type surfaces; functionObjectLibs ( "libsampling.so" ); outputControl timeStep; outputInterval 4; surfaceFormat foamFile; fields ( p U k epsilon ); interpolationScheme cellPoint; surfaces ( yNormal_OF { type cuttingPlane; planeType pointAndNormal; pointAndNormalDict { basePoint (0.5 0 0); normalVector (1 0 0); } interpolate true; } ); } So how can I get the points at the same spot at all times? Or how can I convert the results the easiest way? By the way, the position and size of the cutting area remains the same, its just the points within that cange. Any help is appreciated, Henning |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] Add Mesh Layers doesnt work on the whole surface | Kryo | OpenFOAM Meshing & Mesh Conversion | 13 | February 17, 2022 08:34 |
[snappyHexMesh] Error snappyhexmesh - Multiple outside loops | avinashjagdale | OpenFOAM Meshing & Mesh Conversion | 53 | March 8, 2019 10:42 |
sample from curved surface | Smed | OpenFOAM Post-Processing | 14 | October 21, 2015 01:02 |
[snappyHexMesh] Snap Precision to a STL Surface | malaboss | OpenFOAM Meshing & Mesh Conversion | 16 | July 26, 2013 02:44 |
How to input surface value using sample | nygbook | OpenFOAM Post-Processing | 3 | June 9, 2012 23:45 |