-
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
122 make sure that parameter have correct units #141
122 make sure that parameter have correct units #141
Conversation
…ce, move all parameter decleration into default_parameters function
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like what you did here. Especially letting the user know when parameters are being set to the default value.
There are two unit problems in the concrete_thermal problem (E_act, Thermal_cond) The test_default_dictonaries doe snot make sense anymore. |
@srosenbu Please have a look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I took care of the units in the hydration model
src/fenicsxconcrete/finite_element_problem/concrete_thermo_mechanical.py
Outdated
Show resolved
Hide resolved
src/fenicsxconcrete/finite_element_problem/concrete_thermo_mechanical.py
Outdated
Show resolved
Hide resolved
src/fenicsxconcrete/finite_element_problem/concrete_thermo_mechanical.py
Outdated
Show resolved
Hide resolved
…hanical.py Co-authored-by: Sjard Mathis Rosenbusch <[email protected]>
…hanical.py Co-authored-by: Sjard Mathis Rosenbusch <[email protected]>
…hanical.py Co-authored-by: Sjard Mathis Rosenbusch <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I approve
@srosenbu: I add an possible solution for the experiment parameters (see base_experiment)
Please have a look and we can discuss and extend that to teh material_problems