SpECTRE  v2023.05.16
domain::creators::bco::TimeDependentMapOptions::ExpansionMapOptions Struct Reference

Options for the expansion map. The outer boundary radius of the map is always set to the outer boundary of the Domain, so there is no option here to set the outer boundary radius. More...

#include <BinaryCompactObjectHelpers.hpp>

Classes

struct  AsymptoticVelocityOuterBoundary
 
struct  DecayTimescaleOuterBoundaryVelocity
 
struct  InitialValues
 

Public Types

using options = tmpl::list< InitialValues, AsymptoticVelocityOuterBoundary, DecayTimescaleOuterBoundaryVelocity >
 

Public Attributes

std::array< double, 2 > initial_values
 
double outer_boundary_velocity
 
double outer_boundary_decay_time
 

Static Public Attributes

static constexpr Options::String help = {"Options for the expansion map."}
 

Detailed Description

Options for the expansion map. The outer boundary radius of the map is always set to the outer boundary of the Domain, so there is no option here to set the outer boundary radius.

Member Data Documentation

◆ initial_values

std::array<double, 2> domain::creators::bco::TimeDependentMapOptions::ExpansionMapOptions::initial_values

◆ outer_boundary_decay_time

double domain::creators::bco::TimeDependentMapOptions::ExpansionMapOptions::outer_boundary_decay_time

◆ outer_boundary_velocity

double domain::creators::bco::TimeDependentMapOptions::ExpansionMapOptions::outer_boundary_velocity

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