 |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
Go to the documentation of this file.
26 #ifndef SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITERS_PREPWRITER_H
27 #define SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITERS_PREPWRITER_H
64 #endif // SIMULATOR_SIMULATORS_ANSYS_ANSYSBATCHWRITERS_PREPWRITER_H
std::string fileName
name for .node ans .elem generated files
Definition: PrepWriter.h:80
PhysicalModel * getPml()
Definition: MonitoringManager.cpp:262
~PrepWriter()
destructor
Definition: PrepWriter.cpp:42
std::string write()
write the PREP part of batch file into a string
Definition: PrepWriter.cpp:45
double poisson
poisson ratio
Definition: PrepWriter.h:76
std::string workingDir
Ansys working directory.
Definition: PrepWriter.h:82
bool isLmlPresent()
check if a lml is present
Definition: MonitoringManager.cpp:485
MonitoringManager * monitoringManager
monitoring manager
Definition: AnsysBatchWriter.h:74
PrepWriter(std::string wd, MonitoringManager *monitoringManager)
constructor
Definition: PrepWriter.cpp:33
Loads * getLml()
Definition: MonitoringManager.cpp:273
void exportAnsysMesh(std::string filename)
Save the mesh (atoms/cells) of this PhysicalModel in the Ansys format.
Definition: PhysicalModel.cpp:746
double young
young modulus
Definition: PrepWriter.h:74
void ansysPrint(std::ostream &) const
Print the load list in ansys format (BEWARE: not everything is implemented)
Definition: Loads.cpp:206
Manager of the benchmark tests. Do simulation loop and tests.
Definition: MonitoringManager.h:49
Ansys batch writer helps to write a part of a batch file.
Definition: AnsysBatchWriter.h:39
TODO Comment class here.
Definition: PrepWriter.h:39
std::string elem
element type used
Definition: PrepWriter.h:78