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

Extract global/default data parameter values #78

Open
samuelhward opened this issue Nov 7, 2024 · 0 comments
Open

Extract global/default data parameter values #78

samuelhward opened this issue Nov 7, 2024 · 0 comments

Comments

@samuelhward
Copy link
Collaborator

samuelhward commented Nov 7, 2024

Currently all physical constants, characteristics, and other industry-standard parameter values are hard-coded in place.

tape_w: Meters = 0.004 # REBCO tape width in meters

Problems:

  • sensitivity studies require source code knowledge
  • dangerous to edit these values at run time

Solution:

encapsulate these values in external settings file

@samuelhward samuelhward changed the title Extract constants Extract global/default data parameter values Nov 7, 2024
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