Emdee
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Protected Attributes | List of all members
BerendsenThermostat Class Reference

The BerendsenThermostat class modifies the temperature of the system by use of a Berendsen thermostat. More...

#include <berendsenthermostat.h>

Inheritance diagram for BerendsenThermostat:
Inheritance graph
[legend]
Collaboration diagram for BerendsenThermostat:
Collaboration graph
[legend]

Public Member Functions

 BerendsenThermostat (MoleculeSystem *moleculeSystem)
 
void apply ()
 
double targetTemperature () const
 
void setTargetTemperature (double targetTemperature)
 
double relaxationTime () const
 
void setRelaxationTime (double relaxationTime)
 
- Public Member Functions inherited from Modifier
 Modifier (MoleculeSystem *moleculeSystem)
 
virtual ~Modifier ()
 

Protected Attributes

double m_targetTemperature
 
double m_relaxationTime
 
- Protected Attributes inherited from Modifier
MoleculeSystemm_moleculeSystem
 

Detailed Description

The BerendsenThermostat class modifies the temperature of the system by use of a Berendsen thermostat.

Constructor & Destructor Documentation

BerendsenThermostat::BerendsenThermostat ( MoleculeSystem moleculeSystem)

Member Function Documentation

void BerendsenThermostat::apply ( )
virtual

Implements Modifier.

double BerendsenThermostat::relaxationTime ( ) const
void BerendsenThermostat::setRelaxationTime ( double  relaxationTime)
void BerendsenThermostat::setTargetTemperature ( double  targetTemperature)
double BerendsenThermostat::targetTemperature ( ) const

Member Data Documentation

double BerendsenThermostat::m_relaxationTime
protected
double BerendsenThermostat::m_targetTemperature
protected

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