Skip to content

Commit

Permalink
Add standard variables + initialise
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Jul 11, 2023
1 parent e80e2c7 commit c41abce
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def __init__(
self.param = pybamm.EcmParameters()
self.element_counter = 0

self.set_standard_output_variables()
self.set_submodels(build)

def set_options(self, extra_options=None):
Expand Down Expand Up @@ -193,7 +194,7 @@ def set_submodels(self, build):
self.build_model()

def set_standard_output_variables(self):
# Time
# Time
self.variables.update(
{
"Time [s]": pybamm.t,
Expand Down

0 comments on commit c41abce

Please sign in to comment.