Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <KineticSourceTerm.hpp>
Public Member Functions | |
KineticSourceTerm (const IdealGasMix< Rank > &eq) | |
Duration | ComputeStableDt (int level) |
Result< void, TimeStepTooLarge > | AdvanceLevel (amrex::IntegratorContext &simulation_data, int level, Duration dt, const ::amrex::IntVect &ngrow=::amrex::IntVect(0)) |
Static Public Attributes | |
static constexpr int | Rank |
static constexpr std::size_t | sRank |
Private Attributes | |
OmpLocal< IdealGasMix< Rank > > | equation_ |
OmpLocal< Complete< IdealGasMix< Rank > > > | state_ |
fub::ideal_gas::KineticSourceTerm< R >::KineticSourceTerm | ( | const IdealGasMix< Rank > & | eq | ) |
Result<void, TimeStepTooLarge> fub::ideal_gas::KineticSourceTerm< R >::AdvanceLevel | ( | amrex::IntegratorContext & | simulation_data, |
int | level, | ||
Duration | dt, | ||
const ::amrex::IntVect & | ngrow = ::amrex::IntVect(0) |
||
) |
Duration fub::ideal_gas::KineticSourceTerm< R >::ComputeStableDt | ( | int | level | ) |
|
private |
|
staticconstexpr |
|
staticconstexpr |
|
private |