![]() |
Computer Assited Medical Intervention Tool Kit
version 4.1
|
TODO Comment class here. More...
#include <PrepWriter.h>
Inherits AnsysBatchWriter.
Public Member Functions | |
| PrepWriter (std::string wd, MonitoringManager *monitoringManager) | |
| constructor More... | |
| std::string | write () |
| write the PREP part of batch file into a string More... | |
| ~PrepWriter () | |
| destructor More... | |
Public Member Functions inherited from AnsysBatchWriter | |
| AnsysBatchWriter (MonitoringManager *monitoringManager) | |
| constructor More... | |
| virtual | ~AnsysBatchWriter () |
| destructor More... | |
Private Attributes | |
| std::string | elem |
| element type used More... | |
| std::string | fileName |
| name for .node ans .elem generated files More... | |
| double | poisson |
| poisson ratio More... | |
| std::string | workingDir |
| Ansys working directory. More... | |
| double | young |
| young modulus More... | |
Additional Inherited Members | |
Protected Attributes inherited from AnsysBatchWriter | |
| MonitoringManager * | monitoringManager |
| monitoring manager More... | |
TODO Comment class here.
| PrepWriter::PrepWriter | ( | std::string | wd, |
| MonitoringManager * | monitoringManager | ||
| ) |
| PrepWriter::~PrepWriter | ( | ) |
destructor
|
virtual |
write the PREP part of batch file into a string
Implements AnsysBatchWriter.
References Loads::ansysPrint(), elem, PhysicalModel::exportAnsysMesh(), fileName, MonitoringManager::getLml(), MonitoringManager::getPml(), MonitoringManager::isLmlPresent(), AnsysBatchWriter::monitoringManager, poisson, workingDir, and young.
Referenced by AnsysBatch::write().
|
private |
element type used
Referenced by PrepWriter(), and write().
|
private |
name for .node ans .elem generated files
Referenced by PrepWriter(), and write().
|
private |
poisson ratio
Referenced by PrepWriter(), and write().
|
private |
Ansys working directory.
Referenced by write().
|
private |
young modulus
Referenced by PrepWriter(), and write().
1.8.13