00001 #include "dynamicbase.h" 00002 00003 00004 00005 00006 void DynamicBase::getNormalVelocityAtFaces(VecDouble &vFNC) 00007 { 00008 throw new Exception("Invalid Method DynamicBase::getNormalVelocitytAtFaces() called"); 00009 } 00010 00011 void DynamicBase::getFluxAtFaces(VecDouble &vFNC) 00012 { 00013 throw new Exception("Invalid Method DynamicBase::getNormalComponentAtFaces() called"); 00014 } 00015 00016 void DynamicBase::getNormalMassFluxAtFaces(VecDouble &vFNC) 00017 { 00018 throw new Exception("Invalid Method DynamicBase::getNormalMassFluxAtFaces() called\nThis method was not redefined in thecurrent dynamic module"); 00019 } 00020 00021 00022 00023 const VecDouble& DynamicBase::getPressureAtCells() 00024 { 00025 throw new Exception("Invalid Method DynamicBase::getPressureAtCells() called"); 00026 00027 } 00028 00029 00030 00031 00032 00033 00034 00035 void DynamicBase::getVelocitiesAtFaces(Matrix &vel) 00036 { 00037 throw new Exception("Invalid Method DynamicBase::getVelocitiesAtFaces(Matrix &vel) called"); 00038 }