ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/constraints/ZconsStruct.hpp
Revision: 1911
Committed: Mon Jan 10 18:05:45 2005 UTC (19 years, 8 months ago) by tim
File size: 649 byte(s)
Log Message:
more work in zconstraint

File Contents

# User Rev Content
1 tim 1911 #ifndef CONSTRAINTS_ZCONSSTRUCT_HPP
2     #define CONSTRAINTS_ZCONSSTRUCT_HPP
3     #include "primitives/Molecule.hpp"
4     namespace oopse {
5    
6     struct ZconstraintParam {
7     double zTargetPos; /**< target zconstraint position */
8     double kz; /**< force constant */
9     double cantVel; /**< The velocity of cantilever */
10     };
11    
12     struct ZconstraintMol {
13     Molecule* mol;
14     ZconstraintParam param;
15     double fz;
16     double zpos;
17     double cantPos; /**< current position of cantilever */
18     double endFixingTime;
19     };
20    
21    
22     struct ZconsData{
23     int zmolIndex;
24     double zforce;
25     double zpos;
26     double zconsPos;
27     };
28    
29     }
30    
31     #endif

Properties

Name Value
svn:executable *