FDTDBoundarySettings

The settings for an FDTD boundary.

Example

app = cf.GetApplication()
project = app:OpenFile(FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.cfx]])

    -- Enable the FDTD solver
    
project.SolutionSettings.SolverSettings.FDTDSettings.FDTDEnabled = true

    -- Access the 'FDTDBoundarySettings' object and adjust the PositiveX boundary 

xBoundarySettings = project.SolutionSettings.FDTDBoundary.PositiveX
xBoundarySettings.BoundaryType = cf.Enums.BoundaryFaceDefinitionEnum.PEC

Usage locations (object properties)

The following objects have properties using the FDTDBoundarySettings object:

Property List

BoundaryType
Specifies the type of boundary. (Read/Write BoundaryFaceDefinitionEnum)
BufferOption
Specifies the boundary buffer option. (Read/Write BoundaryFacePropertiesEnum)
BufferPosition
The position of the free space buffer boundary if the BufferOption is SpecifyPosition. (Read/Write Expression)
BufferSize
The free space buffer size if the BufferOption is SpecifyBufferSize. (Read/Write Expression)

Property Details

BoundaryType
Specifies the type of boundary.
Type
BoundaryFaceDefinitionEnum
Access
Read/Write
BufferOption
Specifies the boundary buffer option.
Type
BoundaryFacePropertiesEnum
Access
Read/Write
BufferPosition
The position of the free space buffer boundary if the BufferOption is SpecifyPosition.
Type
Expression
Access
Read/Write
BufferSize
The free space buffer size if the BufferOption is SpecifyBufferSize.
Type
Expression
Access
Read/Write