|
[Sponsors] |
Sampling Fields on arbitrary curve - OpenFOAM |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 17, 2018, 12:57 |
Sampling Fields on arbitrary curve - OpenFOAM
|
#1 |
New Member
Join Date: Jul 2018
Posts: 2
Rep Power: 0 |
Dear all,
my last post got lost I'll retry... I created a plain txt file containing the coordinates along a curve. So something like Code:
x1 y1 z1 x2 y2 z2 x3 y3 z3 .... Kind regards Jerzy PS: I do know how to read files with C++, but could not figure out how to combine it with the dictonary. Sorry if the answer is trivial, Im quite new to OpenFOAM Code:
pressure_plot { type sets; libs ("libsampling.so"); interpolationScheme cellPoint; setFormat raw; writeControl runTime; writeInterval 0.001; fields (p); points ( (0.0936413556337 0.0815078690648 0.0702539756894) ...... ); sets ( cloud { type cloud; axis xyz; points $points; } ); } |
|
Tags |
postprocessing |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenFOAM v3.0.1 Training, London, Houston, Berlin, Jan-Mar 2016 | cfd.direct | OpenFOAM Announcements from Other Sources | 0 | January 5, 2016 04:18 |
OpenFOAM Training, London, Chicago, Munich, Sep-Oct 2015 | cfd.direct | OpenFOAM Announcements from Other Sources | 2 | August 31, 2015 14:36 |
New OpenFOAM Forum Structure | jola | OpenFOAM | 2 | October 19, 2011 07:55 |
PostChannel | maka | OpenFOAM Post-Processing | 5 | July 22, 2009 10:15 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |