26#ifndef SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITERS_PREPWRITER_H
27#define SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITERS_PREPWRITER_H
61 std::string workingDir;
AnsysBatchWriter(MonitoringManager *monitoringManager)
constructor
Definition AnsysBatchWriter.cpp:29
MonitoringManager * monitoringManager
monitoring manager
Definition AnsysBatchWriter.h:53
Manager of the benchmark tests.
Definition MonitoringManager.h:50
PrepWriter(std::string wd, MonitoringManager *monitoringManager)
constructor
Definition PrepWriter.cpp:34
~PrepWriter()
destructor
Definition PrepWriter.cpp:43
std::string write()
write the PREP part of batch file into a string
Definition PrepWriter.cpp:46