#include <boxVelBC.H>
Inheritance diagram for boxEdgeVelBC:


Public Methods | |
| boxEdgeVelBC (bool isViscous=false) | |
| virtual | ~boxEdgeVelBC () |
| virtual void | setAllBCTypes () |
| bool | isViscous () |
| access function | |
| void | isViscous (bool a_isViscous) |
| virtual void | applyBCs (LevelData< FluxBox > &a_edgeStateMF, const ProblemDomain &a_domain, const Real a_dx) const |
| also need to implement edge-centered version of applyBCs | |
| virtual void | applyBCs (LevelData< FluxBox > &a_edgeStateMF, const Box &a_domain, const Real a_dx) const |
| also need to implement edge-centered version of applyBCs (old interface) | |
| virtual void | applyBCs (FluxBox &a_edgeStateMF, const ProblemDomain &a_domain, const Real a_dx) const |
| also need to implement edge-centered version of applyBCs | |
| virtual void | applyBCs (FluxBox &a_edgeStateMF, const Box &a_domain, const Real a_dx) const |
| also need to implement edge-centered version of applyBCs (old interface) | |
| virtual void | applyBCs (FArrayBox &a_state, const ProblemDomain &a_domain, const Real a_dx) const |
| since the other two functions hide the applyBCs function... | |
| virtual void | applyBCs (FArrayBox &a_state, const Box &a_domain, const Real a_dx) const |
| since the other two functions hide the applyBCs function (old interface) | |
| virtual void | applyBCs (FArrayBox &a_state, const ProblemDomain &a_domain, const Real a_dx, int a_velComp) const |
| this one assumes that each edge-centered FAB is one component | |
| virtual void | applyBCs (FArrayBox &a_state, const Box &a_domain, const Real a_dx, int a_velComp) const |
| this one assumes each edge-centered FAB is one component (old interface) | |
Protected Attributes | |
| bool | m_isViscous |
|
|
|
|
|
|
|
||||||||||||||||||||
|
this one assumes each edge-centered FAB is one component (old interface)
Reimplemented from basicVelBC. |
|
||||||||||||||||||||
|
this one assumes that each edge-centered FAB is one component
Reimplemented from basicVelBC. |
|
||||||||||||||||
|
since the other two functions hide the applyBCs function (old interface)
Reimplemented from basicVelBC. |
|
||||||||||||||||
|
since the other two functions hide the applyBCs function...
Reimplemented from basicVelBC. |
|
||||||||||||||||
|
also need to implement edge-centered version of applyBCs (old interface)
|
|
||||||||||||||||
|
also need to implement edge-centered version of applyBCs
|
|
||||||||||||||||
|
also need to implement edge-centered version of applyBCs (old interface)
|
|
||||||||||||||||
|
also need to implement edge-centered version of applyBCs
|
|
|
|
|
|
access function
|
|
|
|
|
|
|
1.2.16