We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The gradient pressure below is not anti-symmetric
(Particles->press[j] + Pi - 2.0*pressMin)/dstij2
Check if the anti-symmetric pressure gradient
(Particles->press[j] + Pi - (Particles->pMin[i] + Particles->pMin[j]))/dstij2
gives good results.
It will be necessary to compute the minimum os pressures and allocate them in variables for particles.
The text was updated successfully, but these errors were encountered:
rubensamarojr
No branches or pull requests
The gradient pressure below is not anti-symmetric
(Particles->press[j] + Pi - 2.0*pressMin)/dstij2
Check if the anti-symmetric pressure gradient
(Particles->press[j] + Pi - (Particles->pMin[i] + Particles->pMin[j]))/dstij2
gives good results.
It will be necessary to compute the minimum os pressures and allocate them in variables for particles.
The text was updated successfully, but these errors were encountered: