ActiveField - QuickField API help

QuickField Student Edition free download     Contacts

ActiveField Technology

Objects Overview

Hierarchy Chart

How to Start: Application Object

How to work with Problems

How to work with Model

How to work with Data

How to Analyze Results

Objects

Properties

Methods

GetFlux Method

Applies to

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.