11 #ifndef REPORTWRITER_H_ 12 #define REPORTWRITER_H_ 31 void writeSummary(std::string inpFileName);
32 void writeResults(
int t);
33 int writeReport(std::string inpFileName,
OutputFile* outFile);
40 void writeEnergyHeader();
41 void writePumpResults(
Link* link,
float* x);
43 void writeLinkHeader();
44 void writeLinkResults(
Link* link,
float* x);
45 void writeNodeHeader();
46 void writeNodeResults(
Node* node,
float* x);
47 void writeNumber(
float x,
int width,
int precis);
A connection point between links in a network.
Definition: node.h:30
Definition: reportwriter.h:24
Manages the writing and reading of analysis results to a binary file.
Definition: outputfile.h:30
Contains the data elements that describe a pipe network.
Definition: network.h:41
A conveyance element that connects two nodes together.
Definition: link.h:30