ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdtools/md_code/f_ssd.inc
Revision: 11
Committed: Tue Jul 9 18:40:59 2002 UTC (22 years ago) by mmeineke
File size: 557 byte(s)
Log Message:
This commit was generated by cvs2svn to compensate for changes in r10, which
included commits to RCS files with non-trunk default branches.

File Contents

# Content
1 real(kind=8) :: SSD_sigma
2 real(kind=8) :: SSD_eps
3 real(kind=8) :: SSD_rOH
4 real(kind=8) :: SSD_rOM
5 real(kind=8) :: SSD_bond_angle
6 real(kind=8) :: SSD_v0
7 real(kind=8) :: SSD_w0
8 real(kind=8) :: SSD_mu
9 real(kind=8) :: SSD_mm
10
11 parameter (SSD_rOH = 0.9572_8)
12 parameter (SSD_rOM = 0.0654_8)
13 parameter (SSD_bond_angle=104.52_8)
14 parameter (SSD_sigma = 3.051_8)
15 parameter (SSD_eps = 0.152_8)
16 parameter (SSD_v0 = 3.7284_8)
17 parameter (SSD_w0 = 0.07715_8)
18 parameter (SSD_mu = 2.35_8)
19 parameter (SSD_mm = 18.01528_8)