![]() |
deltaFlow
|
Writes the status file (.sta) with a compact solver summary. More...
#include <StaFileWriter.H>
Public Member Functions | |
| bool | write (const std::string &jobName, const std::string &inputFile, const std::string &solverName, const std::string &formatName, int nBus, int nBranch, int iterations, double finalError, double tolerance, bool converged, double elapsedSec) const |
| Writes the status file (.sta) with a compact solver summary. | |
Writes the status file (.sta) with a compact solver summary.
Definition at line 38 of file StaFileWriter.H.
| bool StaFileWriter::write | ( | const std::string & | jobName, |
| const std::string & | inputFile, | ||
| const std::string & | solverName, | ||
| const std::string & | formatName, | ||
| int | nBus, | ||
| int | nBranch, | ||
| int | iterations, | ||
| double | finalError, | ||
| double | tolerance, | ||
| bool | converged, | ||
| double | elapsedSec | ||
| ) | const |
Writes the status file (.sta) with a compact solver summary.
| jobName | Job name (used as output filename stem). |
| inputFile | Path to the input data file. |
| solverName | Name of the solver method used. |
| formatName | Name of the input file format. |
| nBus | Number of buses. |
| nBranch | Number of branches. |
| iterations | Number of solver iterations performed. |
| finalError | Final convergence error. |
| tolerance | Convergence tolerance. |
| converged | Whether the solver converged. |
| elapsedSec | Wall-clock time in seconds. |
Definition at line 30 of file StaFileWriter.C.
References OutputFileCommon::dateStr(), OutputFileCommon::hostname(), OutputFileCommon::timestamp(), and OutputFileCommon::timeStr().

