Skip to content
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

picInitialise failed : Particle initialised with a location outside of the mesh. #6

Closed
11016je opened this issue Jan 17, 2023 · 1 comment

Comments

@11016je
Copy link

11016je commented Jan 17, 2023

Hi,Thanks for your open source!
I had a problem when running the ionization.

The terminal shows that ''Particle initialised with a location outside of the mesh'' after inputting picInitialse.
error

I only change the values in blockMeshDict.
blockMeshDict

And then I check the mesh quality is ok.
checkMesh

Hope to receive your reply! Wish you success in your work!

@chriskuehn
Copy link
Contributor

Hi,
depending on the amount of particles that you initialize and the the model you use, this can happen some times. Some particles might be initialized directly on cell faces and because of rounding errors they might end up outside the mesh.
You see one warning per parcel. If you have a lot of particles just ignore it.

Otherwise check your initialiseDict some models require you to set coordinates where to initialize particles maybe you made an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants