Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

ReissCavFreeEnergyProcessor Class Reference
[Solvation methods]

Processor for the computation of the cavitation free energy. More...

#include <reissCavFreeEnergyProcessor.h>

Inheritance diagram for ReissCavFreeEnergyProcessor:

EnergyProcessor UnaryProcessor< AtomContainer > UnaryFunctor< AtomContainer, Processor::Result > List of all members.

Public Member Functions

Constructors and Destructors
 ReissCavFreeEnergyProcessor () throw ()
 Default constructor.
 ReissCavFreeEnergyProcessor (const ReissCavFreeEnergyProcessor &proc) throw ()
 Copy constructor.
virtual ~ReissCavFreeEnergyProcessor () throw ()
 Destructor.
Assignment
const ReissCavFreeEnergyProcessoroperator= (const ReissCavFreeEnergyProcessor &proc) throw ()
 Assignment operator.
virtual void clear () throw ()
 Clear function.
Predicates
bool operator== (const ReissCavFreeEnergyProcessor &proc) const throw ()
 Equality operator.
processor functions
virtual bool finish () throw ()
 This is where the actual computation takes place.

Public Attributes

Options
Options options
 Options for the calculation of the caviation free energy.

Detailed Description

Processor for the computation of the cavitation free energy.

This processor is using the SPT theory approach by Reiss et al., J. Chem. Phys. 37(1):119-124, 1960 with the modification for non-spherical solutes by Huron/Claverie, J. Phys. Chem. 76(15):2123-2133, 1972.

Energies are returned in units of kJ/mol.


Member Function Documentation

virtual bool ReissCavFreeEnergyProcessor::finish  )  throw () [virtual]
 

This is where the actual computation takes place.

Reimplemented from UnaryProcessor< AtomContainer >.