SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Punctures::AnalyticData::MultiplePunctures Class Reference

Superposition of multiple punctures. More...

#include <MultiplePunctures.hpp>

Classes

struct  Punctures
 

Public Types

using options = implementation defined
 

Public Member Functions

 MultiplePunctures (const MultiplePunctures &)=default
 
MultiplePuncturesoperator= (const MultiplePunctures &)=default
 
 MultiplePunctures (MultiplePunctures &&)=default
 
MultiplePuncturesoperator= (MultiplePunctures &&)=default
 
 MultiplePunctures (std::vector< Puncture > punctures)
 
 MultiplePunctures (CkMigrateMessage *m)
 
 WRAPPED_PUPable_decl_template (MultiplePunctures)
 
template<typename... RequestedTags>
tuples::TaggedTuple< RequestedTags... > variables (const tnsr::I< DataVector, 3, Frame::Inertial > &x, tmpl::list< RequestedTags... >) const
 
template<typename... RequestedTags>
tuples::TaggedTuple< RequestedTags... > variables (const tnsr::I< DataVector, 3, Frame::Inertial > &x, const Mesh< 3 > &, const InverseJacobian< DataVector, 3, Frame::ElementLogical, Frame::Inertial > &, tmpl::list< RequestedTags... >) const
 
void pup (PUP::er &p) override
 
const std::vector< Puncture > & punctures () const
 

Static Public Attributes

static constexpr Options::String help = "Any number of black holes"
 

Detailed Description

Superposition of multiple punctures.

This class provides the source fields α and β for the puncture equation (see Punctures) representing any number of black holes. Each black hole is characterized by its "puncture mass" (or "bare mass") MI, position CI, linear momentum PI, and angular momentum SI. The corresponding Bowen-York solution to the momentum constraint for the conformal traceless extrinsic curvature is:

(1)A¯ij=32I1rI2(2PI(inIj)(δijnIinIj)PIknIk+4rInI(iϵj)klSIknIl)

From it, we compute α and β as:

(2)1α=IMI2rI(3)β=18α7A¯ijA¯ij

See also
Punctures

The documentation for this class was generated from the following file: