Mushy Layer  1.0
Public Member Functions | Public Attributes | List of all members
AbstractFaceBCFunction Class Referenceabstract

Abstract boundary condition for cell faces. More...

Inheritance diagram for AbstractFaceBCFunction:
BCFunction BasicECVelBCFunction BasicPorosityPermeabilityFaceBCFunction

Public Member Functions

 AbstractFaceBCFunction ()
 Default constructor.
 
 AbstractFaceBCFunction (bool a_isHomogeneous, int a_comp, MushyLayerParams a_params)
 Full constructor.
 
virtual void operator() (FArrayBox &a_state, const Box &a_valid, const ProblemDomain &a_domain, Real a_dx, bool a_homogeneous)=0
 Apply BC.
 
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_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

Abstract boundary condition for cell faces.

Member Function Documentation

◆ DiriEdgeBC()

void AbstractFaceBCFunction::DiriEdgeBC ( FArrayBox a_state,
const Box a_valid,
Real  a_dx,
bool  a_homogeneous,
BCValueHolder  a_value,
int  a_idir,
Side::LoHiSide  a_side 
)
inline

Apply dirichlet BCs (edge centred) apply the same BC value at all points


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