This file is indexed.

/usr/include/lorene/C++/Include/unites.h is in liblorene-dev 0.0.0~cvs20161116+dfsg-1ubuntu4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/*
 *  Lorene's units
 *
 */

/*
 *   Copyright (c) 1999-2001 Eric Gourgoulhon
 *
 *   This file is part of LORENE.
 *
 *   LORENE is free software; you can redistribute it and/or modify
 *   it under the terms of the GNU General Public License as published by
 *   the Free Software Foundation; either version 2 of the License, or
 *   (at your option) any later version.
 *
 *   LORENE is distributed in the hope that it will be useful,
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *   GNU General Public License for more details.
 *
 *   You should have received a copy of the GNU General Public License
 *   along with LORENE; if not, write to the Free Software
 *   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 */


/*
 * $Id: unites.h,v 1.8 2015/03/17 14:20:00 j_novak Exp $
 * $Log: unites.h,v $
 * Revision 1.8  2015/03/17 14:20:00  j_novak
 * New class Hot_eos to deal with temperature-dependent EOSs.
 *
 * Revision 1.7  2014/10/13 08:52:37  j_novak
 * Lorene classes and functions now belong to the namespace Lorene.
 *
 * Revision 1.6  2014/06/30 14:34:57  j_novak
 * Update of the values of some constants (G, M_sol and MeV).
 *
 * Revision 1.5  2014/05/13 10:06:12  j_novak
 * Change of magnetic units, to make the Lorene unit system coherent. Magnetic field is now expressed in Lorene units. Improvement on the comments on units.
 *
 * Revision 1.4  2004/12/01 12:28:32  p_grandclement
 * Include math.h in unite.h
 *
 * Revision 1.3  2004/03/25 10:28:56  j_novak
 * All LORENE's units are now defined in the namespace Unites (in file unites.h).
 *
 * Revision 1.2  2004/03/22 13:12:43  j_novak
 * Modification of comments to use doxygen instead of doc++
 *
 * Revision 1.1.1.1  2001/11/20 15:19:27  e_gourgoulhon
 * LORENE
 *
 * Revision 1.2  2000/03/17  15:28:29  eric
 * Ajout de ggrav (G).
 *
 * Revision 1.1  1999/12/06  13:35:10  eric
 * Initial revision
 *
 *
 * $Header: /cvsroot/Lorene/C++/Include/unites.h,v 1.8 2015/03/17 14:20:00 j_novak Exp $
 *
 */

#include <cmath>

                  //--------------------------//
                  //  Standard LORENE units   //
                  //--------------------------//     

namespace Lorene {
  /** \namespace Unites
   *  \brief Standard units of space, time and mass.
   *
   * These are the units used in LORENE for space, time and mass. They
   * are mainly designed to study compact objects like neutron stars 
   * and black holes.\ingroup (unites)
   */
  namespace Unites {
    const double g_si = 6.6738E-11 ;	 ///< Newton gravitational constant [SI]
    const double c_si = 2.99792458E+8 ;	 ///< Velocity of light [m/s]
    const double kB_si = 1.3806488E-23 ; ///< Boltzmann constant [J/K]
    const double rhonuc_si = 1.66E+17 ;	 ///< Nuclear density [kg/m3] (arbitrary)
    const double km_si = 1.E+3 ;	 ///< One kilometer [m]
    const double msol_si = 1.9885E+30 ;	 ///< Solar mass [kg]
    const double mev_si = 1.602176565E-13 ;   ///< One MeV [J]
    
    const double r_unit = 1.e4 ;  ///< Lorene's unit of length = 10 km
    const double v_unit = c_si ; ///< Lorene's unit of velocity = c 
    const double rho_unit = rhonuc_si ;	///< Lorene's unit of mass density
    const double t_unit = r_unit/v_unit ; ///< Lorene's unit of time
    const double m_unit = rho_unit * pow(r_unit, 3.) ;  ///< Lorene's unit of mass
    const double g_unit = 1./(rho_unit*t_unit*t_unit) ; ///< Lorene's unit for G
    const double f_unit = 1./t_unit ;	///< Lorene's unit of frequency
    
    const double ggrav = g_si / g_unit ;  ///< G in Lorene's units
    const double qpig = 4 * M_PI * ggrav ; ///< 4 Pi G in Lorene's units
    const double msol = msol_si/m_unit ; ///< Solar mass in Lorene's units
    const double km = km_si/r_unit ;	///< One kilometer in Lorene's units
    /// 1 MeV/fm3 in Lorene's units
    const double mevpfm3 = mev_si/( rho_unit * v_unit *v_unit) *1.e45 ;  
    /// Atomic mass conversion from Lorene's units to MeV
    const double m_u_mev = rho_unit / 1.e44 *c_si*c_si / mev_si ;
  }


                  //----------------------------------//
                  //  Electro-magnetic LORENE units   //
                  //----------------------------------//     



/** \namespace Unites_mag
 *  \brief Standard electro-magnetic units.
 *
 * \ingroup (unites)
 */
namespace Unites_mag {
  using namespace Unites ;
  const double mu_si = 1.2566370614359173e-6 ;///<Magnetic vacuum permeability
  
  const double j_unit = 1e11 ; ///<Lorene's current density unit [\f$A/m^2\f$]

  /// Lorene's units for magnetic field 
  const double mag_unit = rho_unit*v_unit*v_unit/ (r_unit * j_unit) ;
  /// Lorene's unit for electric field 
  const double elec_unit = mag_unit * v_unit ;

  /// Lorene's unit for \f$\mu_0\f$
  const double mu0_unit = rho_unit*v_unit*v_unit / (pow(j_unit ,2)*pow(r_unit,2));
  /// \f$\mu_0\f$ in Lorene's units
  const double mu0 = mu_si / mu0_unit ;
}
  
}