29char binary_anashift_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Binary/binary_anashift.C,v 1.9 2014/10/13 08:52:44 j_novak Exp $" ;
75 for (
int i=0; i<2; i++) {
78 double a0 =
et[i]->ray_eq() ;
81 double p_mass =
et[i]->mass_g() /
et[1-i]->mass_g() ;
84 double www = ggrav *
et[i]->mass_g() *
omega
87 const Map& mp =
et[i]->get_mp() ;
90 int nzet =
et[i]->get_nzet() ;
91 int nzm1 = mp.get_mg()->get_nzone() - 1 ;
93 Vector w_beta (mp, CON, mp.get_bvect_cart()) ;
107 tmp = - 6 * www / a0 * ( 1 - (mp.r)*(mp.r) / (3*a0*a0) ) ;
110 tmp_ext = - 4 * www / mp.r ;
111 tmp_ext.
annule(0, nzet-1) ;
113 w_beta.
set(2) = tmp + tmp_ext ;
124 tmp = 2 * www / a0 * (mp.y) * ( 1 - 3 * (mp.r)*(mp.r) / (5*a0*a0) ) ;
126 tmp_ext = 0.8 * www * a0*a0 * (mp.sint) * (mp.sinp)
128 tmp_ext.
annule(0, nzet-1) ;
130 khi_beta = tmp + tmp_ext ;
143 for (
int j=0; j<3; j++)
144 for (
int k=0; k<3; k++)
145 x_d_w_temp.
set(j,k) = xdw_temp(k+1, j+1) ;
151 for (
int j=0; j<3; j++)
152 xdw.
set(j+1) = x_d_w(j) ;
160 et[i]->set_beta_auto() = - 7./8. * w_beta + 1./8. *
163 et[i]->set_beta_auto().std_spectral_base() ;
Star_bin * et[2]
Array of the two stars (to perform loops on the stars): et[0] contains the address of star1 and et[1]...
void analytical_shift()
Sets some analytical template for the shift vector (via the members w_shift and khi_shift of the two ...
double omega
Angular velocity with respect to an asymptotically inertial observer.
double separation() const
Returns the coordinate separation of the two stellar centers [r_unit].
Tensor field of valence 0 (or component of a tensorial field).
virtual void std_spectral_base()
Sets the spectral bases of the Valeur va to the standard ones for a scalar field.
virtual void annule(int l_min, int l_max)
Sets the Scalar to zero in several domains.
const Vector & derive_con(const Metric &gam) const
Returns the "contravariant" derivative of *this with respect to some metric , by raising the index of...
Tensor handling *** DEPRECATED : use class Tensor instead ***.
Cmp & set()
Read/write for a scalar (see also operator=(const Cmp&) ).
void set_etat_qcq()
Sets the logical state to ETATQCQ (ordinary state).
void dec_dzpuis()
dzpuis -= 1 ;
Tensor field of valence 1.
virtual void std_spectral_base()
Sets the standard spectal bases of decomposition for each component.
Scalar & set(int)
Read/write access to a component.
virtual void dec_dzpuis(int dec=1)
Decreases by dec units the value of dzpuis and changes accordingly the values in the compactified ext...
const Tensor & derive_con(const Metric &gam) const
Returns the "contravariant" derivative of this with respect to some metric , by raising the last inde...
Tenseur skxk(const Tenseur &)
Contraction of the last index of (*this) with or , depending on the type of S .
const Base_vect_cart & get_bvect_cart() const
Returns the Cartesian basis associated with the coordinates (x,y,z) of the mapping,...
Map(const Mg3d &)
Constructor from a multi-domain 3D grid.
Standard units of space, time and mass.