|
std::unique_ptr< EquationOfState< IsRelativistic, 2 > > | get_clone () const override |
|
std::unique_ptr< EquationOfState< IsRelativistic, 3 > > | promote_to_3d_eos () const override |
|
bool | is_equal (const EquationOfState< IsRelativistic, 2 > &rhs) const override |
|
bool | is_barotropic () const override |
| Returns true if the EOS is barotropic. More...
|
|
bool | operator== (const DarkEnergyFluid< IsRelativistic > &rhs) const |
|
bool | operator!= (const DarkEnergyFluid< IsRelativistic > &rhs) const |
|
| DarkEnergyFluid (const DarkEnergyFluid &)=default |
|
DarkEnergyFluid & | operator= (const DarkEnergyFluid &)=default |
|
| DarkEnergyFluid (DarkEnergyFluid &&)=default |
|
DarkEnergyFluid & | operator= (DarkEnergyFluid &&)=default |
|
| DarkEnergyFluid (double parameter_w) |
|
| WRAPPED_PUPable_decl_base_template (SINGLE_ARG(EquationOfState< IsRelativistic, 2 >), DarkEnergyFluid) |
|
double | rest_mass_density_lower_bound () const override |
| The lower bound of the rest mass density that is valid for this EOS. More...
|
|
double | rest_mass_density_upper_bound () const override |
| The upper bound of the rest mass density that is valid for this EOS. More...
|
|
double | specific_internal_energy_lower_bound (const double) const override |
| The lower bound of the specific internal energy that is valid for this EOS at the given rest mass density \(\rho\). More...
|
|
double | specific_internal_energy_upper_bound (const double) const override |
| The upper bound of the specific internal energy that is valid for this EOS at the given rest mass density \(\rho\). More...
|
|
double | specific_enthalpy_lower_bound () const override |
| The lower bound of the specific enthalpy that is valid for this EOS. More...
|
|
| EquationOfState (const EquationOfState &)=default |
|
EquationOfState & | operator= (const EquationOfState &)=default |
|
| EquationOfState (EquationOfState &&)=default |
|
EquationOfState & | operator= (EquationOfState &&)=default |
|
| EquationOfState (CkMigrateMessage *msg) |
|
| WRAPPED_PUPable_abstract (EquationOfState) |
|
virtual std::unique_ptr< EquationOfState< IsRelativistic, 2 > > | get_clone () const =0 |
|
virtual bool | is_equal (const EquationOfState< IsRelativistic, 2 > &rhs) const =0 |
|
virtual std::unique_ptr< EquationOfState< IsRelativistic, 2 > > | promote_to_2d_eos () const |
|
virtual std::unique_ptr< EquationOfState< IsRelativistic, 3 > > | promote_to_3d_eos () const =0 |
|
virtual bool | is_barotropic () const =0 |
| Returns true if the EOS is barotropic. More...
|
|
virtual bool | is_equilibrium () const |
| Returns true if the EOS is in beta-equilibrium.
|
|
virtual double | electron_fraction_lower_bound () const |
| The lower bound of the electron fraction that is valid for this EOS.
|
|
virtual double | electron_fraction_upper_bound () const |
| The upper bound of the electron fraction that is valid for this EOS.
|
|
virtual double | rest_mass_density_lower_bound () const =0 |
| The lower bound of the rest mass density that is valid for this EOS. More...
|
|
virtual double | rest_mass_density_upper_bound () const =0 |
| The upper bound of the rest mass density that is valid for this EOS. More...
|
|
virtual double | specific_internal_energy_lower_bound (const double rest_mass_density) const =0 |
| The lower bound of the specific internal energy that is valid for this EOS at the given rest mass density \(\rho\). More...
|
|
virtual double | specific_internal_energy_upper_bound (const double rest_mass_density) const =0 |
| The upper bound of the specific internal energy that is valid for this EOS at the given rest mass density \(\rho\). More...
|
|
virtual double | temperature_lower_bound () const |
| The lower bound of the temperature that is valid for this EOS.
|
|
virtual double | temperature_upper_bound () const |
| The upper bound of the temperature that is valid for this EOS.
|
|
virtual double | specific_enthalpy_lower_bound () const =0 |
| The lower bound of the specific enthalpy that is valid for this EOS. More...
|
|
virtual double | baryon_mass () const |
| The vacuum mass of a baryon for this EOS. More...
|
|
virtual Scalar< double > | equilibrium_electron_fraction_from_density_temperature (const Scalar< double > &rest_mass_density, const Scalar< double > &) const |
|
virtual Scalar< DataVector > | equilibrium_electron_fraction_from_density_temperature (const Scalar< DataVector > &rest_mass_density, const Scalar< DataVector > &) const |
|
virtual Scalar< double > | pressure_from_density_and_energy (const Scalar< double > &, const Scalar< double > &) const =0 |
|
virtual Scalar< DataVector > | pressure_from_density_and_energy (const Scalar< DataVector > &, const Scalar< DataVector > &) const =0 |
|
virtual Scalar< double > | pressure_from_density_and_enthalpy (const Scalar< double > &, const Scalar< double > &) const =0 |
|
virtual Scalar< DataVector > | pressure_from_density_and_enthalpy (const Scalar< DataVector > &, const Scalar< DataVector > &) const =0 |
|
virtual Scalar< double > | specific_internal_energy_from_density_and_pressure (const Scalar< double > &, const Scalar< double > &) const =0 |
|
virtual Scalar< DataVector > | specific_internal_energy_from_density_and_pressure (const Scalar< DataVector > &, const Scalar< DataVector > &) const =0 |
|
virtual Scalar< double > | temperature_from_density_and_energy (const Scalar< double > &, const Scalar< double > &) const =0 |
|
virtual Scalar< DataVector > | temperature_from_density_and_energy (const Scalar< DataVector > &, const Scalar< DataVector > &) const =0 |
|
virtual Scalar< double > | specific_internal_energy_from_density_and_temperature (const Scalar< double > &, const Scalar< double > &) const =0 |
|
virtual Scalar< DataVector > | specific_internal_energy_from_density_and_temperature (const Scalar< DataVector > &, const Scalar< DataVector > &) const =0 |
|
virtual Scalar< double > | chi_from_density_and_energy (const Scalar< double > &, const Scalar< double > &) const =0 |
|
virtual Scalar< DataVector > | chi_from_density_and_energy (const Scalar< DataVector > &, const Scalar< DataVector > &) const =0 |
|
virtual Scalar< double > | kappa_times_p_over_rho_squared_from_density_and_energy (const Scalar< double > &, const Scalar< double > &) const =0 |
|
virtual Scalar< DataVector > | kappa_times_p_over_rho_squared_from_density_and_energy (const Scalar< DataVector > &, const Scalar< DataVector > &) const =0 |
|
template<bool IsRelativistic>
class EquationsOfState::DarkEnergyFluid< IsRelativistic >
Equation of state for a dark energy fluid.
A dark energy fluid equation of state:
\[ p = w(z) \rho ( 1.0 + \epsilon) \]
where \(\rho\) is the rest mass density, \(\epsilon\) is the specific internal energy, and \(w(z) > 0\) is a parameter depending on the redshift \(z\).
The temperature \(T\) is defined as
\[ T = w(z) \epsilon \]