" defined for solid type "+str(key)+" was not defined in the model.")
# Set gap conductance to default value if not set by user
forsolidIDinme.solidObjects.keys():
@@ -1866,7 +1866,6 @@ class Model:
raiseRuntimeError(
"`setInitial` was not called and the channels do not all have inlet mass/temp and outlet pressure BCs with uniform values, so cannot infer the correct initial conditions")
# Determine the start/end axial locations of the sections
z=0.0
forsecIDinsorted(me.sections.keys()):
@@ -1999,8 +1998,8 @@ class Model:
defgetPressureBCOutlet(ch,topLev):
""" Returns the pressure of the outlet BC if the channel has one"""