Changeset 094b41 for pcp/src


Ignore:
Timestamp:
Apr 18, 2008, 1:31:15 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
7b1792
Parents:
995ff3
Message:

enum thermostats with all the thermostat names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified pcp/src/ions.h

    r995ff3 r094b41  
    3535enum IonMoveType { MoveIon, FixedIon};          //!< Whether the Ion is movable or not (influences kinetic energy among others)
    3636
     37#define MaxThermostats 6      //!< maximum number of thermostat entries in Ions#ThermostatNames and Ions#ThermostatImplemented
     38enum thermostats { None, Woodcock, Gaussian, Langevin, Berendsen, NoseHoover };   //!< Thermostat names for output
     39
    3740/** Structure containing data for a single ion type.
    3841 * Contains Mass, atomic number, number of types, coordinates (current and the
     
    5356  double *FIon_old;             //!< (?) Remembers prior force acting on the ion (two-dim array, see IonType::R)
    5457  double *FEwald;                       //!< (?) Ewald force (two-dim array, see IonType::R)
     58  double *FConstraint;//!< Constraint force acting on the ion, needed for Thermostat() (two-dim array, see IonType::R) 
    5559  double IonFac;      //!< mass-like factor in CG structure optimization to determinte step width
    5660  double *GammaA;     //!<
Note: See TracChangeset for help on using the changeset viewer.