1 |
|
/* |
2 |
< |
* Copyright (c) 2005 The University of Notre Dame. All Rights Reserved. |
2 |
> |
* Copyright (c) 2005, 2010 The University of Notre Dame. All Rights Reserved. |
3 |
|
* |
4 |
|
* The University of Notre Dame grants you ("Licensee") a |
5 |
|
* non-exclusive, royalty free, license to use, modify and |
90 |
|
DeclareParameter(OrthoBoxTolerance, RealType); |
91 |
|
DeclareParameter(Minimizer, std::string); |
92 |
|
DeclareParameter(MinimizerMaxIter, RealType); |
93 |
< |
DeclareParameter(MinimizerWriteFrq, int); |
93 |
> |
DeclareParameter(MinimizerWriteFreq, int); |
94 |
|
DeclareParameter(MinimizerStepSize, RealType); |
95 |
|
DeclareParameter(MinimizerFTol, RealType); |
96 |
|
DeclareParameter(MinimizerGTol, RealType); |
121 |
|
DeclareParameter(HydroPropFile, std::string); |
122 |
|
DeclareParameter(Viscosity, RealType); |
123 |
|
DeclareParameter(BeadSize, RealType); |
124 |
– |
DeclareParameter(ThermalConductivity, RealType); |
125 |
– |
DeclareParameter(ThermalLength, RealType); |
124 |
|
DeclareParameter(UseSphericalBoundaryConditions, bool); |
125 |
|
DeclareParameter(FrozenBufferRadius, RealType); |
126 |
|
DeclareParameter(LangevinBufferRadius, RealType); |
141 |
|
DeclareParameter(RNEMD_targetFlux, RealType); |
142 |
|
DeclareParameter(UseRestraints, bool); |
143 |
|
DeclareParameter(Restraint_file, std::string); |
144 |
+ |
DeclareParameter(HULL_Method, std::string); |
145 |
+ |
DeclareParameter(Alpha, RealType); |
146 |
|
|
147 |
|
public: |
148 |
|
bool addComponent(Component* comp); |