TODO Comment class here. More...
#include <SoluWriter.h>
Inheritance diagram for SoluWriter:
Collaboration diagram for SoluWriter: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.
Here is the call graph for this function:| SoluWriter::~SoluWriter | ( | ) |
destructor
|
virtual |
write the SOLU part of batch file into a string
Implements AnsysBatchWriter.
Referenced by AnsysBatch::write().
Here is the caller graph for this function: