LORENE
|
Higgs monopole (under development). More...
#include <compobj.h>
Public Member Functions | |
HiggsMonopole (Map &mp_i, const char *file_name) | |
Standard constructor. More... | |
HiggsMonopole (const HiggsMonopole &) | |
Copy constructor. More... | |
virtual | ~HiggsMonopole () |
Destructor. More... | |
const Scalar & | get_higgs () const |
Deletes all the derived quantities. More... | |
const Scalar & | get_grr () const |
Returns the metric coefficient g_rr. More... | |
const Scalar & | get_press () const |
Returns the fluid pressure. More... | |
Map & | set_mp () |
Read/write of the mapping. More... | |
const Map & | get_mp () const |
Returns the mapping. More... | |
const Scalar & | get_nn () const |
Returns the lapse function N . More... | |
const Vector & | get_beta () const |
Returns the shift vector . More... | |
const Metric & | get_gamma () const |
Returns the 3-metric . More... | |
const Scalar & | get_ener_euler () const |
Returns the total energy density E in the Eulerian frame. More... | |
const Vector & | get_mom_euler () const |
Returns the total 3-momentum density in the Eulerian frame. More... | |
const Sym_tensor & | get_stress_euler () const |
Returns the stress tensor with respect to the Eulerian observer. More... | |
const Sym_tensor & | get_kk () const |
Returns the extrinsic curvature tensor . More... | |
virtual void | sauve (FILE *) const |
Save in a file. More... | |
void | gyoto_data (const char *file_name) const |
Save in a file for GYOTO. More... | |
virtual void | extrinsic_curvature () |
Computation of the extrinsic curvature. More... | |
virtual double | adm_mass () const |
ADM mass (computed as a surface integral at spatial infinity) More... | |
Protected Member Functions | |
virtual ostream & | operator>> (ostream &) const |
Operator >> (virtual function called by the operator <<). More... | |
virtual void | del_deriv () const |
Deletes all the derived quantities. More... | |
void | set_der_0x0 () const |
Sets to 0x0 all the pointers on derived quantities. More... | |
Protected Attributes | |
char | description1 [256] |
String describing the model. More... | |
char | description2 [256] |
String describing the model. More... | |
Scalar | hh |
Higgs scalar field. More... | |
Scalar | grr |
Metric coefficient g_rr. More... | |
Scalar | press |
Fluid pressure. More... | |
Map & | mp |
Mapping describing the coordinate system (r,theta,phi) More... | |
Scalar | nn |
Lapse function N . More... | |
Vector | beta |
Shift vector . More... | |
Metric | gamma |
3-metric More... | |
Scalar | ener_euler |
Total energy density E in the Eulerian frame. More... | |
Vector | mom_euler |
Total 3-momentum density in the Eulerian frame. More... | |
Sym_tensor | stress_euler |
Stress tensor with respect to the Eulerian observer. More... | |
Sym_tensor | kk |
Extrinsic curvature tensor . More... | |
double * | p_adm_mass |
ADM mass. More... | |
Lorene::HiggsMonopole::HiggsMonopole | ( | Map & | mp_i, |
const char * | file_name | ||
) |
Standard constructor.
mp_i | Mapping on which the Higgs monopole is contructed |
file_name | Name of the file containing the data |
Definition at line 68 of file higgs_monopole.C.
References Lorene::Scalar::allocate_all(), description1, description2, Lorene::Map::get_mg(), Lorene::Mg3d::get_np(), Lorene::Mg3d::get_nr(), Lorene::Mg3d::get_nt(), Lorene::Mg3d::get_nzone(), grr, hh, Lorene::Compobj::mp, Lorene::Compobj::nn, press, Lorene::Scalar::set_etat_qcq(), Lorene::Scalar::set_grid_point(), and Lorene::Scalar::std_spectral_base().
Lorene::HiggsMonopole::HiggsMonopole | ( | const HiggsMonopole & | other | ) |
Copy constructor.
Definition at line 163 of file higgs_monopole.C.
|
virtual |
Destructor.
Definition at line 177 of file higgs_monopole.C.
|
virtualinherited |
ADM mass (computed as a surface integral at spatial infinity)
Definition at line 313 of file compobj.C.
References Lorene::Metric::cov(), Lorene::Tensor::derive_con(), Lorene::Tensor_sym::derive_con(), Lorene::Vector::flux(), Lorene::Compobj::gamma, Lorene::Tensor::get_triad(), Lorene::Compobj::mp, Lorene::Compobj::p_adm_mass, Lorene::Tensor::trace(), and Lorene::Tensor::up().
|
protectedvirtualinherited |
Deletes all the derived quantities.
Reimplemented in Lorene::ScalarBH, Lorene::AltBH_QI, Lorene::Kerr_QI, Lorene::Star_QI, Lorene::Compobj_QI, and Lorene::Boson_star.
Definition at line 158 of file compobj.C.
References Lorene::Compobj::p_adm_mass, and Lorene::Compobj::set_der_0x0().
|
virtualinherited |
Computation of the extrinsic curvature.
Reimplemented in Lorene::AltBH_QI, and Lorene::Compobj_QI.
Definition at line 293 of file compobj.C.
References Lorene::Compobj::beta, Lorene::Tensor::derive_cov(), Lorene::Tensor::down(), Lorene::Compobj::gamma, Lorene::Compobj::kk, Lorene::Compobj::nn, Lorene::Tensor::set(), and Lorene::Tensor::set_etat_qcq().
|
inlineinherited |
Returns the shift vector .
Definition at line 216 of file compobj.h.
References Lorene::Compobj::beta.
|
inlineinherited |
Returns the total energy density E in the Eulerian frame.
Definition at line 222 of file compobj.h.
References Lorene::Compobj::ener_euler.
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
Returns the extrinsic curvature tensor .
Definition at line 231 of file compobj.h.
References Lorene::Compobj::kk.
|
inlineinherited |
Returns the total 3-momentum density in the Eulerian frame.
Definition at line 225 of file compobj.h.
References Lorene::Compobj::mom_euler.
|
inlineinherited |
|
inlineinherited |
Returns the lapse function N .
Definition at line 213 of file compobj.h.
References Lorene::Compobj::nn.
|
inline |
|
inlineinherited |
Returns the stress tensor with respect to the Eulerian observer.
Definition at line 228 of file compobj.h.
References Lorene::Compobj::stress_euler.
|
inherited |
Save in a file for GYOTO.
Definition at line 213 of file compobj.C.
References Lorene::Compobj::beta, Lorene::Metric::con(), Lorene::Metric::cov(), Lorene::fwrite_be(), Lorene::Compobj::gamma, Lorene::Map::get_mg(), Lorene::Compobj::kk, Lorene::Compobj::mp, Lorene::Compobj::nn, Lorene::Mg3d::sauve(), Lorene::Map::sauve(), Lorene::Tensor::sauve(), Lorene::Scalar::sauve(), and Lorene::Tensor_sym::sauve().
|
protectedvirtual |
Operator >> (virtual function called by the operator <<).
Reimplemented from Lorene::Compobj.
Definition at line 186 of file higgs_monopole.C.
References description1, description2, and Lorene::Compobj::operator>>().
|
virtualinherited |
Save in a file.
Reimplemented in Lorene::ScalarBH, Lorene::AltBH_QI, Lorene::Kerr_QI, Lorene::Star_QI, Lorene::Compobj_QI, and Lorene::Boson_star.
Definition at line 199 of file compobj.C.
References Lorene::Compobj::beta, Lorene::Compobj::ener_euler, Lorene::Compobj::gamma, Lorene::Compobj::mom_euler, Lorene::Compobj::nn, Lorene::Metric::sauve(), Lorene::Tensor::sauve(), Lorene::Scalar::sauve(), Lorene::Tensor_sym::sauve(), and Lorene::Compobj::stress_euler.
|
protectedinherited |
Sets to 0x0
all the pointers on derived quantities.
Definition at line 166 of file compobj.C.
References Lorene::Compobj::p_adm_mass.
|
inlineinherited |
Read/write of the mapping.
Definition at line 203 of file compobj.h.
References Lorene::Compobj::mp.
|
protectedinherited |
|
protected |
|
protected |
|
protectedinherited |
|
protected |
|
protected |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |
|
mutableprotectedinherited |
|
protected |
|
protectedinherited |