Lemina
A molecular dynamics package for network, granular material and point particles with a range of interaction potential.
 
Loading...
Searching...
No Matches
PrintVrms.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include "global.h"
+ Include dependency graph for PrintVrms.c:

Go to the source code of this file.

Functions

void PrintVrms ()
 

Function Documentation

◆ PrintVrms()

void PrintVrms ( )

Definition at line 27 of file PrintVrms.c.

27 {
28 fprintf(fpvrms, "%0.4lf\t%0.16lf\n", timeNow, VRootMeanSqr);
29 fflush(fpvrms);
30}
double VRootMeanSqr
Definition global.h:46
FILE * fpvrms
double timeNow
Definition global.h:20

References fpvrms, timeNow, and VRootMeanSqr.

Referenced by main().

+ Here is the caller graph for this function: