Computer Assited Medical Intervention Tool Kit  version 4.1
Public Member Functions | Private Attributes | List of all members
SoluWriter Class Reference

TODO Comment class here. More...

#include <SoluWriter.h>

Inherits AnsysBatchWriter.

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
MonitoringManagermonitoringManager
 monitoring manager More...
 

Detailed Description

TODO Comment class here.

Constructor & Destructor Documentation

◆ SoluWriter()

SoluWriter::SoluWriter ( MonitoringManager monitoringManager)

constructor

References deltim, MonitoringManager::getDt(), nlgeom, and time.

◆ ~SoluWriter()

SoluWriter::~SoluWriter ( )

destructor

Member Function Documentation

◆ write()

std::string SoluWriter::write ( )
virtual

write the SOLU part of batch file into a string

Implements AnsysBatchWriter.

References deltim, nlgeom, and time.

Referenced by AnsysBatch::write().

Member Data Documentation

◆ deltim

double SoluWriter::deltim
private

simulation step

Referenced by SoluWriter(), and write().

◆ nlgeom

bool SoluWriter::nlgeom
private

true if non linear

Referenced by SoluWriter(), and write().

◆ time

double SoluWriter::time
private

total time of simualtion

Referenced by SoluWriter(), and write().


The documentation for this class was generated from the following files: