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::perfect_gas::IsentropicPressureExpansionBoundary Class Reference

#include <IsentropicPressureBoundary.hpp>

Public Member Functions

 IsentropicPressureExpansionBoundary (const PerfectGas< AMREX_SPACEDIM > &eq, const IsentropicPressureBoundaryOptions &options)
 
void FillBoundary (::amrex::MultiFab &mf, const GriddingAlgorithm &grid, int level)
 
void FillBoundary (::amrex::MultiFab &mf, const GriddingAlgorithm &grid, int level, Direction dir)
 

Private Attributes

PerfectGas< AMREX_SPACEDIM > equation_
 
IsentropicPressureBoundaryOptions options_
 

Constructor & Destructor Documentation

◆ IsentropicPressureExpansionBoundary()

fub::amrex::cutcell::perfect_gas::IsentropicPressureExpansionBoundary::IsentropicPressureExpansionBoundary ( const PerfectGas< AMREX_SPACEDIM > &  eq,
const IsentropicPressureBoundaryOptions options 
)

Member Function Documentation

◆ FillBoundary() [1/2]

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

◆ FillBoundary() [2/2]

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

Member Data Documentation

◆ equation_

PerfectGas<AMREX_SPACEDIM> fub::amrex::cutcell::perfect_gas::IsentropicPressureExpansionBoundary::equation_
private

◆ options_

IsentropicPressureBoundaryOptions fub::amrex::cutcell::perfect_gas::IsentropicPressureExpansionBoundary::options_
private

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