|
Computer Assited Medical Intervention Tool Kit
version 5.0
|
|
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:82
PhysicalModel * getPml()
Definition: MonitoringManager.cpp:263
~PrepWriter()
destructor
Definition: PrepWriter.cpp:43
std::string write()
write the PREP part of batch file into a string
Definition: PrepWriter.cpp:46
double poisson
poisson ratio
Definition: PrepWriter.h:78
std::string workingDir
Ansys working directory.
Definition: PrepWriter.h:84
bool isLmlPresent()
check if a lml is present
Definition: MonitoringManager.cpp:486
MonitoringManager * monitoringManager
monitoring manager
Definition: AnsysBatchWriter.h:76
PrepWriter(std::string wd, MonitoringManager *monitoringManager)
constructor
Definition: PrepWriter.cpp:34
Loads * getLml()
Definition: MonitoringManager.cpp:274
void exportAnsysMesh(std::string filename)
Save the mesh (atoms/cells) of this PhysicalModel in the Ansys format.
Definition: PhysicalModel.cpp:747
double young
young modulus
Definition: PrepWriter.h:76
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:50
Ansys batch writer helps to write a part of a batch file.
Definition: AnsysBatchWriter.h:40
TODO Comment class here.
Definition: PrepWriter.h:40
std::string elem
element type used
Definition: PrepWriter.h:80