-
Notifications
You must be signed in to change notification settings - Fork 2
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
Standardized naming of the kernels #10
Comments
Thanks @geriJana. This mostly affects source/init/mus_initFluid_module.f90, I think. |
To handle several variants of the scheme relaxations, we have decided to extend the relaxation option in scheme identify table as a table with additional
If that variant requires addditional parameters then they should be inside the relaxation table like
Standard variant which is a default can be defined by any of these forms:
Here is the new naming convection of the kernels.
For non-specific implementation leave names out. So we do not use generic keyword in the kernel names anymore.
|
|
Yes, it was a typo. Corrected it now. |
Thanks! We can close this issue now. |
It seems that inconsistencies have been introduced into the kernel naming convention of the routines as well as some configuration options (see also #9).
In general
E.g. what does ... mean or when to use ...
Decide on
Correction routines
Besides, how should we name the correction routine bgk_HybridRecursiveRegularizedCorr ? It only differs in the blending parameter sigma but is now called for different configure options as listed below:
Suggestion:
bgk_blendedRecursiveRegularizedCorrected
Please note also the change of word ordering and removed trailing capital later in routine name.
Decide on
Control
Once the naming convention is set for the routine names as well as the configuration options, we should check all routines for discrepancies and to identify need for renaming.
Harald asked @KannanMasilamani to decide on the names.
The text was updated successfully, but these errors were encountered: