GetFlux Method
GetFlux Method
Summary
Returns TRUE if the second kind boundary condition is set. In this case also the value of the normal component of the heat flux is set.
Syntax
LabelEdgeHT.GetFlux (
[Flux As Double] '
) As Boolean
Parameters
- Flux
- [out] Double
Remarks
The GetFlux method allows you to know whether the boundary condition of second kind
(known heat flux) is applied to the label.
Returns TRUE if the boundary condition is set, otherwise returns FALSE.
In the method returning TRUE, the optional parameter Flux takes the value of known
heat flux.
|