Greetings, all.
I am using OpenFOAM to run some simulations and make predictions using others methods. I create an variable file in OF format such as specified in this documentation. In this case one for the pressure and velocity field.
The problem is: when I run the paraview GUI I can choose to load those files (they appear to me in the Volume Fields dialog, as well in the Python Shell inside the GUI), but I cannot access those files through pvpython. I used the Paraview version 5.6 (available from OF installation), later I changed to version 5.8 (standalone, from site) and pvpython and it didn’t worked either.
Is there some way to load/read those customized variables in pvpython scripts?
%Edit:
The Paraview 5.8 GUI version does not read the custom variable files either. I think it could be the PVFoamReader in called by paraFoam who can read these files. Is there some way to call this reader in pvpython?
Any help would be greatly appreciated.
ShogunHirei.