bool positions
set to true of positions have to be stored
Definition: PostWriter.h:53
TODO Comment class here.
Definition: PostWriter.h:40
~PostWriter()
destructor
Definition: PostWriter.cpp:40
std::string writeTimes()
write a part of batch file (into a string) to make Ansys write the times associated to simulation ste...
Definition: PostWriter.cpp:74
std::string writeMaxStep()
write a part of batch file (into a string) to make Ansys write the number of steps into a file ...
Definition: PostWriter.cpp:59
std::string writePositions()
write a part of batch file (into a string) to make Ansys write the positions of all atoms into a file...
Definition: PostWriter.cpp:93
std::string write()
write the POST part of batch file into a string
Definition: PostWriter.cpp:44
PostWriter(MonitoringManager *monitoringManager)
constructor
Definition: PostWriter.cpp:34