From 40102eb67b71b7cb52e9dfabb84338c68828fb2b Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 9 Aug 2013 12:28:56 +0100 Subject: [PATCH] BUG: Corrected header function description - mantis #948 --- .../liquidProperties/liquidProperties/liquidProperties.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/thermophysicalModels/properties/liquidProperties/liquidProperties/liquidProperties.H b/src/thermophysicalModels/properties/liquidProperties/liquidProperties/liquidProperties.H index 7cb4aa0710..2210d567a3 100644 --- a/src/thermophysicalModels/properties/liquidProperties/liquidProperties/liquidProperties.H +++ b/src/thermophysicalModels/properties/liquidProperties/liquidProperties/liquidProperties.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -252,7 +252,7 @@ public: virtual scalar D(scalar p, scalar T, scalar Wb) const; //- Invert the vapour pressure relationship to retrieve the - // boiling temperuture as a function of temperature + // boiling temperuture as a function of pressure virtual scalar pvInvert(scalar p) const;