26 #ifndef SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITERS_PREPWRITER_H 27 #define SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITERS_PREPWRITER_H 64 #endif // SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITERS_PREPWRITER_H ~PrepWriter()
destructor
Definition: PrepWriter.cpp:43
Ansys batch writer helps to write a part of a batch file.
Definition: AnsysBatchWriter.h:40
std::string elem
element type used
Definition: PrepWriter.h:57
double young
young modulus
Definition: PrepWriter.h:53
std::string workingDir
Ansys working directory.
Definition: PrepWriter.h:61
PrepWriter(std::string wd, MonitoringManager *monitoringManager)
constructor
Definition: PrepWriter.cpp:34
TODO Comment class here.
Definition: PrepWriter.h:40
std::string fileName
name for .node ans .elem generated files
Definition: PrepWriter.h:59
Manager of the benchmark tests.
Definition: MonitoringManager.h:50
double poisson
poisson ratio
Definition: PrepWriter.h:55
MonitoringManager * monitoringManager
monitoring manager
Definition: AnsysBatchWriter.h:53
std::string write()
write the PREP part of batch file into a string
Definition: PrepWriter.cpp:46