 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
26 #ifndef SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCH_H
27 #define SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCH_H
79 #endif // SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCH_H
TODO Comment class here.
Definition: ParametersWriter.h:39
PostWriter * postw
allows one to write the POST part of the batch
Definition: AnsysBatch.h:92
std::string workingDir
Ansys working directory.
Definition: AnsysBatch.h:86
std::string getFileName()
return batch file's name
Definition: AnsysBatch.cpp:109
std::string write()
write the POST part of batch file into a string
Definition: PostWriter.cpp:43
std::string write()
write the PREP part of batch file into a string
Definition: PrepWriter.cpp:45
std::string fileName
batch file's name
Definition: AnsysBatch.h:84
void write()
write entire batch file if file do not exist
Definition: AnsysBatch.cpp:64
AnsysBatch(std::string wd, MonitoringManager *monitoringManager)
constructor
Definition: AnsysBatch.cpp:36
std::string write()
write the PREP part of batch file into a string
Definition: ParametersWriter.cpp:40
TODO Comment class here.
Definition: SoluWriter.h:39
ParametersWriter * paramw
allows one to write the parameters in the batch
Definition: AnsysBatch.h:94
std::string write()
write the SOLU part of batch file into a string
Definition: SoluWriter.cpp:44
Manager of the benchmark tests. Do simulation loop and tests.
Definition: MonitoringManager.h:49
Ansys batch file handler.
Definition: AnsysBatch.h:43
TODO Comment class here.
Definition: PostWriter.h:39
~AnsysBatch()
destructor
Definition: AnsysBatch.cpp:47
TODO Comment class here.
Definition: PrepWriter.h:39
PrepWriter * prepw
allows one to write the PREP part of the batch
Definition: AnsysBatch.h:88
MonitoringManager * monitoringManager
monitoring manager
Definition: AnsysBatch.h:96
SoluWriter * soluw
allows one to write the SOLU part of the batch
Definition: AnsysBatch.h:90