| 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 |
| 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); |