Mushy Layer
1.0
|
Boundary conditions for velocity (edge-centred) More...
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. | |
![]() | |
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) | |
![]() | |
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. | |
![]() | |
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. | |
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>