thermophysicalFunctions/APIdiffCoef: Prevent Clang warning

This commit is contained in:
Will Bainbridge
2021-02-09 21:18:12 +00:00
parent aa4151d649
commit 76b8baa701

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2011-2020 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2011-2021 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -98,6 +98,9 @@ public:
// Member Functions
//- Inherit base class value methods to prevent clang warnings
using FieldFunction2<scalar, APIdiffCoef>::value;
//- API vapour mass diffusivity function using properties from
// construction
virtual scalar value(scalar p, scalar T) const