![]() |
deltaFlow
|
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. | |
Plain data holder for parsed command-line options.
Definition at line 41 of file PowerFlowOptions.H.
| std::string PowerFlowOptions::inputFile |
Path to input file.
Definition at line 42 of file PowerFlowOptions.H.
| InputFormat PowerFlowOptions::inputFormat |
Input file format.
Definition at line 48 of file PowerFlowOptions.H.
| std::string PowerFlowOptions::jobName |
Job name (defaults to input filename)
Definition at line 43 of file PowerFlowOptions.H.
| int PowerFlowOptions::maxIterations = 1024 |
Maximum number of iterations ($$ N_{max} $$)
Definition at line 45 of file PowerFlowOptions.H.
| double PowerFlowOptions::relaxation = 1.0 |
Relaxation coefficient ($$ \omega $$)
Definition at line 46 of file PowerFlowOptions.H.
| SolverType PowerFlowOptions::solverType |
Solver type.
Definition at line 47 of file PowerFlowOptions.H.
| double PowerFlowOptions::tolerance = 1E-8 |
Convergence tolerance ($$ \epsilon $$)
Definition at line 44 of file PowerFlowOptions.H.