#include <BaseFunctionHolder.H>
Public Member Functions | |
| BaseFunctionHolder () | |
| virtual | ~BaseFunctionHolder () |
| virtual RefCountedPtr < BaseBCValue > | getPressureBCFunction (int a_idir, Side::LoHiSide a_side)=0 |
| boundary conditions | |
| virtual RefCountedPtr < BaseBCValue > | getVelocityBCFunction (int a_idir, Side::LoHiSide a_side, int a_velComp)=0 |
| boundary conditions | |
| virtual RefCountedPtr < BaseBCValue > | getVelocityEBBCFunction (int a_velComp)=0 |
| boundary conditions | |
| virtual RefCountedPtr < BaseBCValue > | getPressureEBBCFunction ()=0 |
| boundary conditions | |
| virtual RefCountedPtr < BaseBCValue > | getScalarEBBCFunction (int a_scaComp)=0 |
| boundary conditions | |
| virtual RefCountedPtr < BaseBCValue > | getScalarBCFunction (int a_idir, Side::LoHiSide a_side, int a_scaComp)=0 |
| boundary conditions | |
| virtual RefCountedPtr < BaseBCValue > | getScalarInteriorFunction (int a_scaComp)=0 |
| initial conditions | |
| virtual RefCountedPtr < BaseBCValue > | getVelocityInteriorFunction (int a_velComp)=0 |
| initial conditions | |
| virtual RefCountedPtr < BaseBCValue > | getPressureInteriorFunction ()=0 |
| initial conditions | |
| BaseFunctionHolder::BaseFunctionHolder | ( | ) | [inline] |
| virtual BaseFunctionHolder::~BaseFunctionHolder | ( | ) | [inline, virtual] |
| virtual RefCountedPtr<BaseBCValue> BaseFunctionHolder::getPressureBCFunction | ( | int | a_idir, | |
| Side::LoHiSide | a_side | |||
| ) | [pure virtual] |
boundary conditions
| virtual RefCountedPtr<BaseBCValue> BaseFunctionHolder::getVelocityBCFunction | ( | int | a_idir, | |
| Side::LoHiSide | a_side, | |||
| int | a_velComp | |||
| ) | [pure virtual] |
boundary conditions
| virtual RefCountedPtr<BaseBCValue> BaseFunctionHolder::getVelocityEBBCFunction | ( | int | a_velComp | ) | [pure virtual] |
boundary conditions
| virtual RefCountedPtr<BaseBCValue> BaseFunctionHolder::getPressureEBBCFunction | ( | ) | [pure virtual] |
boundary conditions
| virtual RefCountedPtr<BaseBCValue> BaseFunctionHolder::getScalarEBBCFunction | ( | int | a_scaComp | ) | [pure virtual] |
boundary conditions
| virtual RefCountedPtr<BaseBCValue> BaseFunctionHolder::getScalarBCFunction | ( | int | a_idir, | |
| Side::LoHiSide | a_side, | |||
| int | a_scaComp | |||
| ) | [pure virtual] |
boundary conditions
| virtual RefCountedPtr<BaseBCValue> BaseFunctionHolder::getScalarInteriorFunction | ( | int | a_scaComp | ) | [pure virtual] |
initial conditions
| virtual RefCountedPtr<BaseBCValue> BaseFunctionHolder::getVelocityInteriorFunction | ( | int | a_velComp | ) | [pure virtual] |
initial conditions
| virtual RefCountedPtr<BaseBCValue> BaseFunctionHolder::getPressureInteriorFunction | ( | ) | [pure virtual] |
initial conditions
1.5.5