Skip to content

Gradient not anti-symmetric #10

New issue

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

Open
rubensamarojr opened this issue Jan 20, 2025 · 0 comments
Open

Gradient not anti-symmetric #10

rubensamarojr opened this issue Jan 20, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@rubensamarojr
Copy link
Owner

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.

@rubensamarojr rubensamarojr added the enhancement New feature or request label Jan 20, 2025
@rubensamarojr rubensamarojr self-assigned this Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant