Sets or removes the boundary condition of second kind (given flux density).
Syntax
LabelEdgeHT.SetFlux (
[set As Boolean], '
[Flux As Double] ) '
Parameters
set
[in] Boolean
Flux
[in] Double
Remarks
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.