std::string write()
write the POST part of batch file into a string
Definition: PostWriter.cpp:44
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
PostWriter(MonitoringManager *monitoringManager)
constructor
Definition: PostWriter.cpp:34
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
bool positions
set to true of positions have to be stored
Definition: PostWriter.h:76
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
TODO Comment class here.
Definition: PostWriter.h:40
~PostWriter()
destructor
Definition: PostWriter.cpp:40