|
Mushy Layer
1.0
|
Boundary condition for reflux correction. More...
Public Member Functions | |
| BasicRefluxCorrBCFunction () | |
| Default constructor. | |
| BasicRefluxCorrBCFunction (bool a_isDefined, 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 | |
| bool | m_isDefined |
| Is object defined? | |
| MushyLayerParams | m_params |
| Physical parameters for the problem. | |
Boundary condition for reflux correction.
Sets correction = 0 on all boundaries
1.8.13