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... | |
Private Attributes | |
std::string | fileName |
batch file's name More... | |
MonitoringManager * | monitoringManager |
monitoring manager More... | |
ParametersWriter * | paramw |
allows one to write the parameters in the batch More... | |
PostWriter * | postw |
allows one to write the POST part of the batch More... | |
PrepWriter * | prepw |
allows one to write the PREP part of the batch More... | |
SoluWriter * | soluw |
allows one to write the SOLU part of the batch More... | |
std::string | workingDir |
Ansys working directory. More... | |
Ansys batch file handler.
AnsysBatch::AnsysBatch | ( | std::string | wd, |
MonitoringManager * | monitoringManager | ||
) |
constructor
wd | Ansys working directory |
string AnsysBatch::getFileName | ( | ) |
return batch file's name
References fileName.
Referenced by AnsysSimulator::getBatchFile(), and AnsysSimulator::runAnsys().
void AnsysBatch::write | ( | ) |
write entire batch file if file do not exist
References fileName, paramw, postw, prepw, soluw, workingDir, SoluWriter::write(), ParametersWriter::write(), PrepWriter::write(), and PostWriter::write().
Referenced by AnsysSimulator::init().
|
private |
batch file's name
Referenced by getFileName(), and write().
|
private |
monitoring manager
|
private |
allows one to write the parameters in the batch
Referenced by write(), and ~AnsysBatch().
|
private |
allows one to write the POST part of the batch
Referenced by write(), and ~AnsysBatch().
|
private |
allows one to write the PREP part of the batch
Referenced by write(), and ~AnsysBatch().
|
private |
allows one to write the SOLU part of the batch
Referenced by write(), and ~AnsysBatch().
|
private |
Ansys working directory.
Referenced by write().