|
Mushy Layer
1.0
|
Boundary condition for velocity (cell-centred) More...
Public Member Functions | |
| BasicCCVelBCFunction () | |
| Default constructor. | |
| BasicCCVelBCFunction (bool a_isHomogeneous, bool a_isViscous, int a_comp, const Interval &a_interval, 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) |
| Apply BC. | |
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 | |
| int | m_comp |
| Component of velocity to apply BCs to. | |
| bool | m_isHomogeneous |
| Always enforce homogeneous form of BCs? | |
| bool | m_isViscous |
| Is there non-zero viscosity? | |
| Interval | m_interval |
| Specifies where in a_state we will find the component we should apply BCs to. | |
| MushyLayerParams | m_params |
| Physical parameters for the problem. | |
Boundary condition for velocity (cell-centred)
1.8.13