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... | |
Private Attributes | |
double | deltim |
simulation step More... | |
bool | nlgeom |
true if non linear More... | |
double | time |
total time of simualtion More... | |
Additional Inherited Members | |
Protected Attributes inherited from AnsysBatchWriter | |
MonitoringManager * | monitoringManager |
monitoring manager More... | |
TODO Comment class here.
SoluWriter::SoluWriter | ( | MonitoringManager * | monitoringManager | ) |
constructor
References deltim, MonitoringManager::getDt(), AnsysBatchWriter::monitoringManager, nlgeom, and time.
SoluWriter::~SoluWriter | ( | ) |
destructor
|
virtual |
write the SOLU part of batch file into a string
Implements AnsysBatchWriter.
References deltim, nlgeom, and time.
Referenced by AnsysBatch::write().
|
private |
simulation step
Referenced by SoluWriter(), and write().
|
private |
true if non linear
Referenced by SoluWriter(), and write().
|
private |
total time of simualtion
Referenced by SoluWriter(), and write().