diff --git a/test/implicit/1p2c/1p2coutflowproblem.hh b/test/implicit/1p2c/1p2coutflowproblem.hh index 38b96d2e9ef2373b6f2019e84edce5d1ade4a544..fe10d7756ecec5a288c9b280df68ddd30c0d2403 100644 --- a/test/implicit/1p2c/1p2coutflowproblem.hh +++ b/test/implicit/1p2c/1p2coutflowproblem.hh @@ -200,7 +200,7 @@ public: * This problem assumes a temperature of 20 degrees Celsius. */ Scalar temperature() const - { return 273.15 + 20; }; // in [K] + { return 273.15 + 20; } // in [K] // \} diff --git a/test/implicit/1p2c/1p2coutflowspatialparams.hh b/test/implicit/1p2c/1p2coutflowspatialparams.hh index d1c37da0bddb0b46a525a30ef06484db3a749c4e..8b60e2fffcd8747ae737a97d47b7f235883f37ed 100644 --- a/test/implicit/1p2c/1p2coutflowspatialparams.hh +++ b/test/implicit/1p2c/1p2coutflowspatialparams.hh @@ -75,7 +75,7 @@ public: */ void update(const SolutionVector &globalSolution) { - }; + } /*! * \brief Define the intrinsic permeability \f$\mathrm{[m^2]}\f$. diff --git a/test/implicit/2p/lensproblem.hh b/test/implicit/2p/lensproblem.hh index d36f1a991250b72612881347a9cb398e004d1351..28801f710048a86507326c3cf1619952c9e16016 100644 --- a/test/implicit/2p/lensproblem.hh +++ b/test/implicit/2p/lensproblem.hh @@ -250,7 +250,7 @@ public: * This problem assumes a uniform temperature of 20 degrees Celsius. */ Scalar temperature() const - { return temperature_; }; + { return temperature_; } /*! * \brief Returns the source term diff --git a/test/implicit/2p2c/injectionproblem.hh b/test/implicit/2p2c/injectionproblem.hh index 25d7ffd29d00b4431e02007a5c2e1b033dafcaf5..8569e0445f6da7391d4387cd44a1cb25077f9d8d 100644 --- a/test/implicit/2p2c/injectionproblem.hh +++ b/test/implicit/2p2c/injectionproblem.hh @@ -250,7 +250,7 @@ public: * \brief Returns the temperature [K] */ Scalar temperature() const - { return temperature_; }; + { return temperature_; } /*! * \brief Returns the source term diff --git a/test/implicit/2p2c/injectionspatialparams.hh b/test/implicit/2p2c/injectionspatialparams.hh index 96312c7f42d0b357265728dfd9cc5db3e87507a8..399dc5e251ef577afad8ed0dfff827dc525b80e1 100644 --- a/test/implicit/2p2c/injectionspatialparams.hh +++ b/test/implicit/2p2c/injectionspatialparams.hh @@ -226,7 +226,7 @@ public: private: bool isFineMaterial_(const GlobalPosition &globalPos) const - { return globalPos[dim-1] > layerBottom_; }; + { return globalPos[dim-1] > layerBottom_; } Scalar fineK_; Scalar coarseK_; diff --git a/test/implicit/2p2cni/waterairproblem.hh b/test/implicit/2p2cni/waterairproblem.hh index ef4c4d6d7d6c483c07a5dbccda207dbf538c8346..6fc3d833f73709e0dee328ecb7e9482191900ecd 100644 --- a/test/implicit/2p2cni/waterairproblem.hh +++ b/test/implicit/2p2cni/waterairproblem.hh @@ -221,7 +221,7 @@ public: Scalar temperature() const { return 273.15 + 10; // -> 10°C - }; + } #endif /*! diff --git a/test/implicit/2p2cni/waterairspatialparams.hh b/test/implicit/2p2cni/waterairspatialparams.hh index fedaa31ad2baad55e755c338ed24427bf69bfb6f..93b97d34c3d108a5dce4b649ae4b1c3de94969fa 100644 --- a/test/implicit/2p2cni/waterairspatialparams.hh +++ b/test/implicit/2p2cni/waterairspatialparams.hh @@ -219,7 +219,7 @@ public: private: bool isFineMaterial_(const GlobalPosition &globalPos) const - { return globalPos[dim-1] > layerBottom_; }; + { return globalPos[dim-1] > layerBottom_; } Scalar fineK_; Scalar coarseK_; diff --git a/test/implicit/2pdfm/2pdfmtestproblem.hh b/test/implicit/2pdfm/2pdfmtestproblem.hh index 1641a4226bcfdd08468a721297b36a0365773b54..29d68ff8de0ced1d082b111699878c38452b4b6d 100644 --- a/test/implicit/2pdfm/2pdfmtestproblem.hh +++ b/test/implicit/2pdfm/2pdfmtestproblem.hh @@ -202,7 +202,7 @@ public: * This problem assumes a uniform temperature of 10 degrees Celsius. */ Scalar temperature() const - { return temperature_; }; + { return temperature_; } /*! * \brief Returns the source within the domain. diff --git a/test/implicit/2pni/injectionproblem2pni.hh b/test/implicit/2pni/injectionproblem2pni.hh index 9bf2e427ba6d5be53b8b79f9e1e4f85f88a8f258..17bfc81c76ce87b296299f9eef67f2421ee61a5e 100644 --- a/test/implicit/2pni/injectionproblem2pni.hh +++ b/test/implicit/2pni/injectionproblem2pni.hh @@ -233,7 +233,7 @@ public: Scalar temperature() const { return 273.15 + 30; // [K] - }; + } #endif diff --git a/test/implicit/3p/infiltration3pproblem.hh b/test/implicit/3p/infiltration3pproblem.hh index 245388da564208861feb5ab04b132f1b02fc75ee..603569fc243f49385b3e3730f15d62ccd231e41c 100644 --- a/test/implicit/3p/infiltration3pproblem.hh +++ b/test/implicit/3p/infiltration3pproblem.hh @@ -323,7 +323,7 @@ public: * This problem assumes a uniform temperature of 10 degrees Celsius. */ Scalar temperature() const - { return temperature_; }; + { return temperature_; } private: // internal method for the initial condition (reused for the diff --git a/test/implicit/3p/infiltration3pspatialparams.hh b/test/implicit/3p/infiltration3pspatialparams.hh index fc64bef661069fc4d96bbc2ddca038048629f445..b3958ae0bf85c81ec4a42625b432347a4578199f 100644 --- a/test/implicit/3p/infiltration3pspatialparams.hh +++ b/test/implicit/3p/infiltration3pspatialparams.hh @@ -178,7 +178,7 @@ private: { return 70. <= globalPos[0] && globalPos[0] <= 85. && 7.0 <= globalPos[1] && globalPos[1] <= 7.50; - }; + } Scalar fineK_; Scalar coarseK_; diff --git a/test/implicit/3p3c/infiltrationspatialparameters.hh b/test/implicit/3p3c/infiltrationspatialparameters.hh index 9205c6ce1f11fb7d2912454e2920924774234b3c..5cc95852545d16360a3998011de7fec94b71e6c5 100644 --- a/test/implicit/3p3c/infiltrationspatialparameters.hh +++ b/test/implicit/3p3c/infiltrationspatialparameters.hh @@ -143,7 +143,7 @@ public: */ void update(const SolutionVector &globalSolution) { - }; + } /*! * \brief Apply the intrinsic permeability tensor to a pressure @@ -277,7 +277,7 @@ private: { return 70. <= globalPos[0] && globalPos[0] <= 85. && 7.0 <= globalPos[1] && globalPos[1] <= 7.50; - }; + } Scalar fineK_; Scalar coarseK_; diff --git a/test/implicit/3p3cni/columnxylolspatialparams.hh b/test/implicit/3p3cni/columnxylolspatialparams.hh index 5442351279421812de4fd6c09e2f04d8deaea3b6..468d3d1ac7b18e08c403c31571c323afac08cfc9 100644 --- a/test/implicit/3p3cni/columnxylolspatialparams.hh +++ b/test/implicit/3p3cni/columnxylolspatialparams.hh @@ -154,7 +154,7 @@ public: */ void update(const SolutionVector &globalSolution) { - }; + } /*! * \brief Apply the intrinsic permeability tensor to a pressure @@ -286,7 +286,7 @@ private: if (0.90 <= globalPos[1]) return true; else return false; - }; + } Scalar fineK_; Scalar coarseK_; diff --git a/test/implicit/3p3cni/kuevettespatialparams.hh b/test/implicit/3p3cni/kuevettespatialparams.hh index 6b859cc82b8d90354353fd28229e840d2747ed05..9213447fb2720f8764ffaf81c31ae0f27d27b3e3 100644 --- a/test/implicit/3p3cni/kuevettespatialparams.hh +++ b/test/implicit/3p3cni/kuevettespatialparams.hh @@ -152,7 +152,7 @@ public: */ void update(const SolutionVector &globalSolution) { - }; + } /*! * \brief Apply the intrinsic permeability tensor to a pressure @@ -283,7 +283,7 @@ private: else if (0.15 >= globalPos[1] && 1.20 <= globalPos[0]) return true; else return false; - }; + } Scalar fineK_; Scalar coarseK_; diff --git a/test/implicit/co2/heterogeneousproblem.hh b/test/implicit/co2/heterogeneousproblem.hh index 28fd3b4385f37991041ad51031bf294e26c69b12..1dbf83ec4f5a8f627d237ded3ae0a4b7c669a8f5 100644 --- a/test/implicit/co2/heterogeneousproblem.hh +++ b/test/implicit/co2/heterogeneousproblem.hh @@ -524,7 +524,7 @@ private: { Scalar T = 283.0 + (depthBOR_ - globalPos[dim-1])*0.03; return T; - }; + } Scalar depthBOR_; Scalar injectionRate_; diff --git a/test/implicit/co2ni/heterogeneousproblemni.hh b/test/implicit/co2ni/heterogeneousproblemni.hh index b2972236d56981e14688f5ab8306829633802b58..8e25013880f7a5bc7c967a6789bef7c494d0c421 100644 --- a/test/implicit/co2ni/heterogeneousproblemni.hh +++ b/test/implicit/co2ni/heterogeneousproblemni.hh @@ -533,7 +533,7 @@ private: { Scalar T = 283.0 + (depthBOR_ - globalPos[dim-1])*0.03; return T; - }; + } Scalar depthBOR_; Scalar injectionRate_; diff --git a/test/implicit/mpnc/combustionproblem1c.hh b/test/implicit/mpnc/combustionproblem1c.hh index 5941635103de927cb1e31203fb0ec64d983c9f7f..0bd5c0b6ffa022dbe162b669f59289fc8dd957cb 100644 --- a/test/implicit/mpnc/combustionproblem1c.hh +++ b/test/implicit/mpnc/combustionproblem1c.hh @@ -309,7 +309,7 @@ public: * This is not specific to the discretization. */ Scalar temperature() const - { return TInitial_; }; + { return TInitial_; } /*! * \name Problem Params @@ -330,7 +330,7 @@ public: Scalar boxTemperature(const Element &element, const FVElementGeometry &fvGeometry, const unsigned int scvIdx) const - { return TInitial_; }; + { return TInitial_; } // \} diff --git a/test/implicit/mpnc/obstaclespatialparams.hh b/test/implicit/mpnc/obstaclespatialparams.hh index 011de1cd02b544863c782c8f2d7ba4a16c40c614..4ea90713a846ca69406b05b3509c55f5acbc7449 100644 --- a/test/implicit/mpnc/obstaclespatialparams.hh +++ b/test/implicit/mpnc/obstaclespatialparams.hh @@ -139,7 +139,7 @@ public: */ void update(const SolutionVector &globalSol) { - }; + } /*! * \brief Returns the intrinsic permeability tensor. @@ -197,7 +197,7 @@ private: return 10 <= pos[0] && pos[0] <= 20 && 0 <= pos[1] && pos[1] <= 35; - }; + } Scalar coarseK_; Scalar fineK_;