Finite Volume Solver  prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
Public Member Functions | Private Attributes | List of all members
fub::amrex::cutcell::PressureOutflowBoundary2 Class Reference

#include <PressureOutflowBoundary2.hpp>

Public Member Functions

 PressureOutflowBoundary2 (const PerfectGasMix< AMREX_SPACEDIM > &eq, const PressureOutflowOptions &options)
 
void FillBoundary (::amrex::MultiFab &mf, const GriddingAlgorithm &grid, int level)
 
void FillBoundary (::amrex::MultiFab &mf, const GriddingAlgorithm &grid, int level, Direction dir)
 
void FillBoundary (::amrex::MultiFab &mf, const ::amrex::MultiFab &alphas, const ::amrex::Geometry &geom)
 

Private Attributes

PerfectGasMix< AMREX_SPACEDIM > equation_
 
PressureOutflowOptions options_
 

Constructor & Destructor Documentation

◆ PressureOutflowBoundary2()

fub::amrex::cutcell::PressureOutflowBoundary2::PressureOutflowBoundary2 ( const PerfectGasMix< AMREX_SPACEDIM > &  eq,
const PressureOutflowOptions options 
)

Member Function Documentation

◆ FillBoundary() [1/3]

void fub::amrex::cutcell::PressureOutflowBoundary2::FillBoundary ( ::amrex::MultiFab &  mf,
const ::amrex::MultiFab &  alphas,
const ::amrex::Geometry geom 
)

◆ FillBoundary() [2/3]

void fub::amrex::cutcell::PressureOutflowBoundary2::FillBoundary ( ::amrex::MultiFab &  mf,
const GriddingAlgorithm grid,
int  level 
)

◆ FillBoundary() [3/3]

void fub::amrex::cutcell::PressureOutflowBoundary2::FillBoundary ( ::amrex::MultiFab &  mf,
const GriddingAlgorithm grid,
int  level,
Direction  dir 
)
inline

Member Data Documentation

◆ equation_

PerfectGasMix<AMREX_SPACEDIM> fub::amrex::cutcell::PressureOutflowBoundary2::equation_
private

◆ options_

PressureOutflowOptions fub::amrex::cutcell::PressureOutflowBoundary2::options_
private

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