ProtoMol - an object-oriented component based framework for Molecular Dynamics simulations.

Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

ProtoMol::ThermostatEnum Class Reference

#include <PaulTrapIntegrator.h>

List of all members.

Public Types

enum  Enum {
  FIRST = 0,
  UNDEFINED = 0,
  NVT,
  NVT_ZERO,
  NVT_IND,
  NVT_SHELL,
  NVT_GLOBAL,
  BERENDSEN,
  BERENDSEN_ZERO,
  BERENDSEN_IND,
  BERENDSEN_SHELL,
  BERENDSEN_GLOBAL,
  LAST
}

Static Public Attributes

const std::string str []


Member Enumeration Documentation

enum ProtoMol::ThermostatEnum::Enum
 

Enumeration values:
FIRST 
UNDEFINED 
NVT 
NVT_ZERO 
NVT_IND 
NVT_SHELL 
NVT_GLOBAL 
BERENDSEN 
BERENDSEN_ZERO 
BERENDSEN_IND 
BERENDSEN_SHELL 
BERENDSEN_GLOBAL 
LAST 

Reimplemented in ProtoMol::AbstractEnumType< ThermostatEnum >.


Member Data Documentation

const string ProtoMol::ThermostatEnum::str [static]
 

Initial value:

 {
    
    string("undefined"), 
    string("NVT"),
    string("NVT_zero"),
    string("NVT_ind"),
    string("NVT_shell"),
    string("NVT_global"),
    string("berendsen"),
    string("berendsen_zero"),
    string("berendsen_ind"),
    string("berendsen_shell"),
    string("berendsen_global")
  }


The documentation for this class was generated from the following files: Last update: . GNU GENERAL PUBLIC LICENSE, copyrighted by the University of Notre Dame and the University of Bergen, Norway.