![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
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 to write the parameters in the batch More... | |
PostWriter * | postw |
allows to write the POST part of the batch More... | |
PrepWriter * | prepw |
allows to write the PREP part of the batch More... | |
SoluWriter * | soluw |
allows 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 |
AnsysBatch::~AnsysBatch | ( | ) |
destructor
std::string AnsysBatch::getFileName | ( | ) |
return batch file's name
void AnsysBatch::write | ( | ) |
write entire batch file if file do not exist
|
private |
batch file's name
|
private |
monitoring manager
|
private |
allows to write the parameters in the batch
|
private |
allows to write the POST part of the batch
|
private |
allows to write the PREP part of the batch
|
private |
allows to write the SOLU part of the batch
|
private |
Ansys working directory.