SpECTRE  v2024.04.12
RelativisticEuler::Solutions Namespace Reference

Holds classes implementing a solution to the relativistic Euler system. More...

Classes

class  FishboneMoncriefDisk
 Fluid disk orbiting a Kerr black hole. More...
 
class  RotatingStar
 A solution obtained by reading in rotating neutron star initial data from the RotNS code based on [42] and [43]. More...
 
class  SmoothFlow
 Smooth wave propagating in Minkowski spacetime. More...
 
class  TovSolution
 TOV solver based on Lindblom's method. More...
 
class  TovStar
 A static spherically symmetric star. More...
 

Enumerations

enum class  TovCoordinates { Schwarzschild , Isotropic }
 Radial coordinate of a TOV solution. More...
 

Functions

bool operator!= (const FishboneMoncriefDisk &lhs, const FishboneMoncriefDisk &rhs)
 
bool operator!= (const RotatingStar &lhs, const RotatingStar &rhs)
 
template<size_t Dim>
bool operator!= (const SmoothFlow< Dim > &lhs, const SmoothFlow< Dim > &rhs)
 
std::ostreamoperator<< (std::ostream &os, TovCoordinates coords)
 
bool operator!= (const TovStar &lhs, const TovStar &rhs)
 

Detailed Description

Holds classes implementing a solution to the relativistic Euler system.

Enumeration Type Documentation

◆ TovCoordinates

Radial coordinate of a TOV solution.

Enumerator
Schwarzschild 

Areal radial coordinate, in which the exterior TOV solution coincides with the Schwarzschild metric in standard Schwarzschild coordinates.

Isotropic 

Isotropic radial coordinate, in which the spatial metric is conformally flat.