Applies to |
Sets or removes the boundary condition of second kind (given flux density).
LabelEdgeHT.SetFlux ( [set As Boolean], [Flux As Double] )
The SetFlux method allows setting or removing the boundary condition of second kind (known heat flux) to the label.
If the first Boolean parameter bSet is True, the method sets the boundary condition. In that case the Flux parameter should contain the value of known heat flux.
To remove the boundary condition, use the SetFlux method with the bSet parameter as FALSE. The Flux parameter should be omitted.