Dear Basilisk users,
I have the attached simple Gerris run file (the run takes less than a second). (I am still using Gerris as I need contact angle bc.)
In the attaced file there is no two-phase flow, just a simple example from Gerris tutorial.
My question:
I would like to output CELL_DATA for VTK visualisation.
By default, the VTK output is POINT_DATA at nodes of a cell. I tried several combinations of GfsOutputSimulation and found using "format = text" works but needs quite an effort to organising the data to match VTK cell structure data output. If I have a test case comprising of even 5000 cells that would be a daunting task.
Also, I see that the "format = gfs" writes the cell data which is exactly what I want.
Reason why I am doing?
Might sound funny!! I have few other data in VTK format that I post-process using Paraview. I realise that the color bar in gfsview brighter compared to that of paraview and this is causing issues in visualising the output. Therefore, I am trying to write VTK output and visualise in paraview.
Hope anyone can advise me,
Sai