Mushy Layer  1.0
Public Member Functions | Public Attributes | List of all members
BasicECVelBCFunction Class Reference

Boundary conditions for velocity (edge-centred) More...

Inheritance diagram for BasicECVelBCFunction:
AbstractFaceBCFunction BCFunction

Public Member Functions

 BasicECVelBCFunction (bool a_isHomogeneous, bool a_isViscous, int a_comp, const Interval &a_interval, MushyLayerParams a_params, LevelData< FluxBox > *a_velocityBCVals=NULL)
 Full constructor.
 
void operator() (FArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, bool a_homogeneous)
 Apply BC.
 
- Public Member Functions inherited from AbstractFaceBCFunction
 AbstractFaceBCFunction ()
 Default constructor.
 
 AbstractFaceBCFunction (bool a_isHomogeneous, int a_comp, MushyLayerParams a_params)
 Full constructor.
 
void DiriEdgeBC (FArrayBox &a_state, const Box &a_valid, Real a_dx, bool a_homogeneous, BCValueHolder a_value, int a_idir, Side::LoHiSide a_side)
 
void DiriEdgeVariableBC (FArrayBox &a_state, const Box &a_valid, Real a_dx, bool a_homogeneous, BCValueHolder a_value, int a_idir, Side::LoHiSide a_side)
 Apply dirichlet BCs (edge centred), allow different value at different locations.
 
virtual void NeumEdgeBC (FArrayBox &a_state, const Box &a_valid, Real a_dx, bool a_homogeneous, const BCValueHolder &a_valueA, int a_dir, Side::LoHiSide a_side, Interval a_interval)
 Apply neumann BCs (edge centred)
 
- Public Member Functions inherited from BCFunction
virtual void operator() (FArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, const DataIndex &a_index, bool a_homogeneous)
 
virtual void setTime (const Real &a_time)
 
void fillGhostCells (const LevelData< FArrayBox > &phi, const Real dx, const bool homogeneous)
 
void fillGhostCells (const Vector< LevelData< FArrayBox > *> &phi, const Real dx0, const Vector< int > &refV, const bool homogeneous)
 

Public Attributes

bool m_isViscous
 Is there non-zero viscosity?
 
Interval m_interval
 Currently unused.
 
LevelData< FluxBox > * m_velBCvals
 Velocity values to enforce on the domain boundaries.
 
- Public Attributes inherited from AbstractFaceBCFunction
bool m_isHomogeneous
 Always enforce homogeneous form of BCs?
 
int m_comp
 Component of velocity to apply BCs to.
 
MushyLayerParams m_params
 Physical parameters for the problem.
 

Detailed Description

Boundary conditions for velocity (edge-centred)

Sets specified boundary conditions for the velocity. For use on an edge-centred velocity, i.e. a LevelData<FluxBox>


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