Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
AnsysBatch Class Reference

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...
 
MonitoringManagermonitoringManager
 monitoring manager More...
 
ParametersWriterparamw
 allows to write the parameters in the batch More...
 
PostWriterpostw
 allows to write the POST part of the batch More...
 
PrepWriterprepw
 allows to write the PREP part of the batch More...
 
SoluWritersoluw
 allows to write the SOLU part of the batch More...
 
std::string workingDir
 Ansys working directory. More...
 

Detailed Description

Ansys batch file handler.

Constructor & Destructor Documentation

AnsysBatch::AnsysBatch ( std::string  wd,
MonitoringManager monitoringManager 
)

constructor

Parameters
wdAnsys working directory
AnsysBatch::~AnsysBatch ( )

destructor

Member Function Documentation

std::string AnsysBatch::getFileName ( )

return batch file's name

void AnsysBatch::write ( )

write entire batch file if file do not exist

Member Data Documentation

std::string AnsysBatch::fileName
private

batch file's name

MonitoringManager* AnsysBatch::monitoringManager
private

monitoring manager

ParametersWriter* AnsysBatch::paramw
private

allows to write the parameters in the batch

PostWriter* AnsysBatch::postw
private

allows to write the POST part of the batch

PrepWriter* AnsysBatch::prepw
private

allows to write the PREP part of the batch

SoluWriter* AnsysBatch::soluw
private

allows to write the SOLU part of the batch

std::string AnsysBatch::workingDir
private

Ansys working directory.


The documentation for this class was generated from the following file: