51#include "binary_xcts.h"
60 for (
int i=0; i<2; i++) {
63 double a0 =
et[i]->ray_eq() ;
66 double p_mass =
et[i]->mass_g() /
et[1-i]->mass_g() ;
69 double www = ggrav *
et[i]->mass_g() *
omega
72 const Map& mp =
et[i]->get_mp() ;
75 int nzet =
et[i]->get_nzet() ;
76 int nzm1 = mp.get_mg()->get_nzone() - 1 ;
78 Vector w_beta (mp, CON, mp.get_bvect_cart()) ;
92 tmp = - 6 * www / a0 * ( 1 - (mp.r)*(mp.r) / (3*a0*a0) ) ;
95 tmp_ext = - 4 * www / mp.r ;
96 tmp_ext.
annule(0, nzet-1) ;
98 w_beta.
set(2) = tmp + tmp_ext ;
109 tmp = 2 * www / a0 * (mp.y) * ( 1 - 3 * (mp.r)*(mp.r) / (5*a0*a0) ) ;
111 tmp_ext = 0.8 * www * a0*a0 * (mp.sint) * (mp.sinp)
113 tmp_ext.
annule(0, nzet-1) ;
115 khi_beta = tmp + tmp_ext ;
128 for (
int j=0; j<3; j++)
129 for (
int k=0; k<3; k++)
130 x_d_w_temp.
set(j,k) = xdw_temp(k+1, j+1) ;
136 for (
int j=0; j<3; j++)
137 xdw.
set(j+1) = x_d_w(j) ;
145 et[i]->set_beta_auto() = - 7./8. * w_beta + 1./8. *
148 et[i]->set_beta_auto().std_spectral_base() ;
void analytical_shift()
Sets some analytical template for the shift vector (via the members w_shift and khi_shift of the two ...
double separation() const
Returns the coordinate separation of the two stellar centers [r_unit].
Star_bin_xcts * et[2]
Array of the two stars (to perform loops on the stars): et[0] contains the address of star1 and et[1]...
double omega
Angular velocity with respect to an asymptotically inertial observer.
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.