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

#include <PressureOutflowBoundary.hpp>

Public Member Functions

 PressureOutflowOptions ()=default
 
 PressureOutflowOptions (const ProgramOptions &options)
 
void Print (SeverityLogger &log)
 

Public Attributes

double outer_pressure
 
Direction direction
 
int side
 

Constructor & Destructor Documentation

◆ PressureOutflowOptions() [1/2]

fub::amrex::cutcell::PressureOutflowOptions::PressureOutflowOptions ( )
default

◆ PressureOutflowOptions() [2/2]

fub::amrex::cutcell::PressureOutflowOptions::PressureOutflowOptions ( const ProgramOptions options)

Member Function Documentation

◆ Print()

void fub::amrex::cutcell::PressureOutflowOptions::Print ( SeverityLogger log)

Member Data Documentation

◆ direction

Direction fub::amrex::cutcell::PressureOutflowOptions::direction

◆ outer_pressure

double fub::amrex::cutcell::PressureOutflowOptions::outer_pressure

◆ side

int fub::amrex::cutcell::PressureOutflowOptions::side

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