March 2, 2025, 14:05
|
foamMonitor fails to live update residuals plot
|
#1
|
New Member
José Oliveira Cruz Neto
Join Date: Feb 2025
Posts: 3
Rep Power: 2
|
Hi everyone,
I'm having the following error when I try to plot my residuals while running a case:
Code:
"/tmp/tmp.foamMonitor.TNEIuX" line 12: warning: Skipping data file with no valid points
reread
^
"/tmp/tmp.foamMonitor.TNEIuX" line 15: deprecated command
But this happens only after the gnu plot works for the first time. I set up everything as mentioned in the guide: https://doc.cfd.direct/openfoam/user...phs-monitoring
OS: Ubuntu 24.04.2 LTS x86_64
Using: OpenFOAM-12 (see https://openfoam.org)
Build: 12-86e126a7bc4d
Steps to reproduce:
- Create a case, can be of any kind
- run the command:
- edit the residuals file to pick the variables you want to check, in my case:
Code:
fields (k nut omega p U);
- edit the functions file to include the residuals data:
Code:
#includeFunc residuals
- run the case
- Finally, use foamMonitor:
Code:
foamMonitor -l postProcessing/residuals/0/residuals.dat &
|
|
|