#include <compressibledynamic.h>
Public Member Functions | |
virtual void | setDt (double dt) |
virtual void | 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 compressibledynamic.h.
virtual void CompressibleDynamic::rollback | ( | ) | [inline, virtual] |
Reimplemented in MixedHybridCompositionalSimple, and MixedHybridCompositionalSimplePw.
Definition at line 21 of file compressibledynamic.h.
00021 {throw new Exception("Method CompressibleDynamicBase::rollback() not implemented\n");}
virtual void CompressibleDynamic::setDt | ( | double | dt | ) | [inline, virtual] |
Reimplemented in MixedHybridCompositional.
Definition at line 17 of file compressibledynamic.h.
00018 {throw new Exception("Method CompressibleDynamicBase::setDt() not implemented\n");} //Set the time step