|
Mushy Layer
1.0
|
this is a physical BC class designed to handle velocities on edges More...
#include <VelBCHolder.H>
Public Member Functions | |
| EdgeVelBCHolder () | |
| Default constructor. | |
| EdgeVelBCHolder (const Tuple< BCHolder, SpaceDim > &a_componentBC) | |
| Full constructore. | |
| virtual | ~EdgeVelBCHolder () |
| Destructore. | |
| virtual void | applyBCs (LevelData< FluxBox > &a_state, const DisjointBoxLayout &a_valid, const ProblemDomain &a_domain, const Real a_dx, bool a_homogeneous) |
| Apply BCs to a_state. | |
Protected Attributes | |
| Tuple< BCHolder, SpaceDim > | m_componentBC |
| BCHolders for each component. | |
this is a physical BC class designed to handle velocities on edges
this class is handles velocities, which are by their nature multicomponent
1.8.13