-
Notifications
You must be signed in to change notification settings - Fork 4
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
Shorter Examples are Needed #3
Comments
@RaphaelPile, we would really appreciate your help in resolving this issue and a simple 1D ToF example with analytic solution would be a good test example. But we should also consider something where the entire fluid-Poisson model is solved. |
My next step is a 1D Townsend discharge model such as in the article below (coupled fluid Poisson). I guess it would be a good test ? @Article{Napoleon2009, |
Yes, 1D Townsend / glow discharges can serve the purpose. My remark is to use an example where the results are reliable (e.g. already reproduced by others) and all input data are available without doubts. Because it can be annoying and lengthy task to figure out if differences are caused by own code or wrong reference solution. |
For code development and testing purposes, it would be useful to have a few simple examples that can run in less than a minute on a standard laptop. There's no need for them to produce useful science -- only for their results to confirm that the code is working as intended (everything runs without crashing, all the right output files are there, the end results aren't all NaNs, etc).
The text was updated successfully, but these errors were encountered: