You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Rebuilding the equilibrium from the geometry object (Which should remain unchanged by the transport code), is it needed or do we only need coupling variables ?
202
+
# Rebuilding the equilibrium from the geometry object (Which should remain unchanged by the transport code), is it needed or do we only need coupling variables ?
199
203
equilibrium=imas.IDSFactory().equilibrium()
200
-
equilibrium.ids_properties.homogeneous_time=1#Should be 0 or 1 ?
204
+
equilibrium.ids_properties.homogeneous_time=1# Should be 0 or 1 ?
201
205
equilibrium.ids_properties.comment="equilibrium IDS built from ToraxSimState object."
202
206
equilibrium.time.resize(1)
203
-
equilibrium.time= [SimState.t] #What time should be set ? Needed for B0
207
+
equilibrium.time= [SimState.t] # What time should be set ? Needed for B0
0 commit comments