View Issue Details

IDProjectCategoryView StatusLast Update
0004240OpenFOAMBugpublic2025-06-05 14:23
Reportermuez Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformGNU/LinuxOSOtherOS Version(please specify)
Product Version12 
Summary0004240: the prentathes in the postprocessing files make foamMonitor give an error
Descriptionwhen running foamMonitor on a probe file for the velocity it give this error
```
"/tmp/tmp.foamMonitor.rkj4L8" line 6: warning: Skipping data file with no valid points

plot "postProcessing/probes/0/U" using 1:2 with lines title "0"

"/tmp/tmp.foamMonitor.rkj4L8" line 6: x range is invalid
```
this is because the second column (the x component of the velocity) have a prentathes like this:
```
0.001 (-1.213 -2.424 -0.313)
```
so probably it cannot parse the prentathes. but if the we removed the prentathes it will work fine.
Steps To Reproducerun this command in any file that has data for a vector:
```
foamMonitor -c 2 -o postProcessing/probes/0/U
```
Additional Informationthere is a sample file that can be used to replicate this issue
TagsNo tags attached.

Activities

muez

2025-06-05 14:23

reporter  

U (851 bytes)   
# Probe 0 (0 0 -0.2)
# Probe 1 (0 0 -0.1)
# Time         0              1             
0              (0 0 0)        (0 0 0)       
0.002          (-1.265049e-05 -2.190719e-06 -4.071449e-05) (-2.985601e-05 -4.917189e-06 -1.897024e-05)
0.0024         (-1.314528e-05 -2.421599e-06 -4.021576e-05) (-2.699775e-05 -6.508728e-06 -1.623287e-05)
0.0028         (-1.326493e-05 -2.519002e-06 -4.077948e-05) (-2.566871e-05 -7.043422e-06 -1.493399e-05)
0.0032         (-1.330908e-05 -2.54996e-06 -4.172856e-05) (-2.533277e-05 -7.051045e-06 -1.377205e-05)
0.0036         (-1.332277e-05 -2.579196e-06 -4.277444e-05) (-2.54215e-05 -6.920028e-06 -1.244615e-05)
0.004          (-1.338549e-05 -2.545353e-06 -4.359937e-05) (-2.548427e-05 -6.868506e-06 -1.047585e-05)
0.0044         (-1.335707e-05 -2.578441e-06 -4.460453e-05) (-2.576235e-05 -6.684623e-06 -8.621558e-06)
U (851 bytes)   

Issue History

Date Modified Username Field Change
2025-06-05 14:23 muez New Issue
2025-06-05 14:23 muez File Added: U