deltaFlow
PowerFlowOptions Struct Reference

Plain data holder for parsed command-line options. More...

#include <PowerFlowOptions.H>

Public Attributes

std::string inputFile
 Path to input file.
 
std::string jobName
 Job name (defaults to input filename)
 
double tolerance = 1E-8
 Convergence tolerance ($$ \epsilon $$)
 
int maxIterations = 1024
 Maximum number of iterations ($$ N_{max} $$)
 
double relaxation = 1.0
 Relaxation coefficient ($$ \omega $$)
 
SolverType solverType
 Solver type.
 
InputFormat inputFormat
 Input file format.
 

Detailed Description

Plain data holder for parsed command-line options.

Definition at line 41 of file PowerFlowOptions.H.

Member Data Documentation

◆ inputFile

std::string PowerFlowOptions::inputFile

Path to input file.

Definition at line 42 of file PowerFlowOptions.H.

◆ inputFormat

InputFormat PowerFlowOptions::inputFormat

Input file format.

Definition at line 48 of file PowerFlowOptions.H.

◆ jobName

std::string PowerFlowOptions::jobName

Job name (defaults to input filename)

Definition at line 43 of file PowerFlowOptions.H.

◆ maxIterations

int PowerFlowOptions::maxIterations = 1024

Maximum number of iterations ($$ N_{max} $$)

Definition at line 45 of file PowerFlowOptions.H.

◆ relaxation

double PowerFlowOptions::relaxation = 1.0

Relaxation coefficient ($$ \omega $$)

Definition at line 46 of file PowerFlowOptions.H.

◆ solverType

SolverType PowerFlowOptions::solverType

Solver type.

Definition at line 47 of file PowerFlowOptions.H.

◆ tolerance

double PowerFlowOptions::tolerance = 1E-8

Convergence tolerance ($$ \epsilon $$)

Definition at line 44 of file PowerFlowOptions.H.


The documentation for this struct was generated from the following file: