|
[Sponsors] |
January 21, 2024, 15:59 |
sampleDict - azimuthal
|
#1 |
Senior Member
Guilherme
Join Date: Apr 2017
Posts: 245
Rep Power: 10 |
Hi,
Is it possible to obtain a azimuthal profile from sampleDict? i.e. for a radius of 200 mm (0º to 360º) |
|
January 21, 2024, 16:53 |
|
#2 | |
Member
Join Date: Aug 2017
Location: Algeria
Posts: 98
Rep Power: 9 |
Quote:
Code:
SampleOnCircle { type sets; libs (sampling); writeControl timeStep; writeInterval 1; setFormat csv; fields (U p); // Adjust the field names // interpolationScheme cellPoint; //<- default sets { Circle1 { type circle; axis xyz; // Write the xyz coordinates in the output file origin (3.0 0.0 0.1); Origin coordinates of the circle circleAxis (0 0 1); The axis of the circle startPoint (4.0 0 0.1); // Coordinates of the starting point dTheta 1.0; // Sampling interval in degrees. } } }
__________________
"When in doubt, use brute force." -- Ken Thompson |
||
Tags |
openfoam9 |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
sampleDict error | KateEisenhower | OpenFOAM Post-Processing | 7 | June 18, 2024 04:17 |
postProcess -func sampleDict does not create output folder | tmr2044 | OpenFOAM Post-Processing | 7 | April 27, 2021 15:33 |
Does sampleDict have limitation in number of fields? | reza2031 | OpenFOAM Post-Processing | 3 | April 22, 2020 14:24 |
How Coorectly Run sampleDict | FlyBob91 | OpenFOAM Post-Processing | 5 | September 13, 2017 05:01 |
sampleDict keyword patchName not accepted | musahossein | OpenFOAM Bugs | 6 | January 28, 2013 01:48 |