Ansys batch file handler. More...
#include <AnsysBatch.h>
Public Member Functions | |
AnsysBatch (std::string wd, MonitoringManager *monitoringManager) | |
constructor More... | |
std::string | getFileName () |
return batch file's name More... | |
void | write () |
write entire batch file if file do not exist More... | |
~AnsysBatch () | |
destructor More... | |
Ansys batch file handler.
AnsysBatch::AnsysBatch | ( | std::string | wd, |
MonitoringManager * | monitoringManager | ||
) |
constructor
wd | Ansys working directory |
AnsysBatch::~AnsysBatch | ( | ) |
destructor
string AnsysBatch::getFileName | ( | ) |
return batch file's name
Referenced by AnsysSimulator::getBatchFile().
void AnsysBatch::write | ( | ) |
write entire batch file if file do not exist
References ParametersWriter::write(), PostWriter::write(), PrepWriter::write(), and SoluWriter::write().
Referenced by AnsysSimulator::init().