GraphNet: Discrete element modeling for network connected materials
Applications to polymeric networks
vel.h
Go to the documentation of this file.
1 // Specifies the velocities for pulling top plate
2 // if need be add: vel_z here
3 
4 
5 #ifndef _vel_included_
6 #define _vel_included_
7 
8 #define vel_x 0.0f
9 #define vel_y 100.0f
10 
11 #endif