#include <stdio.h>
#include "global.h"
Go to the source code of this file.
◆ DumpBonds()
Definition at line 24 of file DumpBonds.c.
24 {
25 int n;
26
27 fprintf(
fpbond,
"ITEM: TIMESTEP\n");
29 fprintf(
fpbond,
"ITEM: NUMBER OF ENTRIES\n");
31 fprintf(
fpbond,
"ITEM: BOX BOUNDS pp ff pp\n");
34 fprintf(
fpbond,
"%lf %lf zlo zhi\n", -0.1, 0.1);
35 fprintf(
fpbond,
"ITEM: ENTRIES BondID, BondType, atom1 atom2 BondLength BondLengthEqul nodeDragx1 nodeDragy1\n");
36
37 for(n=1; n<=
nBond; n++)
40 }
References atom1, atom2, BondID, BondLength, BondType, fpbond, nBond, nodeDragx, nodeDragy, regionH, ro, and timeNow.
Referenced by main().