Chombo + EB + MF
3.2
|
Example IBC for advection-diffusion problem. More...
#include <AdvectTestIBC.H>
Public Member Functions | |
AdvectTestIBC (const RealVect &a_center, const Real &a_size) | |
~AdvectTestIBC () | |
Destructor. More... | |
PhysIBC * | new_physIBC () |
Factory method - this object is its own factory. More... | |
void | primBC (FArrayBox &a_F, const FArrayBox &a_W, const FArrayBox &a_Wextrap, const int &a_dir, const Side::LoHiSide &a_side, const Real &a_time) |
Set boundary fluxes. More... | |
void | setBdrySlopes (FArrayBox &a_dW, const FArrayBox &a_W, const int &a_dir, const Real &a_time) |
one sided is OK by me More... | |
void | artViscBC (FArrayBox &a_F, const FArrayBox &a_U, const FArrayBox &a_divVel, const int &a_dir, const Real &a_time) |
does not apply here More... | |
void | initialize (LevelData< FArrayBox > &a_U) |
Set up initial conditions. More... | |
![]() | |
PhysIBC () | |
Constructor. More... | |
virtual | ~PhysIBC () |
Destructor. More... | |
virtual void | define (const ProblemDomain &a_domain, const Real &a_dx) |
Define the object. More... | |
virtual void | getBoundaryFaces (Box &a_boundaryBox, const Box &a_dataFaceBox, const int &a_dir, const Side::LoHiSide &a_side) |
This function is called by primBC() to get boundary faces of a Box. More... | |
Protected Attributes | |
RealVect | m_center |
Real | m_size |
![]() | |
bool | m_isDefined |
ProblemDomain | m_domain |
Real | m_dx |
Private Member Functions | |
AdvectTestIBC () | |
void | operator= (const AdvectTestIBC &) |
AdvectTestIBC (const AdvectTestIBC &) | |
Example IBC for advection-diffusion problem.
|
inline |
Destructor.
References new_physIBC(), and primBC().
|
inlineprivate |
References MayDay::Error(), and operator=().
|
private |
|
virtual |
Factory method - this object is its own factory.
Implements PhysIBC.
Referenced by ~AdvectTestIBC().
|
virtual |
|
inlinevirtual |
one sided is OK by me
Implements PhysIBC.
|
private |
Referenced by AdvectTestIBC().
|
protected |
Referenced by AdvectTestIBC().
|
protected |
Referenced by AdvectTestIBC().