equationOfState/rhoConst: mark as isochoric and incompressible

This commit is contained in:
Henry 2012-09-12 15:37:07 +01:00
parent 7eef5af786
commit 588ac5c83b

View File

@ -86,7 +86,7 @@ public:
// Fundamental properties
//- Is the equation of state is incompressible i.e. rho != f(p)
static const bool incompressible = false;
static const bool incompressible = true;
//- Is the equation of state is isochoric i.e. rho = const
static const bool isochoric = true;