tgranularenergy.1 - granular - granular dynamics simulation
 (HTM) git clone git://src.adamsgaard.dk/granular
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tgranularenergy.1 (801B)
       ---
            1 .Dd $Mdocdate$
            2 .Dt GRANULARENERGY 1
            3 .Os
            4 .Sh NAME
            5 .Nm granularenergy
            6 .Nd calculate energy components from granular data
            7 .Sh SYNOPSIS
            8 .Nm
            9 .Sh DESCRIPTION
           10 The
           11 .Nm
           12 utility reads
           13 .Xr granular 5
           14 formatted data and outputs the total and individual energy components
           15 for the entire granular assemblage as tab-separated values:
           16 .Pp
           17 .Bl -enum -width Ss -compact
           18 .It
           19 Total energy [J]
           20 .It
           21 Translational (linear) kinetic energy [J]
           22 .It
           23 Rotational (angular) kinetic energy [J]
           24 .It
           25 Thermal energy [J]
           26 .El
           27 .Sh EXIT STATUS
           28 .Nm
           29 exits 0 on success, and >0 if a runtime error occurs:
           30 .Pp
           31 .Bl -tag -width Ds -compact
           32 .It 0
           33 successful exit
           34 .It 1
           35 unspecified error
           36 .It 2
           37 .Xr pledge 2
           38 error
           39 .El
           40 .Sh SEE ALSO
           41 .Xr granular2img 1 ,
           42 .Xr granular2vtu 1 ,
           43 .Xr granular 5
           44 .Sh AUTHORS
           45 .An Anders Damsgaard Aq Mt anders@adamsgaard.dk