Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Classes | Namespaces | Functions
GenericPressureValveBoundary.hpp File Reference
#include "fub/AMReX/GriddingAlgorithm.hpp"
#include "fub/AMReX/MultiFabUtilities.hpp"
#include "fub/AMReX/boundary_condition/ConstantBoundary.hpp"
#include "fub/AMReX/boundary_condition/ReflectiveBoundary.hpp"
#include "fub/ext/Log.hpp"

Go to the source code of this file.

Classes

struct  fub::amrex::GenericPressureValveBoundaryOptions
 
struct  fub::amrex::ChangeTOpened_ReducedModelDemo
 
struct  fub::amrex::ChangeTOpened_Klein
 
struct  fub::amrex::IsBlockedIfLargePressure
 
class  fub::amrex::GenericPressureValveBoundary< EulerEquation, InflowFunction, ChangeTOpenedT, IsBlocked >
 
struct  fub::amrex::PressureValveBoundary_ReducedModelDemo< Equation, InflowFunction >
 
struct  fub::amrex::PressureValveBoundary_Klein< Equation, InflowFunction >
 

Namespaces

 fub
 The fub namespace.
 
 fub::amrex
 The amrex namespace.
 

Functions

template<typename Equation , typename InflowFunction >
 fub::amrex::PressureValveBoundary_ReducedModelDemo (const Equation &, KineticState< Equation >, InflowFunction, const GenericPressureValveBoundaryOptions &) -> PressureValveBoundary_ReducedModelDemo< Equation, InflowFunction >
 
template<typename Equation , typename InflowFunction >
 fub::amrex::PressureValveBoundary_ReducedModelDemo (const Equation &, KineticState< Equation >, InflowFunction) -> PressureValveBoundary_ReducedModelDemo< Equation, InflowFunction >
 
template<typename Equation , typename InflowFunction >
 fub::amrex::PressureValveBoundary_Klein (const Equation &, KineticState< Equation >, InflowFunction, const GenericPressureValveBoundaryOptions &) -> PressureValveBoundary_Klein< Equation, InflowFunction >
 
template<typename Equation , typename InflowFunction >
 fub::amrex::PressureValveBoundary_Klein (const Equation &, KineticState< Equation >, InflowFunction) -> PressureValveBoundary_Klein< Equation, InflowFunction >