Thermal-FIST 1.5
Package for hadron resonance gas model applications
Loading...
Searching...
No Matches
thermalfist::CosmicEoS::BroydenEquationsCosmology Class Reference

Class implementing the Broyden equations for cosmology. More...

#include <CosmicEoS.h>

Inheritance diagram for thermalfist::CosmicEoS::BroydenEquationsCosmology:
thermalfist::BroydenEquations

Public Member Functions

 BroydenEquationsCosmology (CosmicEoS *model)
 Constructor for the BroydenEquationsCosmology class.
 
std::vector< double > Equations (const std::vector< double > &x)
 Implements the equations to be solved.
 
- Public Member Functions inherited from thermalfist::BroydenEquations
 BroydenEquations ()=default
 Default constructor. Does nothing.
 
virtual ~BroydenEquations (void)=default
 Destructor.
 
virtual int Dimension () const
 Number of equations.
 
void SetDimension (int dim)
 

Additional Inherited Members

- Protected Attributes inherited from thermalfist::BroydenEquations
int m_N
 The number of equations.
 

Detailed Description

Class implementing the Broyden equations for cosmology.

This class is used to solve for chemical potentials that satisfy the asymmetry constraints.

Definition at line 429 of file CosmicEoS.h.

Constructor & Destructor Documentation

◆ BroydenEquationsCosmology()

thermalfist::CosmicEoS::BroydenEquationsCosmology::BroydenEquationsCosmology ( CosmicEoS * model)
inline

Constructor for the BroydenEquationsCosmology class.

Parameters
modelPointer to the CosmicEoS model.

Definition at line 437 of file CosmicEoS.h.

Member Function Documentation

◆ Equations()

std::vector< double > thermalfist::CosmicEoS::BroydenEquationsCosmology::Equations ( const std::vector< double > & x)
virtual

Implements the equations to be solved.

Parameters
xThe vector of variables (chemical potentials).
Returns
The vector of equation values.

Implements thermalfist::BroydenEquations.

Definition at line 408 of file CosmicEoS.cpp.


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