I ran CFD simulations on the same mesh using both OpenFOAM and ANSYS Fluent. Now, I want to compare the pressure contours by generating a difference plot (i.e., pressure_OpenFOAM - pressure_Fluent
).
What I Tried:
- Exported the Fluent results as a CGNS file and imported it into ParaView.
- Loaded the OpenFOAM results directly into ParaView.
- Used the Append Attributes filter to combine the datasets.
- Applied the Calculator filter to compute
pressure_OpenFOAM - pressure_Fluent
.
However, the resulting difference contour appears incorrect. What should i do? I have attached the file to reproduce the case in paraview.
reproduce_case.pvsm (566.8 KB)