File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tidy3d/components/tcad/boundary Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ class ConvectionBC(HeatChargeBC):
133
133
>>>
134
134
>>> # Next, create the model, which requires the fluid and a characteristic length.
135
135
>>> natural_conv_model = td.VerticalNaturalConvectionCoeffModel.from_si_units(
136
- ... medium=air, characteristic_length =1e-5
136
+ ... medium=air, plate_length =1e-5
137
137
... )
138
138
>>>
139
139
>>> # Finally, create the boundary condition using this model.
@@ -143,7 +143,7 @@ class ConvectionBC(HeatChargeBC):
143
143
144
144
>>> # If the fluid medium is not provided to the coefficient model, it is automatically retrieved from
145
145
>>> # the interface.
146
- >>> natural_conv_model_nom = td.VerticalNaturalConvectionCoeffModel.from_si_units(characteristic_length =1e-5)
146
+ >>> natural_conv_model_nom = td.VerticalNaturalConvectionCoeffModel.from_si_units(plate_length =1e-5)
147
147
>>> bc_natural_nom = td.ConvectionBC(
148
148
... ambient_temperature=300, transfer_coeff=natural_conv_model
149
149
... )
You can’t perform that action at this time.
0 commit comments