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

Introduce the ability to restore the default correlations #146

Open
lelaus opened this issue Mar 3, 2024 · 0 comments
Open

Introduce the ability to restore the default correlations #146

lelaus opened this issue Mar 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lelaus
Copy link
Collaborator

lelaus commented Mar 3, 2024

So far, methods are already implemented for managing the property correlations at the liquid metal class level:

  • properties_for_initialization() = it returns all the properties that can be used for instantiating a liquid metal object;
  • available_correlations() = it returns the dictionary providing the list of the available correlations for each available property;
  • set_correlation_to_use() = it sets the correlation to use for the specific property passed as argument; this method acts at the class level, thus applying to any object instantiated from that point on;
  • correlations_to_use() = it returns the dictionary defining the correlation used for the properties for which a specific correlation has been chosen a priori.

A feature is missing among all the above methods, that is, the possibility to restore the default correlations. It could be useful to implement such a method.

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