+" 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():
@@ -1733,7 +1733,8 @@ class Model:
"Gap conductance for pin "+str(solidID)+" is invalid: "+str(pinObj.gapConductance))
# Cannot use the dynamic gap model if gap conductance was manually set
ifgeom.gapModel=='dynamic':
raiseRuntimeError("Cannot set gap conductance for pin: "+str(solidID)+" which uses a solid geometry that uses the dynamic gap model: "+str(solidTypeID))
raiseRuntimeError("Cannot set gap conductance for pin: "+str(
solidID)+" which uses a solid geometry that uses the dynamic gap model: "+str(solidTypeID))
else:
# Set to reasonable default
ifgeom.gapModel=='dynamic':
@@ -1898,8 +1899,8 @@ class Model:
defgetPressureBCOutlet(ch,topLev):
""" Returns the pressure of the outlet BC if the channel has one"""