|
LORENE
|
Black hole with scalar hair spacetime (under development). More...
#include <compobj.h>
Public Member Functions | |
| ScalarBH (Map &mp_i, const char *file_name) | |
| Standard constructor. | |
| ScalarBH (const ScalarBH &) | |
| Copy constructor. | |
| ScalarBH (Map &mp_i, FILE *fich) | |
Constructor from a file (see sauve(FILE*) ). | |
| virtual | ~ScalarBH () |
| Destructor. | |
| void | operator= (const ScalarBH &) |
Assignment to another ScalarBH. | |
| const Scalar & | get_ff0 () const |
| Returns f0. | |
| const Scalar & | get_ff1 () const |
| const Scalar & | get_ff2 () const |
| const Scalar & | get_ww () const |
| const Scalar & | get_sfield () const |
| const double | get_rHor () const |
| virtual void | sauve (FILE *) const |
| Save in a file. | |
| virtual void | update_metric () |
| Map & | set_mp () |
| Read/write of the mapping. | |
| const Map & | get_mp () const |
| Returns the mapping. | |
| const Scalar & | get_nn () const |
| Returns the lapse function N . | |
| const Vector & | get_beta () const |
Returns the shift vector ![]() | |
| const Metric & | get_gamma () const |
Returns the 3-metric ![]() | |
| const Scalar & | get_ener_euler () const |
| Returns the total energy density E in the Eulerian frame. | |
| const Vector & | get_mom_euler () const |
Returns the total 3-momentum density ![]() | |
| const Sym_tensor & | get_stress_euler () const |
Returns the stress tensor ![]() | |
| const Sym_tensor & | get_kk () const |
Returns the extrinsic curvature tensor ![]() | |
| void | gyoto_data (const char *file_name) const |
| Save in a file for GYOTO. | |
| virtual void | extrinsic_curvature () |
| Computation of the extrinsic curvature. | |
| virtual double | adm_mass () const |
| ADM mass (computed as a surface integral at spatial infinity). | |
Protected Member Functions | |
| virtual void | del_deriv () const |
| Deletes all the derived quantities. | |
| virtual void | set_der_0x0 () const |
Sets to 0x0 all the pointers on derived quantities. | |
| virtual ostream & | operator>> (ostream &) const |
| Operator >> (virtual function called by the operator <<). | |
Protected Attributes | |
| Scalar | ff0 |
| Metric field F_0 of Herdeiro & Radu (2015). | |
| Scalar | ff1 |
| Metric field F_1 of Herdeiro & Radu (2015). | |
| Scalar | ff2 |
| Metric field F_2 of Herdeiro & Radu (2015). | |
| Scalar | ww |
| Metric field W of Herdeiro & Radu (2015). | |
| Scalar | sfield |
| Scalar field (modulus of Phi). | |
| double | rHor |
| Event horizon coordinate radius. | |
| Map & | mp |
| Mapping describing the coordinate system (r,theta,phi). | |
| Scalar | nn |
| Lapse function N . | |
| Vector | beta |
Shift vector ![]() | |
| Metric | gamma |
3-metric ![]() | |
| Scalar | ener_euler |
| Total energy density E in the Eulerian frame. | |
| Vector | mom_euler |
Total 3-momentum density ![]() | |
| Sym_tensor | stress_euler |
Stress tensor ![]() | |
| Sym_tensor | kk |
Extrinsic curvature tensor ![]() | |
| double * | p_adm_mass |
| ADM mass. | |
Black hole with scalar hair spacetime (under development).
()
The metric is expressed:
![\[ ds^2 = copy Carlos metric
\]](form_174.png)
| Lorene::ScalarBH::ScalarBH | ( | Map & | mp_i, |
| const char * | file_name ) |
Standard constructor.
| mp_i | Mapping on which the star is contructed |
| file_name | Name of the file containing the metric data |
| a_spin_i | Spin parameter of the model |
Definition at line 72 of file scalarBH.C.
References Lorene::Compobj::Compobj(), ff0, ff1, ff2, Lorene::Mg3d::get_np(), Lorene::Mg3d::get_nr(), Lorene::Mg3d::get_nt(), Lorene::Mg3d::get_nzone(), Lorene::Map(), Lorene::Compobj::mp, rHor, set_der_0x0(), sfield, Lorene::sqrt(), and ww.
| Lorene::ScalarBH::ScalarBH | ( | const ScalarBH & | other | ) |
Copy constructor.
Definition at line 352 of file scalarBH.C.
References Lorene::Compobj::Compobj(), ff0, ff1, ff2, rHor, ScalarBH(), set_der_0x0(), sfield, and ww.
| Lorene::ScalarBH::ScalarBH | ( | Map & | mp_i, |
| FILE * | fich ) |
Constructor from a file (see sauve(FILE*) ).
| mp_i | Mapping on which the star is constructed |
| fich | input file (must have been created by the function ScalarBH::sauve ) |
Definition at line 368 of file scalarBH.C.
References Lorene::Compobj::Compobj(), ff0, ff1, ff2, Lorene::Map(), rHor, set_der_0x0(), sfield, and ww.
|
virtual |
|
virtualinherited |
ADM mass (computed as a surface integral at spatial infinity).
Definition at line 310 of file compobj.C.
References Lorene::Tensor::derive_con(), Lorene::Tensor_sym::derive_con(), Lorene::Vector::flux(), gamma, Lorene::Tensor::get_triad(), mp, p_adm_mass, Lorene::Tensor::trace(), and Lorene::Tensor::up().
|
protectedvirtual |
Deletes all the derived quantities.
Reimplemented from Lorene::Compobj.
Definition at line 400 of file scalarBH.C.
References Lorene::Compobj::del_deriv(), and set_der_0x0().
|
virtualinherited |
Computation of the extrinsic curvature.
Reimplemented in Lorene::AltBH_QI, and Lorene::Compobj_QI.
Definition at line 290 of file compobj.C.
References beta, Lorene::Tensor::derive_cov(), gamma, kk, and nn.
|
inlineinherited |
|
inlineinherited |
Returns the total energy density E in the Eulerian frame.
Definition at line 219 of file compobj.h.
References ener_euler.
|
inline |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
Returns the stress tensor 
Definition at line 225 of file compobj.h.
References stress_euler.
|
inherited |
| void Lorene::ScalarBH::operator= | ( | const ScalarBH & | other | ) |
Assignment to another ScalarBH.
Definition at line 419 of file scalarBH.C.
References del_deriv(), Lorene::Compobj::operator=(), and ScalarBH().
|
protectedvirtual |
Operator >> (virtual function called by the operator <<).
Reimplemented from Lorene::Compobj.
Definition at line 441 of file scalarBH.C.
References Lorene::Compobj::operator>>().
|
virtual |
|
protectedvirtual |
Sets to 0x0 all the pointers on derived quantities.
Definition at line 409 of file scalarBH.C.
|
inlineinherited |
Read/write of the mapping.
Definition at line 200 of file compobj.h.
References Lorene::Map(), and mp.
|
virtual |
Definition at line 501 of file scalarBH.C.
|
protectedinherited |
|
protectedinherited |
|
protected |
|
protected |
|
protected |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
|
protected |
|
protected |
|
protectedinherited |
|
protected |