IntegralEquation

Integral equation settings.

Example

application = cf.Application.GetInstance()
project = application:NewProject()

    -- Specify a custom combined field integral equation factor

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

Inheritance

The IntegralEquation object is derived from the CompositeValue object.

Usage locations

The IntegralEquation object can be accessed from the following locations:

Property List

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

Property Details

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