#include <compressibledynamicbase.h>
Public Member Functions | |
virtual | setDt (double dt) |
virtual | rollback () |
Interface for dynamic modules that are parabolic in nature and contain derivation of the pressure in time in their equations This is the case for the pressure equation for compressible flow
Definition at line 10 of file compressibledynamicbase.h.
virtual CompressibleDynamicBase::rollback | ( | ) | [inline, virtual] |
Definition at line 21 of file compressibledynamicbase.h.
00021 {throw new Exception("Method CompressibleDynamicBase::rollback() not implemented\n");}
virtual CompressibleDynamicBase::setDt | ( | double | dt | ) | [inline, virtual] |
Definition at line 17 of file compressibledynamicbase.h.
00018 {throw new Exception("Method CompressibleDynamicBase::setDt() not implemented\n");} //Set the time step