OutputFileSolverSettings

Output file solver settings.

Example

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

    -- Active logging of the residue for iterative solutions

project.SolutionSettings.SolverSettings.GeneralSettings.OutputFileSettings.
    StoreConvergenceDataEnabled = true

Usage locations (object properties)

The following objects have properties using the OutputFileSolverSettings object:

Property List

CablePerUnitLength
Save/read cable per-unit-length parameters, specified by OutputFileSettingsEnum, e.g. NormalExecution, ReadFromFileIfAvailable. (Read/Write OutputFileSettingsEnum)
Currents
Specifies whether the solution vector of the linear equations should be saved to and/or read from a *.str file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc. (Read/Write OutputFileSettingsEnum)
LUDecomposedMatrix
Specifies whether the LU decomposed matrix should be saved to and/or read from a *.lud file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc. (Read/Write OutputFileSettingsEnum)
MatrixElements
Specifies whether the matrix elements should be saved to and/or read from a *.mat file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc. (Read/Write OutputFileSettingsEnum)
StoreConvergenceDataEnabled
Specifies whether the residue of the iterative solutions should be written to a *.cgm file. (Read/Write boolean)
ThermalAnalysisExportEnabled
Specifies whether to export (*.epl, *.nas, *.map) files for thermal analysis. (Read/Write boolean)

Property Details

CablePerUnitLength
Save/read cable per-unit-length parameters, specified by OutputFileSettingsEnum, e.g. NormalExecution, ReadFromFileIfAvailable.
Type
OutputFileSettingsEnum
Access
Read/Write
Currents
Specifies whether the solution vector of the linear equations should be saved to and/or read from a *.str file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc.
Type
OutputFileSettingsEnum
Access
Read/Write
LUDecomposedMatrix
Specifies whether the LU decomposed matrix should be saved to and/or read from a *.lud file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc.
Type
OutputFileSettingsEnum
Access
Read/Write
MatrixElements
Specifies whether the matrix elements should be saved to and/or read from a *.mat file, specified by OutputFileSettingsEnum, e.g. NormalExecution, SaveToFile, etc.
Type
OutputFileSettingsEnum
Access
Read/Write
StoreConvergenceDataEnabled
Specifies whether the residue of the iterative solutions should be written to a *.cgm file.
Type
boolean
Access
Read/Write
ThermalAnalysisExportEnabled
Specifies whether to export (*.epl, *.nas, *.map) files for thermal analysis.
Type
boolean
Access
Read/Write