From 6f56b83744d4ca8233a66d2a772ecf966873ce8c Mon Sep 17 00:00:00 2001 From: Johannes Hommel <johannes.hommel@iws.uni-stuttgart.de> Date: Wed, 31 Jan 2018 13:52:25 +0100 Subject: [PATCH] [1pncmin] renamed initial to reference porosity and permeability in thermochemspatialparams.hh --- .../1pncmin/implicit/thermochemspatialparams.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/porousmediumflow/1pncmin/implicit/thermochemspatialparams.hh b/test/porousmediumflow/1pncmin/implicit/thermochemspatialparams.hh index 856a0d8590..7cef2d6836 100644 --- a/test/porousmediumflow/1pncmin/implicit/thermochemspatialparams.hh +++ b/test/porousmediumflow/1pncmin/implicit/thermochemspatialparams.hh @@ -110,21 +110,21 @@ public: } /*! - * \brief Define the initial permeability \f$[m^2]\f$ distribution + * \brief Define the reference permeability \f$[m^2]\f$ distribution * * \param element The finite element * \param scv The sub-control volume */ - Scalar initialPermeability(const Element& element, const SubControlVolume &scv) const + Scalar referencePermeability(const Element& element, const SubControlVolume &scv) const { return 8.53e-12; } /*! - * \brief Define the initial porosity \f$[-]\f$ distribution + * \brief Define the reference porosity \f$[-]\f$ distribution * * \param element The finite element * \param scv The sub-control volume */ - Scalar initialPorosity(const Element& element, const SubControlVolume &scv) const + Scalar referencePorosity(const Element& element, const SubControlVolume &scv) const { return 0.8; } -- GitLab