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

SetFlux Method

Applies to

Summary

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.