NAMD
Public Member Functions | Public Attributes | List of all members
BondValue Class Reference

#include <Parameters.h>

Public Member Functions

 BondValue ()
 

Public Attributes

Real k
 
Real x0
 
Real x1
 

Detailed Description

Definition at line 101 of file Parameters.h.

Constructor & Destructor Documentation

◆ BondValue()

BondValue::BondValue ( )
inline

Definition at line 103 of file Parameters.h.

103 : k(0), x0(0), x1(0) { }

Member Data Documentation

◆ k

Real BondValue::k

◆ x0

Real BondValue::x0

◆ x1

Real BondValue::x1

Definition at line 106 of file Parameters.h.

Referenced by BondElem::computeForce().


The documentation for this class was generated from the following file: