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 CFemtetDim 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


