Skip to content

Commit a137992

Browse files
test with multiple species
1 parent 90c8bff commit a137992

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/system_tests/test_misc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,12 @@ def T_expr(x):
435435
my_model.subdomains = [vol, left, right]
436436

437437
H = F.Species("H")
438-
my_model.species = [H]
438+
H2 = F.Species("D")
439+
my_model.species = [H, H2]
439440

440441
if isinstance(my_model, F.HydrogenTransportProblemDiscontinuous):
441442
H.subdomains = [vol]
443+
H2.subdomains = [vol]
442444

443445
my_model.temperature = T_expr
444446

0 commit comments

Comments
 (0)