Skip to content

Commit

Permalink
Update src/fenicsxconcrete/finite_element_problem/concrete_thermo_mec…
Browse files Browse the repository at this point in the history
…hanical.py

Co-authored-by: Sjard Mathis Rosenbusch <[email protected]>
  • Loading branch information
aradermacher and srosenbu authored Oct 5, 2023
1 parent 9ba9502 commit afced1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def default_parameters() -> tuple[Experiment, dict[str, pint.Quantity]]:
"dt": 1.0 * ureg("s"),
}
default_parameters["E_act"] = (
5653.0 * default_parameters["igc"].magnitude * ureg("J/mol")
5653.0 * ureg("K") * default_parameters["igc"]
) # TODO Check with Sjard

return experiment, default_parameters
Expand Down

0 comments on commit afced1b

Please sign in to comment.