Ansys batch file handler. More...
#include <AnsysBatch.h>
Collaboration diagram for AnsysBatch: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().
Here is the caller graph for this function:| 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().
Here is the call graph for this function:
Here is the caller graph for this function: