TODO Comment class here. More...
#include <PrepWriter.h>
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... | |
Additional Inherited Members | |
Protected Attributes inherited from AnsysBatchWriter | |
MonitoringManager * | monitoringManager |
monitoring manager More... | |
TODO Comment class here.
PrepWriter::PrepWriter | ( | std::string | wd, |
MonitoringManager * | monitoringManager | ||
) |
constructor
PrepWriter::~PrepWriter | ( | ) |
destructor
|
virtual |
write the PREP part of batch file into a string
Implements AnsysBatchWriter.
References Loads::ansysPrint(), PhysicalModel::exportAnsysMesh(), MonitoringManager::getLml(), MonitoringManager::getPml(), MonitoringManager::isLmlPresent(), and AnsysBatchWriter::monitoringManager.
Referenced by AnsysBatch::write().