LORENE
star_bin_hydro.C
1/*
2 * Methods of the class Star_bin for computing hydro quantities
3 *
4 * (see file star.h for documentation)
5 */
6
7/*
8 * Copyright (c) 2004 Francois Limousin
9 *
10 * This file is part of LORENE.
11 *
12 * LORENE is free software; you can redistribute it and/or modify
13 * it under the terms of the GNU General Public License as published by
14 * the Free Software Foundation; either version 2 of the License, or
15 * (at your option) any later version.
16 *
17 * LORENE is distributed in the hope that it will be useful,
18 * but WITHOUT ANY WARRANTY; without even the implied warranty of
19 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 * GNU General Public License for more details.
21 *
22 * You should have received a copy of the GNU General Public License
23 * along with LORENE; if not, write to the Free Software
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25 *
26 */
27
28
29
30
31/*
32 * $Id: star_bin_hydro.C,v 1.9 2016/12/05 16:18:14 j_novak Exp $
33 * $Log: star_bin_hydro.C,v $
34 * Revision 1.9 2016/12/05 16:18:14 j_novak
35 * Suppression of some global variables (file names, loch, ...) to prevent redefinitions
36 *
37 * Revision 1.8 2014/10/13 08:53:38 j_novak
38 * Lorene classes and functions now belong to the namespace Lorene.
39 *
40 * Revision 1.7 2005/09/13 19:38:31 f_limousin
41 * Reintroduction of the resolution of the equations in cartesian coordinates.
42 *
43 * Revision 1.6 2005/02/11 18:15:16 f_limousin
44 * Minor modification (to improve the convergence of the code).
45 *
46 * Revision 1.5 2004/06/22 12:50:43 f_limousin
47 * Change qq, qq_auto and qq_comp to beta, beta_auto and beta_comp.
48 *
49 * Revision 1.4 2004/04/08 16:34:39 f_limousin
50 * Changes for irrotationnal binaries.
51 *
52 * Revision 1.3 2004/02/27 09:54:48 f_limousin
53 * Many minor changes.
54 *
55 * Revision 1.2 2004/01/20 15:18:31 f_limousin
56 * First version
57 *
58 *
59 * $Header: /cvsroot/Lorene/C++/Source/Star/star_bin_hydro.C,v 1.9 2016/12/05 16:18:14 j_novak Exp $
60 *
61 */
62
63// Headers C
64
65// Headers Lorene
66#include "star.h"
67
68namespace Lorene {
70
71 cout << "loggam 1" << norme(loggam) << endl ;
72
73 int nz = mp.get_mg()->get_nzone() ;
74 int nzm1 = nz - 1 ;
75
76 Sym_tensor gamma_cov (gamma.cov()) ;
77 Sym_tensor gamma_con (gamma.con()) ;
78 gamma_cov.change_triad(mp.get_bvect_cart()) ;
79 gamma_con.change_triad(mp.get_bvect_cart()) ;
80
81 //----------------------------------
82 // Specific relativistic enthalpy ---> hhh
83 //----------------------------------
84
85 Scalar hhh = exp(ent) ; // = 1 at the Newtonian limit
86 hhh.std_spectral_base() ;
87
88 //---------------------------------------------------
89 // Lorentz factor between the co-orbiting ---> gam00
90 // observer and the Eulerian one
91 // See Eq (23) and (24) from Gourgoulhon et al. (2001)
92 //---------------------------------------------------
93
94 Scalar gam0 = 1 / sqrt( 1 - contract(gamma_cov, 0, 1, bsn * bsn, 0, 1)) ;
95 gam0.std_spectral_base() ;
96
97 //------------------------------------------
98 // Lorentz factor and 3-velocity of the fluid
99 // with respect to the Eulerian observer
100 //------------------------------------------
101
102 if (irrotational) {
103
104 d_psi.std_spectral_base() ;
105
106 // See Eq (32) from Gourgoulhon et al. (2001)
107 gam_euler = sqrt( 1 + contract(gamma_con, 0, 1, d_psi * d_psi, 0, 1)
108 / (hhh%hhh) ) ;
109
110 gam_euler.std_spectral_base() ;
111
112 u_euler = contract(gamma_con, 0, d_psi, 0)/( hhh % gam_euler ) ;
113 u_euler.std_spectral_base() ;
114
115 }
116 else {
117 // Rigid rotation
118 // --------------
119
120 gam_euler = gam0 ;
121 gam_euler.std_spectral_base() ;
122 u_euler = bsn ;
123
124 }
125
126 //------------------------------------
127 // Energy density E with respect to the Eulerian observer
128 // See Eq (53) from Gourgoulhon et al. (2001)
129 //------------------------------------
130
132
133 //------------------------------------
134 // Trace of the stress tensor with respect to the Eulerian observer
135 // See Eq (54) from Gourgoulhon et al. (2001)
136 //------------------------------------
137
138 s_euler = 3 * press + ( ener_euler + press ) %
139 contract(gamma_cov, 0, 1, u_euler * u_euler, 0 ,1) ;
140
141 //-------------------------------------------
142 // Spatial part of the stress-energy tensor with respect
143 // to the Eulerian observer.
144 //-------------------------------------------
145
146 for(int i=1; i<=3; i++){
147 for(int j=1; j<=3; j++){
148 stress_euler.set(i,j) = (ener_euler + press )*u_euler(i)
149 *u_euler(j) + press * gamma_con(i,j) ;
150 }
151 }
152
153 //-------------------------------------------
154 // Lorentz factor between the fluid and ---> gam
155 // co-orbiting observers
156 // See Eq (58) from Gourgoulhon et al. (2001)
157 //--------------------------------------------
158
159 if (irrotational) {
160
161 Scalar tmp = ( 1 - contract(gamma_cov, 0, 1, bsn * u_euler, 0, 1) ) ;
162 tmp.std_spectral_base() ;
163 Scalar gam = gam0 % gam_euler % tmp ;
164
165 //-------------------------------------------
166 // Spatial projection of the fluid 3-velocity
167 // with respect to the co-orbiting observer
168 //--------------------------------------------
169
170 wit_w = - gam_euler / gam * u_euler + gam0 * bsn ;
171
172 wit_w.std_spectral_base() ; // set the bases for spectral expansions
173
174 wit_w.annule_domain(nzm1) ; // zero in the ZEC
175
176
177 //-------------------------------------------
178 // Logarithm of the Lorentz factor between
179 // the fluid and co-orbiting observers
180 //--------------------------------------------
181
182 loggam = log( gam ) ;
183
184 loggam.std_spectral_base() ; // set the bases for spectral expansions
185
186 //-------------------------------------------------
187 // Velocity fields set to zero in external domains
188 //-------------------------------------------------
189
190 loggam.annule_domain(nzm1) ; // zero in the ZEC only
191
192 wit_w.annule_domain(nzm1) ; // zero outside the star
193
194 u_euler.annule_domain(nzm1) ; // zero outside the star
195
196 loggam.set_dzpuis(0) ;
197 }
198 else {
199
200 loggam = 0 ;
201 wit_w.set_etat_zero() ;
202 }
203
204 // The derived quantities are obsolete
205 // -----------------------------------
206
207 del_deriv() ;
208
209}
210}
Tensor field of valence 0 (or component of a tensorial field).
Definition scalar.h:393
virtual void std_spectral_base()
Sets the spectral bases of the Valeur va to the standard ones for a scalar field.
Definition scalar.C:790
Scalar loggam
Logarithm of the Lorentz factor between the fluid and the co-orbiting observer.
Definition star.h:512
Vector bsn
3-vector shift, divided by N, of the rotating coordinates, .
Definition star.h:518
Vector d_psi
Gradient of (in the irrotational case) (Spherical components with respect to the mapping of the star...
Definition star.h:501
virtual void del_deriv() const
Deletes all the derived quantities.
Definition star_bin.C:372
bool irrotational
true for an irrotational star, false for a corotating one
Definition star.h:491
virtual void hydro_euler()
Computes the hydrodynamical quantities relative to the Eulerian observer from those in the fluid fram...
Vector wit_w
Spatial projection of the fluid 3-velocity with respect to the co-orbiting observer.
Definition star.h:507
Scalar ener
Total energy density in the fluid frame.
Definition star.h:193
Scalar ener_euler
Total energy density in the Eulerian frame.
Definition star.h:198
Scalar gam_euler
Lorentz factor between the fluid and Eulerian observers.
Definition star.h:204
Scalar s_euler
Trace of the stress scalar in the Eulerian frame.
Definition star.h:201
Metric gamma
3-metric
Definition star.h:235
Sym_tensor stress_euler
Spatial part of the stress-energy tensor with respect to the Eulerian observer.
Definition star.h:212
Scalar press
Fluid pressure.
Definition star.h:194
Scalar ent
Log-enthalpy.
Definition star.h:190
Vector u_euler
Fluid 3-velocity with respect to the Eulerian observer.
Definition star.h:207
Map & mp
Mapping associated with the star.
Definition star.h:180
Class intended to describe valence-2 symmetric tensors.
Definition sym_tensor.h:226
Cmp sqrt(const Cmp &)
Square root.
Definition cmp_math.C:223
Cmp exp(const Cmp &)
Exponential.
Definition cmp_math.C:273
Tbl norme(const Cmp &)
Sums of the absolute values of all the values of the Cmp in each domain.
Definition cmp_math.C:484
Cmp log(const Cmp &)
Neperian logarithm.
Definition cmp_math.C:299
virtual void change_triad(const Base_vect &new_triad)
Sets a new vectorial basis (triad) of decomposition and modifies the components accordingly.
Tenseur contract(const Tenseur &, int id1, int id2)
Self contraction of two indices of a Tenseur .
Lorene prototypes.
Definition app_hor.h:67