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

Order of kinetic species in diagnostics #98

Open
EmilyBourne opened this issue Feb 17, 2025 · 0 comments
Open

Order of kinetic species in diagnostics #98

EmilyBourne opened this issue Feb 17, 2025 · 0 comments

Comments

@EmilyBourne
Copy link
Member

There is no reason for ions to be placed before electrons in the data_structure.yaml file:

- &speciesd
# get the coordinates of this dimension from a field in another file
species: { constant_coord: [ "electrons", "ions" ] }

In fact depending on the main.cpp simulation file (or the .yaml describing the input) the order could be arbitrary. A solution could be for the code to output a list of string containing the names of each kinetic species ?

Besides, the data_structure.yaml is a rewriting of the pdi_out.yaml file in the simulation folder, and thus needs to be modified depending on the simulations parameters that we want to access during post process.

Issue transferred from GitLab, originally created by @yanmnc

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

1 participant