#include <SimFile.hpp>
Public Member Functions | |
std::vector< std::vector < double > > | D () const |
std::vector< openstudio::DateTime > | dateTimes () const |
Returns a vector of DateTime objects that give the EnergyPlus-style end of interval times. More... | |
std::vector< std::vector < double > > | dP () const |
std::vector< std::vector < double > > | F0 () const |
std::vector< std::vector < double > > | F1 () const |
std::vector< openstudio::DateTime > | fileDateTimes () const |
Returns a vector of DateTime objects that the SIM file contains data for. More... | |
boost::optional < openstudio::TimeSeries > | nodeDensity (int nr) const |
boost::optional < openstudio::TimeSeries > | nodePressure (int nr) const |
boost::optional < openstudio::TimeSeries > | nodeTemperature (int nr) const |
std::vector< std::vector < double > > | P () const |
boost::optional < openstudio::TimeSeries > | pathDeltaP (int nr) const |
boost::optional < openstudio::TimeSeries > | pathFlow (int nr) const |
boost::optional < openstudio::TimeSeries > | pathFlow0 (int nr) const |
boost::optional < openstudio::TimeSeries > | pathFlow1 (int nr) const |
SimFile (openstudio::path path) | |
std::vector< std::vector < double > > | T () const |
|
explicit |
|
inline |
std::vector<openstudio::DateTime> openstudio::contam::SimFile::dateTimes | ( | ) | const |
Returns a vector of DateTime objects that give the EnergyPlus-style end of interval times.
These are not the actual times in the SIM file
|
inline |
|
inline |
|
inline |
|
inline |
Returns a vector of DateTime objects that the SIM file contains data for.
CONTAM always includes a start time result, so a yearly simulation will result in 8761 times.
boost::optional<openstudio::TimeSeries> openstudio::contam::SimFile::nodeDensity | ( | int | nr | ) | const |
boost::optional<openstudio::TimeSeries> openstudio::contam::SimFile::nodePressure | ( | int | nr | ) | const |
boost::optional<openstudio::TimeSeries> openstudio::contam::SimFile::nodeTemperature | ( | int | nr | ) | const |
|
inline |
boost::optional<openstudio::TimeSeries> openstudio::contam::SimFile::pathDeltaP | ( | int | nr | ) | const |
boost::optional<openstudio::TimeSeries> openstudio::contam::SimFile::pathFlow | ( | int | nr | ) | const |
boost::optional<openstudio::TimeSeries> openstudio::contam::SimFile::pathFlow0 | ( | int | nr | ) | const |
boost::optional<openstudio::TimeSeries> openstudio::contam::SimFile::pathFlow1 | ( | int | nr | ) | const |
|
inline |