Nijso

Results 98 comments of Nijso

Thanks for creating an issue for this. The correct computation of gradients for symmetry planes and Euler walls is in PR #2194 For no-slip walls, we know that velocity gradients...

Hi @GiuSirianni, considering your experience with this, it would be great if you can contribute to this improvement. We have weekly developer meetings, do you have time to talk about...

PR #2194 Seems to fix this specific issue because a symmetry plane and an Euler wall are used here. We can think about similar improvements for viscous walls etc. ![image](https://github.com/su2code/SU2/assets/7050568/88db70f6-cb8b-49de-bcd8-a142a17ef440)

The current SU2 implementation checks if the array of variables contains the velocity and gives the index to the gradient calculator. You can give the gradient calculator the starting index...

@GiuSirianni @pcarruscag I think the correction of the symmetry plane and Euler wall has (mostly?) fixed this issue. But is there anything left in this discussion that we can use...

1. Yes, the tutorial contains an error, this: ``` DV_PARAM= (BOX, 2, 0, 0, 0.0, 1.0, 0.0 ); (BOX, 3, 0, 0, 0.0, 1.0, 0.0 ); (BOX, 4, 0, 0,...