TODO Comment class here. More...
#include <PostWriter.h>
Public Member Functions | |
PostWriter (MonitoringManager *monitoringManager) | |
constructor More... | |
std::string | write () |
write the POST part of batch file into a string More... | |
~PostWriter () | |
destructor More... | |
Public Member Functions inherited from AnsysBatchWriter | |
AnsysBatchWriter (MonitoringManager *monitoringManager) | |
constructor More... | |
virtual | ~AnsysBatchWriter () |
destructor More... | |
Private Member Functions | |
std::string | writeMaxStep () |
write a part of batch file (into a string) to make Ansys write the number of steps into a file More... | |
std::string | writePositions () |
write a part of batch file (into a string) to make Ansys write the positions of all atoms into a file (one file per simulation step) More... | |
std::string | writeTimes () |
write a part of batch file (into a string) to make Ansys write the times associated to simulation steps into a file More... | |
Private Attributes | |
bool | positions |
set to true of positions have to be stored More... | |
Additional Inherited Members | |
Protected Attributes inherited from AnsysBatchWriter | |
MonitoringManager * | monitoringManager |
monitoring manager More... | |
TODO Comment class here.
PostWriter::PostWriter | ( | MonitoringManager * | monitoringManager | ) |
constructor
References positions.
PostWriter::~PostWriter | ( | ) |
destructor
|
virtual |
write the POST part of batch file into a string
Implements AnsysBatchWriter.
References positions, writeMaxStep(), writePositions(), and writeTimes().
Referenced by AnsysBatch::write().
|
private |
write a part of batch file (into a string) to make Ansys write the number of steps into a file
Referenced by write().
|
private |
write a part of batch file (into a string) to make Ansys write the positions of all atoms into a file (one file per simulation step)
Referenced by write().
|
private |
write a part of batch file (into a string) to make Ansys write the times associated to simulation steps into a file
Referenced by write().
|
private |
set to true of positions have to be stored
Referenced by PostWriter(), and write().