Femtet Macro Help/Manual
 

Home / Analysis Condition Settings / CBernoulli / Property / AlphaEps

AlphaEps Property

Syntax

AlphaEps As Double
Gets the value   Yes
Sets the value   Yes

Parameters

No parameters

Notes

Sets or gets the relaxation coefficient (ε).

Example

Dim Femtet As New CFemtet
Dim Als As CAnalysis

If Femtet.OpenNewProject() = False Then

Femtet.ShowLastError
End If

'Substitute Femtet.Analysis for variable Als.
Set Als = Femtet.Analysis

Als.Bernoulli.AlphaEps = 0.5