SpECTRE
v2025.03.17
|
Items related to the Valencia formulation of ideal GRMHD with divergence cleaning coupled with electron fraction. More...
Namespaces | |
namespace | BoundaryConditions |
Boundary conditions for the GRMHD Valencia Divergence Cleaning system. | |
namespace | BoundaryCorrections |
Boundary corrections/numerical fluxes. | |
namespace | fd |
Finite difference functionality for the ValenciaDivClean form of the GRMHD equations. | |
namespace | PrimitiveRecoverySchemes |
Schemes for recovering primitive variables from conservative variables. | |
namespace | subcell |
Code required by the DG-subcell/FD hybrid solver. | |
namespace | Tags |
Tags for the Valencia formulation of the ideal GRMHD equations with divergence cleaning. | |
Classes | |
struct | ComputeFluxes |
The fluxes of the conservative variables. More... | |
struct | ComputeSources |
Compute the source terms for the flux-conservative Valencia formulation of GRMHD with divergence cleaning, coupled with electron fraction. More... | |
struct | ConservativeFromPrimitive |
Compute the conservative variables from primitive variables. More... | |
class | FixConservatives |
Fix conservative variables using method developed by Foucart. More... | |
class | Flattener |
Reduces oscillations inside an element in an attempt to guarantee a physical solution of the conserved variables for which the primitive variables can be recovered. More... | |
class | NumericInitialData |
Numeric initial data loaded from volume data files. More... | |
struct | PrimitiveFromConservative |
Compute the primitive variables from the conservative variables. More... | |
class | PrimitiveFromConservativeOptions |
Options to be passed to the Con2Prim algorithm. Currently, we simply set a threshold for tildeD below which the inversion is not performed and the density is set to atmosphere values. More... | |
struct | SetVariablesNeededFixingToFalse |
Mutator used with Initialization::Actions::AddSimpleTags to initialize the VariablesNeededFixing to false More... | |
struct | System |
Ideal general relativistic magnetohydrodynamics (GRMHD) system with divergence cleaning coupled with electron fraction. More... | |
struct | TimeDerivativeTerms |
Compute the time derivative of the conserved variables for the Valencia formulation of the GRMHD equations with divergence cleaning. More... | |
Functions | |
bool | operator!= (const FixConservatives &lhs, const FixConservatives &rhs) |
template<typename RecoverySchemesList > | |
bool | operator!= (const Flattener< RecoverySchemesList > &lhs, const Flattener< RecoverySchemesList > &rhs) |
bool | operator!= (const PrimitiveFromConservativeOptions &lhs, const PrimitiveFromConservativeOptions &rhs) |
template<size_t ThermodynamicDim> | |
std::array< DataVector, 9 > | characteristic_speeds (const Scalar< DataVector > &rest_mass_density, const Scalar< DataVector > &electron_fraction, const Scalar< DataVector > &specific_internal_energy, const Scalar< DataVector > &specific_enthalpy, const tnsr::I< DataVector, 3, Frame::Inertial > &spatial_velocity, const Scalar< DataVector > &lorentz_factor, const tnsr::I< DataVector, 3, Frame::Inertial > &magnetic_field, const Scalar< DataVector > &lapse, const tnsr::I< DataVector, 3 > &shift, const tnsr::ii< DataVector, 3, Frame::Inertial > &spatial_metric, const tnsr::i< DataVector, 3 > &unit_normal, const EquationsOfState::EquationOfState< true, ThermodynamicDim > &equation_of_state) |
Compute the characteristic speeds for the Valencia formulation of GRMHD with divergence cleaning. More... | |
template<size_t ThermodynamicDim> | |
void | characteristic_speeds (gsl::not_null< std::array< DataVector, 9 > * > char_speeds, const Scalar< DataVector > &rest_mass_density, const Scalar< DataVector > &electron_fraction, const Scalar< DataVector > &specific_internal_energy, const Scalar< DataVector > &specific_enthalpy, const tnsr::I< DataVector, 3, Frame::Inertial > &spatial_velocity, const Scalar< DataVector > &lorentz_factor, const tnsr::I< DataVector, 3, Frame::Inertial > &magnetic_field, const Scalar< DataVector > &lapse, const tnsr::I< DataVector, 3 > &shift, const tnsr::ii< DataVector, 3, Frame::Inertial > &spatial_metric, const tnsr::i< DataVector, 3 > &unit_normal, const EquationsOfState::EquationOfState< true, ThermodynamicDim > &equation_of_state) |
Compute the characteristic speeds for the Valencia formulation of GRMHD with divergence cleaning. More... | |
Items related to the Valencia formulation of ideal GRMHD with divergence cleaning coupled with electron fraction.
References:
std::array< DataVector, 9 > grmhd::ValenciaDivClean::characteristic_speeds | ( | const Scalar< DataVector > & | rest_mass_density, |
const Scalar< DataVector > & | electron_fraction, | ||
const Scalar< DataVector > & | specific_internal_energy, | ||
const Scalar< DataVector > & | specific_enthalpy, | ||
const tnsr::I< DataVector, 3, Frame::Inertial > & | spatial_velocity, | ||
const Scalar< DataVector > & | lorentz_factor, | ||
const tnsr::I< DataVector, 3, Frame::Inertial > & | magnetic_field, | ||
const Scalar< DataVector > & | lapse, | ||
const tnsr::I< DataVector, 3 > & | shift, | ||
const tnsr::ii< DataVector, 3, Frame::Inertial > & | spatial_metric, | ||
const tnsr::i< DataVector, 3 > & | unit_normal, | ||
const EquationsOfState::EquationOfState< true, ThermodynamicDim > & | equation_of_state | ||
) |
Compute the characteristic speeds for the Valencia formulation of GRMHD with divergence cleaning.
Obtaining the exact form of the characteristic speeds involves the solution of a nontrivial quartic equation for the fast and slow modes. Here we make use of a common approximation in the literature (e.g. [80]) where the resulting characteristic speeds are analogous to those of the Valencia formulation of the 3-D relativistic Euler system (see RelativisticEuler::Valencia::characteristic_speeds),
with the substitution
in the definition of
where
void grmhd::ValenciaDivClean::characteristic_speeds | ( | gsl::not_null< std::array< DataVector, 9 > * > | char_speeds, |
const Scalar< DataVector > & | rest_mass_density, | ||
const Scalar< DataVector > & | electron_fraction, | ||
const Scalar< DataVector > & | specific_internal_energy, | ||
const Scalar< DataVector > & | specific_enthalpy, | ||
const tnsr::I< DataVector, 3, Frame::Inertial > & | spatial_velocity, | ||
const Scalar< DataVector > & | lorentz_factor, | ||
const tnsr::I< DataVector, 3, Frame::Inertial > & | magnetic_field, | ||
const Scalar< DataVector > & | lapse, | ||
const tnsr::I< DataVector, 3 > & | shift, | ||
const tnsr::ii< DataVector, 3, Frame::Inertial > & | spatial_metric, | ||
const tnsr::i< DataVector, 3 > & | unit_normal, | ||
const EquationsOfState::EquationOfState< true, ThermodynamicDim > & | equation_of_state | ||
) |
Compute the characteristic speeds for the Valencia formulation of GRMHD with divergence cleaning.
Obtaining the exact form of the characteristic speeds involves the solution of a nontrivial quartic equation for the fast and slow modes. Here we make use of a common approximation in the literature (e.g. [80]) where the resulting characteristic speeds are analogous to those of the Valencia formulation of the 3-D relativistic Euler system (see RelativisticEuler::Valencia::characteristic_speeds),
with the substitution
in the definition of
where