#include <InflowOutflowAdvectBC.H>


Public Member Functions | |
| ~InflowOutflowAdvectBCFactory () | |
| InflowOutflowAdvectBCFactory (int a_flowDir, Real a_inflowVel, int a_velComp) | |
| EBPhysIBC * | create () const |
Protected Attributes | |
| int | m_velComp |
| int | m_flowDir |
| Real | m_inflowVel |
Private Member Functions | |
| InflowOutflowAdvectBCFactory () | |
| InflowOutflowAdvectBCFactory::~InflowOutflowAdvectBCFactory | ( | ) | [inline] |
| InflowOutflowAdvectBCFactory::InflowOutflowAdvectBCFactory | ( | int | a_flowDir, | |
| Real | a_inflowVel, | |||
| int | a_velComp | |||
| ) | [inline] |
References m_flowDir, m_inflowVel, and m_velComp.
| InflowOutflowAdvectBCFactory::InflowOutflowAdvectBCFactory | ( | ) | [inline, private] |
References MayDay::Error().
| EBPhysIBC* InflowOutflowAdvectBCFactory::create | ( | ) | const [inline, virtual] |
int InflowOutflowAdvectBCFactory::m_velComp [protected] |
Referenced by create(), and InflowOutflowAdvectBCFactory().
int InflowOutflowAdvectBCFactory::m_flowDir [protected] |
Referenced by create(), and InflowOutflowAdvectBCFactory().
Real InflowOutflowAdvectBCFactory::m_inflowVel [protected] |
Referenced by create(), and InflowOutflowAdvectBCFactory().
1.5.5