34 #include "star_rot_diff.h" 35 #include "utilitaires.h" 77 utest.set(3).std_spectral_base() ;
78 utest.set(3).mult_rsint() ;
84 for (
int i=1; i<=3; i++) {
86 Valeur& ut = utest.
set(i).set_spectral_va() ;
101 cout <<
"Star_rot_diff::hydro_euler: test u_euler(" << i <<
") : " 102 <<
max(
abs(diff) )(0) << endl ;
108 if ( (
u_euler(1).get_etat() == ETATZERO) &&
109 (
u_euler(2).get_etat() == ETATZERO) &&
110 (
u_euler(3).get_etat() == ETATZERO) ) {
124 Scalar uuu2 =
a_car * ( us(1) * us(1) + us(2) * us(2) )
125 +
b_car * us(3) * us(3) ;
139 Scalar gam2 = 1 / (1 - u2) ;
void annule_domain(int l)
Sets the Tensor to zero in a given domain.
virtual void set_etat_qcq()
Sets the logical state of all components to ETATQCQ (ordinary state).
Mtbl_cf * c_cf
Coefficients of the spectral expansion of the function.
Scalar a_car
Square of the metric factor A.
Map & mp
Mapping associated with the star.
void set_etat_cf_qcq()
Sets the logical state to ETATQCQ (ordinary state) for values in the configuration space (Mtbl_cf c_c...
void coef() const
Computes the coeffcients of *this.
Cmp sqrt(const Cmp &)
Square root.
const Base_vect_spher & get_bvect_spher() const
Returns the orthonormal vectorial basis associated with the coordinates of the mapping.
const Mg3d * get_mg() const
Gives the Mg3d on which the mapping is defined.
Tensor field of valence 0 (or component of a tensorial field).
virtual void del_deriv() const
Deletes all the derived quantities.
virtual void std_spectral_base()
Sets the spectral bases of the Valeur va to the standard ones for a scalar field. ...
Values and coefficients of a (real-value) function.
virtual void change_triad(const Base_vect &)
Sets a new vectorial basis (triad) of decomposition and modifies the components accordingly.
int get_etat() const
Returns the logical state ETATNONDEF (undefined), ETATZERO (null) or ETATQCQ (ordinary).
Scalar s_euler
Trace of the stress scalar in the Eulerian frame.
Tensor field of valence 1.
virtual void hydro_euler()
Computes the hydrodynamical quantities relative to the Eulerian observer from those in the fluid fram...
virtual void std_spectral_base()
Sets the standard spectal bases of decomposition for each component.
double unsurc2
: unsurc2=1 for a relativistic star, 0 for a Newtonian one.
int get_etat() const
Returns the logical state.
Scalar nphi
Metric coefficient .
Scalar gam_euler
Lorentz factor between the fluid and Eulerian observers.
Scalar ener
Total energy density in the fluid frame.
Scalar press
Fluid pressure.
int get_nzone() const
Returns the number of domains.
Tbl max(const Cmp &)
Maximum values of a Cmp in each domain.
Vector u_euler
Fluid 3-velocity with respect to the Eulerian observer.
Scalar b_car
Square of the metric factor B.
void set_spectral_base(const Base_val &)
Sets the spectral bases of the Valeur va
const Base_vect_cart & get_bvect_cart() const
Returns the Cartesian basis associated with the coordinates (x,y,z) of the mapping, i.e.
Scalar & set(const Itbl &ind)
Returns the value of a component (read/write version).
Scalar nn
Lapse function N .
Coord y
y coordinate centered on the grid
Cmp abs(const Cmp &)
Absolute value.
Scalar uuu
Norm of u_euler.
Coefficients storage for the multi-domain spectral method.
Coord x
x coordinate centered on the grid
void set_triad(const Base_vect &new_triad)
Assigns a new vectorial basis (triad) of decomposition.
Base_val base
Bases of the spectral expansions.
Scalar & set(int)
Read/write access to a component.
Scalar ener_euler
Total energy density in the Eulerian frame.
Scalar omega_field
Field .
Tbl & set(int l)
Read/write of the value in a given domain (configuration space).