#include <InflowOutflowPoissonDomainBC.H>


Public Member Functions | |
| InflowOutflowHelmholtzDomainBCFactory (const int &a_flowDir, const Real &a_inflowVel, const bool &a_doSlipWalls) | |
| virtual | ~InflowOutflowHelmholtzDomainBCFactory () |
| virtual InflowOutflowHelmholtzDomainBC * | create (const ProblemDomain &a_domain, const EBISLayout &a_layout, const RealVect &a_dx) |
Private Member Functions | |
| InflowOutflowHelmholtzDomainBCFactory () | |
Private Attributes | |
| bool | m_doSlipWalls |
| int | m_flowDir |
| Real | m_inflowVel |
| InflowOutflowHelmholtzDomainBCFactory::InflowOutflowHelmholtzDomainBCFactory | ( | const int & | a_flowDir, | |
| const Real & | a_inflowVel, | |||
| const bool & | a_doSlipWalls | |||
| ) | [inline] |
References m_doSlipWalls, m_flowDir, and m_inflowVel.
| virtual InflowOutflowHelmholtzDomainBCFactory::~InflowOutflowHelmholtzDomainBCFactory | ( | ) | [inline, virtual] |
| InflowOutflowHelmholtzDomainBCFactory::InflowOutflowHelmholtzDomainBCFactory | ( | ) | [inline, private] |
| virtual InflowOutflowHelmholtzDomainBC* InflowOutflowHelmholtzDomainBCFactory::create | ( | const ProblemDomain & | a_domain, | |
| const EBISLayout & | a_layout, | |||
| const RealVect & | a_dx | |||
| ) | [inline, virtual] |
bool InflowOutflowHelmholtzDomainBCFactory::m_doSlipWalls [private] |
Referenced by create(), and InflowOutflowHelmholtzDomainBCFactory().
int InflowOutflowHelmholtzDomainBCFactory::m_flowDir [private] |
Referenced by create(), and InflowOutflowHelmholtzDomainBCFactory().
Referenced by create(), and InflowOutflowHelmholtzDomainBCFactory().
1.5.5