ActiveField™ Help    

Main QuickField Site  

Free Downloads  

Contacts  

ActiveField Technology
What's New
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

Parametric Simulation Samples

GetRadiation Method

GetRadiation Method

                          

Summary

Returns TRUE if the radiation boundary condition is set. In this case also the value of emissivity coefficient and the ambient radiation temperature are returned.

Syntax

LabelEdgeHT.GetRadiation (
  [Beta As Double],                     '
  [T As Double]                         '
) As Boolean

Parameters

Beta
[out] Double
T
[out] Double

Remarks

The GetRadiation method allows you to know whether the radiation border condition is applied to the label.

Returns TRUE if the radiation boundary condition is set, otherwise returns FALSE.

In the method returning TRUE, the optional parameters Beta and T take the value of emissivity coefficient and the ambient radiation temperature respectively.