Version: SMASH-3.1
smash::ExpansionProperties Struct Reference

#include <propagation.h>

Struct containing the type of the metric and the expansion parameter of the metric.

These elements shall be used in the Expansion Mode, which is implemented in SMASH to compare with the analytical solution Bazow:2015dha [6] to the Boltzmann equation with a Hubble expansion.

Definition at line 26 of file propagation.h.

Public Member Functions

 ExpansionProperties (ExpansionMode mode, double b)
 Constructor of ExpansionProperties. More...
 

Public Attributes

ExpansionMode mode_
 Type of metric used. More...
 
double b_
 Expansion parameter in the metric (faster expansion for larger values) More...
 

Constructor & Destructor Documentation

◆ ExpansionProperties()

smash::ExpansionProperties::ExpansionProperties ( ExpansionMode  mode,
double  b 
)
inline

Constructor of ExpansionProperties.

Parameters
[in]modeType of metric used in the Expansion Mode.
[in]bExpansion parameter in the metric

Definition at line 37 of file propagation.h.

37 : mode_(mode), b_(b) {}
double b_
Expansion parameter in the metric (faster expansion for larger values)
Definition: propagation.h:30
ExpansionMode mode_
Type of metric used.
Definition: propagation.h:28

Member Data Documentation

◆ mode_

ExpansionMode smash::ExpansionProperties::mode_

Type of metric used.

Definition at line 28 of file propagation.h.

◆ b_

double smash::ExpansionProperties::b_

Expansion parameter in the metric (faster expansion for larger values)

Definition at line 30 of file propagation.h.


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