From 238e9b7b57e8b8908433b56db4f08067aaaa25cb Mon Sep 17 00:00:00 2001 From: Henry Date: Wed, 17 Dec 2014 14:20:54 +0000 Subject: [PATCH] Corrected description --- .../specie/equationOfState/linear/linear.H | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/thermophysicalModels/specie/equationOfState/linear/linear.H b/src/thermophysicalModels/specie/equationOfState/linear/linear.H index 8876ce3f..82d94856 100644 --- a/src/thermophysicalModels/specie/equationOfState/linear/linear.H +++ b/src/thermophysicalModels/specie/equationOfState/linear/linear.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2013 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2013-2014 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -25,7 +25,11 @@ Class Foam::linear Description - Perfect gas equation of state. + Linear equation of state with constant compressibility + + \verbatim + rho = rho0 + psi*p + \endverbatim SourceFiles linearI.H