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

SetRadiation Method

Applies to

Summary

Sets or removes the radiation boundary condition.

Syntax

LabelEdgeHT.SetRadiation (
  [set As Boolean],
  [Beta As Double],
  [T As Double] )

Parameters

set
[in] Boolean
Beta
[in] Double
T
[in] Double

Remarks

The SetRadiation method allows setting or removing the radiation boundary condition to the label.

If the first Boolean parameter bSet is True, the method sets the boundary condition. In that case the Beta parameter should contain the value of emissivity coefficient and T - the ambient radiation temperature.

To remove the radiation boundary condition use the SetRadiation method with the bSet parameter as FALSE. The Beta and T parameters should be omitted.