SpECTRE
v2025.03.17
|
The magnetospheric Wald problem proposed in [114]. More...
#include <MagnetosphericWald.hpp>
Classes | |
struct | Spin |
Public Types | |
using | options = implementation defined |
Public Member Functions | |
MagnetosphericWald (const MagnetosphericWald &)=default | |
MagnetosphericWald & | operator= (const MagnetosphericWald &)=default |
MagnetosphericWald (MagnetosphericWald &&)=default | |
MagnetosphericWald & | operator= (MagnetosphericWald &&)=default |
MagnetosphericWald (double spin, const Options::Context &context={}) | |
auto | get_clone () const -> std::unique_ptr< evolution::initial_data::InitialData > override |
void | pup (PUP::er &p) override |
template<typename... Tags> | |
tuples::TaggedTuple< Tags... > | variables (const tnsr::I< DataVector, 3 > &x, tmpl::list< Tags... >) const |
Retrieve a collection of EM variables at position x. | |
template<typename Tag > | |
tuples::TaggedTuple< Tag > | variables (const tnsr::I< DataVector, 3 > &x, tmpl::list< Tag >) const |
Retrieve the metric variables. | |
virtual auto | get_clone () const -> std::unique_ptr< InitialData >=0 |
Static Public Attributes | |
static constexpr Options::String | help |
Friends | |
bool | operator== (const MagnetosphericWald &lhs, const MagnetosphericWald &rhs) |
auto | variables (const tnsr::I< DataVector, 3 > &x, tmpl::list< Tags::TildeB >) const -> tuples::TaggedTuple< Tags::TildeB > |
Retrieve the EM variables at (x,t). | |
static auto | variables (const tnsr::I< DataVector, 3 > &x, tmpl::list< Tags::TildeE >) -> tuples::TaggedTuple< Tags::TildeE > |
Retrieve the EM variables at (x,t). | |
static auto | variables (const tnsr::I< DataVector, 3 > &x, tmpl::list< Tags::TildePsi >) -> tuples::TaggedTuple< Tags::TildePsi > |
Retrieve the EM variables at (x,t). | |
static auto | variables (const tnsr::I< DataVector, 3 > &x, tmpl::list< Tags::TildePhi >) -> tuples::TaggedTuple< Tags::TildePhi > |
Retrieve the EM variables at (x,t). | |
static auto | variables (const tnsr::I< DataVector, 3 > &x, tmpl::list< Tags::TildeQ >) -> tuples::TaggedTuple< Tags::TildeQ > |
Retrieve the EM variables at (x,t). | |
The magnetospheric Wald problem proposed in [114].
This is an initial value problem that evolves the magnetosphere of a rotating black hole. The initial condition is given as same as the exact Wald solution [204] (see also documentation of ForceFree::Solutions::ExactWald)
but electric field is set to zero at
In the cartesian projection of the spherical Kerr-Schild coordinates (which we use in the code for representing tensors), initial magnetic fields is given as
where
There is no known exact solution to this problem, but numerical simulations [114] [161] [68] report that the system converges to a steady state with an equatorial current sheet inside the ergosphere.
|
overridevirtual |
Implements evolution::initial_data::InitialData.
|
staticconstexpr |