|
[Sponsors] |
June 1, 2024, 05:12 |
PostProcess Probe data of U.component(0)
|
#1 |
New Member
Timmy
Join Date: Jun 2024
Posts: 1
Rep Power: 0 |
Hi guys! I am using openfoam.
I have a question when I apply the code: postProcess -func probe. I use this to extract my simulation data and probe is my probe file. In the file, I entry three fields: U, mag(U), U.component(0) as suggested in openfoam documentation. U gives me all the three components of velocity. Mag(U) gives me the magnitude. They all works well. But U.component(0) gives a error. It says: --> FOAM FATAL ERROR: (openfoam-2312) Component specification not allowed for U.component(0). But according to many documentations, it should be correct. Do you know how to solve this error? Btw this is my probe file content: probe { type probes; libs ("libsampling.so"); writeControl timeStep; writeInterval 400; fields ( U mag(U) U.component(0) ); probeLocations ( (325.5 325.5 630) (346.5 346.5 630) ); } |
|
Tags |
postprocessing; openfoam; |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Probe funtion slows down the computation | Vylnius Mante | OpenFOAM Post-Processing | 7 | March 6, 2024 04:54 |
[Commercial meshers] Problem with Mesh conversion from FLUENT Meshing to OpenFOAM | mn17jyf | OpenFOAM Meshing & Mesh Conversion | 3 | November 1, 2023 10:49 |
Plotting Velocity Components from Probe Data Using Gnuplot | joshc | OpenFOAM Post-Processing | 1 | February 15, 2023 11:35 |
Extracting line probe point data into a plot | RupeB | STAR-CCM+ | 1 | February 19, 2014 14:48 |
Overview of ways to postprocess transient data | AdamAL | FLUENT | 0 | February 16, 2014 17:43 |