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
This should be accessible as a property packed_bed.heat_loss which returns an array of heat loss at each timestep. This could be implemented as a namedtuple if it is desirable to track heat loss per component packed_bed.heat_loss.total, packed_bed.heat_loss.top_lid, etc.
The text was updated successfully, but these errors were encountered:
This should be accessible as a property
packed_bed.heat_loss
which returns an array of heat loss at each timestep. This could be implemented as anamedtuple
if it is desirable to track heat loss per componentpacked_bed.heat_loss.total
,packed_bed.heat_loss.top_lid
, etc.The text was updated successfully, but these errors were encountered: