We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1523683 commit bdc2aefCopy full SHA for bdc2aef
test/multi_domain.jl
@@ -191,7 +191,7 @@ end
191
@named heating_resistor = HeatingResistor(R_ref = 100, alpha = 1e-3, T_ref = 293.15)
192
@named thermal_conductor = ThermalConductor(G = 50)
193
@named env = FixedTemperature(T = 273.15 + 20)
194
- connections = [connect(source.n, ground.g, heatingResistor.n)
+ connections = [connect(source.n, ground.g, heating_resistor.n)
195
connect(source.p, heating_resistor.p)
196
connect(heating_resistor.heat_port, thermal_conductor.port_a)
197
connect(thermal_conductor.port_b, env.port)]
0 commit comments