TODO Comment class here. More...
#include <SoluWriter.h>
Public Member Functions | |
SoluWriter (MonitoringManager *monitoringManager) | |
constructor More... | |
std::string | write () |
write the SOLU part of batch file into a string More... | |
~SoluWriter () | |
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.
SoluWriter::SoluWriter | ( | MonitoringManager * | monitoringManager | ) |
constructor
References MonitoringManager::getDt(), and AnsysBatchWriter::monitoringManager.
SoluWriter::~SoluWriter | ( | ) |
destructor
|
virtual |
write the SOLU part of batch file into a string
Implements AnsysBatchWriter.
Referenced by AnsysBatch::write().