AMRFEKOLaunchOptions

AMRFEKO launch options.

Example

application = cf.Application.GetInstance()
project = application:Load({FEKO_HOME..[[/shared/Resources/Automation/Dipole_Example.cfx]]})

    -- Access the 'AMRFEKOLaunchOptions' object and check what the error threshold is

errorThreshold = application.Launcher.Settings.AMRFEKO.ErrorThreshold

Inheritance

The AMRFEKOLaunchOptions object is derived from the CompositeValue object.

Usage locations

The AMRFEKOLaunchOptions object can be accessed from the following locations:

Property List

Advanced
Advanced command line options for launching AMRFEKO. (Read/Write string)
DeleteAllFilesEnabled
Enables/disables if the temporary files generated by the AMRFEKO run should be deleted. (Read/Write boolean)
ErrorThreshold
The error estimate threshold to end automatic adaptive mesh refinement. (Read/Write ErrorThresholdEnum)
Frequency
The frequency to run automatic adaptive mesh refinement at. (Read/Write string)
MaximumIterations
The maximum number of iterations for automatic mesh refinement to perform. (Read/Write number)
SkipFinalSolverRunEnabled
Enables/disables solving the final model before AMRFEKO completes. (Read/Write boolean)
SpecifyFrequencyEnabled
Enables/disables the ability to set a frequency for AMRFEKO to run at. (Read/Write boolean)
SpecifyMaximumIterationsEnabled
Enables/disables the ability to set the maximum number of iterations. (Read/Write boolean)

Property Details

Advanced
Advanced command line options for launching AMRFEKO.
Type
string
Access
Read/Write
DeleteAllFilesEnabled
Enables/disables if the temporary files generated by the AMRFEKO run should be deleted.
Type
boolean
Access
Read/Write
ErrorThreshold
The error estimate threshold to end automatic adaptive mesh refinement.
Type
ErrorThresholdEnum
Access
Read/Write
Frequency
The frequency to run automatic adaptive mesh refinement at.
Type
string
Access
Read/Write
MaximumIterations
The maximum number of iterations for automatic mesh refinement to perform.
Type
number
Access
Read/Write
SkipFinalSolverRunEnabled
Enables/disables solving the final model before AMRFEKO completes.
Type
boolean
Access
Read/Write
SpecifyFrequencyEnabled
Enables/disables the ability to set a frequency for AMRFEKO to run at.
Type
boolean
Access
Read/Write
SpecifyMaximumIterationsEnabled
Enables/disables the ability to set the maximum number of iterations.
Type
boolean
Access
Read/Write