IntegralEquation

Integral equation settings.

Example

app = cf.GetApplication()
project = app:NewProject()

    -- Specify a custom combined field integral equation factor

project.SolutionSettings.SolverSettings.IntegralEquation.CFIEFactor = "0.3"

Usage locations (object properties)

The following objects have properties using the IntegralEquation object:

Property List

CFIEFactor
This factor us used when combining electric and magnetic terms in the CFIE formulation. Changing this property will set CFIEFactorEnabled to true. (Read/Write Expression)
CFIEFactorEnabled
Specifies if a factor should be used for the CFIE formulation. (Read/Write boolean)

Property Details

CFIEFactor
This factor us used when combining electric and magnetic terms in the CFIE formulation. Changing this property will set CFIEFactorEnabled to true.
Type
Expression
Access
Read/Write
CFIEFactorEnabled
Specifies if a factor should be used for the CFIE formulation.
Type
boolean
Access
Read/Write