We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc4fb79 commit e9163acCopy full SHA for e9163ac
tidy3d/components/tcad/boundary/heat.py
@@ -143,9 +143,9 @@ class ConvectionBC(HeatChargeBC):
143
144
>>> # If the fluid medium is not provided to the coefficient model, it is automatically retrieved from
145
>>> # the interface.
146
- >>> natural_conv_model_nom = td.VerticalNaturalConvectionCoeffModel.from_si_units(plate_length=1e-5)
+ >>> natural_conv_model = td.VerticalNaturalConvectionCoeffModel.from_si_units(plate_length=1e-5)
147
>>> bc_natural_nom = td.ConvectionBC(
148
- ... ambient_temperature=300, transfer_coeff=natural_conv_model_nom
+ ... ambient_temperature=300, transfer_coeff=natural_conv_model
149
... )
150
"""
151
0 commit comments