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