Skip to content

Commit e9163ac

Browse files
committed
another item
1 parent bc4fb79 commit e9163ac

File tree

1 file changed

+2
-2
lines changed
  • tidy3d/components/tcad/boundary

1 file changed

+2
-2
lines changed

tidy3d/components/tcad/boundary/heat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ class ConvectionBC(HeatChargeBC):
143143
144144
>>> # If the fluid medium is not provided to the coefficient model, it is automatically retrieved from
145145
>>> # the interface.
146-
>>> natural_conv_model_nom = td.VerticalNaturalConvectionCoeffModel.from_si_units(plate_length=1e-5)
146+
>>> natural_conv_model = td.VerticalNaturalConvectionCoeffModel.from_si_units(plate_length=1e-5)
147147
>>> bc_natural_nom = td.ConvectionBC(
148-
... ambient_temperature=300, transfer_coeff=natural_conv_model_nom
148+
... ambient_temperature=300, transfer_coeff=natural_conv_model
149149
... )
150150
"""
151151

0 commit comments

Comments
 (0)