diff --git a/test/freeflow/navierstokes/channel/1d/problem.hh b/test/freeflow/navierstokes/channel/1d/problem.hh index 7211d4a99066615eb1866520097d43291852acc2..1ce84007d779eb9c8eb3dc0c50cdc7c83b197835 100644 --- a/test/freeflow/navierstokes/channel/1d/problem.hh +++ b/test/freeflow/navierstokes/channel/1d/problem.hh @@ -119,11 +119,6 @@ public: */ // \{ - bool shouldWriteRestartFile() const - { - return false; - } - void printL2Error(const SolutionVector& curSol) const { if(printL2Error_) diff --git a/test/freeflow/navierstokes/closedsystem/problem.hh b/test/freeflow/navierstokes/closedsystem/problem.hh index 1d8af19ef7c544485e139582dd1ad30e1db12646..5baadd27fabddd0debc1f75bde009c85edcdc345 100644 --- a/test/freeflow/navierstokes/closedsystem/problem.hh +++ b/test/freeflow/navierstokes/closedsystem/problem.hh @@ -108,12 +108,6 @@ public: */ // \{ - - bool shouldWriteRestartFile() const - { - return false; - } - /*! * \brief Returns the temperature within the domain in [K]. * diff --git a/test/freeflow/navierstokes/donea/problem.hh b/test/freeflow/navierstokes/donea/problem.hh index c66f49b1295d05d80606ecf62b5a4fd56469e7cb..5f3e2507e948940d04d2a3be174dce666cad65d0 100644 --- a/test/freeflow/navierstokes/donea/problem.hh +++ b/test/freeflow/navierstokes/donea/problem.hh @@ -117,11 +117,6 @@ public: */ // \{ - bool shouldWriteRestartFile() const - { - return false; - } - void printL2Error(const SolutionVector& curSol) const { if(printL2Error_) diff --git a/test/freeflow/navierstokes/kovasznay/problem.hh b/test/freeflow/navierstokes/kovasznay/problem.hh index a24810faa77a496f8389e4aa6ea69c4faef1ddbb..fb2cd37ef62ed9484385b8369e344727c03dc4e9 100644 --- a/test/freeflow/navierstokes/kovasznay/problem.hh +++ b/test/freeflow/navierstokes/kovasznay/problem.hh @@ -127,11 +127,6 @@ public: */ // \{ - bool shouldWriteRestartFile() const - { - return false; - } - void printL2Error(const SolutionVector& curSol) const { if(printL2Error_) diff --git a/test/freeflow/navierstokesnc/channel/problem.hh b/test/freeflow/navierstokesnc/channel/problem.hh index 24d7ad2860f30bc89737de435280640e3f92e813..fd6fd5b644bd760e7681845c52c1858759726105 100644 --- a/test/freeflow/navierstokesnc/channel/problem.hh +++ b/test/freeflow/navierstokesnc/channel/problem.hh @@ -140,11 +140,6 @@ public: */ // \{ - bool shouldWriteRestartFile() const - { - return false; - } - /*! * \brief Returns the temperature within the domain in [K]. * diff --git a/test/freeflow/navierstokesnc/densitydrivenflow/problem.hh b/test/freeflow/navierstokesnc/densitydrivenflow/problem.hh index 13465cc26c298ff9c301ce6af165169cc3273f7c..45b20a77063c784b99603c84059201b58d783d75 100644 --- a/test/freeflow/navierstokesnc/densitydrivenflow/problem.hh +++ b/test/freeflow/navierstokesnc/densitydrivenflow/problem.hh @@ -128,11 +128,6 @@ public: */ // \{ - bool shouldWriteRestartFile() const - { - return false; - } - /*! * \brief Returns the temperature within the domain in [K]. * diff --git a/test/freeflow/rans/problem.hh b/test/freeflow/rans/problem.hh index db7365642f6e408584fdf773ccc3aa526cfbe117..1c4246d16f06d6f19d23032e956206ee95770d0f 100644 --- a/test/freeflow/rans/problem.hh +++ b/test/freeflow/rans/problem.hh @@ -185,11 +185,6 @@ public: return sandGrainRoughness_; } - bool shouldWriteRestartFile() const - { - return false; - } - /*! * \brief Returns the temperature [K] within the domain for the isothermal model. */ diff --git a/test/freeflow/ransnc/problem.hh b/test/freeflow/ransnc/problem.hh index be507c1f8635a128504f70384848790e35301c99..77641e476d516421c259b8c080547ee159318c0a 100644 --- a/test/freeflow/ransnc/problem.hh +++ b/test/freeflow/ransnc/problem.hh @@ -181,12 +181,6 @@ public: return globalPos[1] < eps_; } - - bool shouldWriteRestartFile() const - { - return false; - } - /*! * \brief Returns the temperature within the domain in [K]. * diff --git a/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/problem_darcy.hh b/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/problem_darcy.hh index 16415514d1f5987f5f246bf831dd802e8b1ab315..9f95be0e7079165ebea6a762d73bd5fbd8626b49 100644 --- a/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/problem_darcy.hh +++ b/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/problem_darcy.hh @@ -143,25 +143,11 @@ public: initialMoleFraction_ = getParamFromGroup<Scalar>(this->paramGroup(), "Problem.InitialMoleFraction"); } - /*! - * \name Simulation steering - */ - // \{ - - /*! - * \brief Returns true if a restart file should be written to disk. - */ - bool shouldWriteRestartFile() const - { return false; } - /*! * \name Problem parameters */ // \{ - bool shouldWriteOutput() const // define output - { return true; } - /*! * \brief Returns the temperature within the domain in [K]. * diff --git a/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/problem_stokes.hh b/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/problem_stokes.hh index ee042236357d57aaec7cef4e6e6c9c5fe6d31e44..c549f9dbcff6d73446cd9c7e4de4efdc732abe28 100644 --- a/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/problem_stokes.hh +++ b/test/multidomain/boundary/stokesdarcy/1p2c_1p2c/diffusionlawcomparison/problem_stokes.hh @@ -135,9 +135,6 @@ public: */ // \{ - bool shouldWriteRestartFile() const - { return false; } - /*! * \brief Returns the temperature within the domain in [K]. * diff --git a/test/multidomain/boundary/stokesdarcy/1p2c_2p2c/problem_darcy.hh b/test/multidomain/boundary/stokesdarcy/1p2c_2p2c/problem_darcy.hh index 9b33da50be89c7a5fe7340fe5d7205b1e1cf985d..532768463bc28758144d0275c0c4dc6128a58d00 100644 --- a/test/multidomain/boundary/stokesdarcy/1p2c_2p2c/problem_darcy.hh +++ b/test/multidomain/boundary/stokesdarcy/1p2c_2p2c/problem_darcy.hh @@ -146,11 +146,6 @@ public: return problemName_; } - /*! - * \name Simulation steering - */ - // \{ - template<class SolutionVector, class GridVariables> void printWaterMass(const SolutionVector& curSol, const GridVariables& gridVariables, @@ -183,20 +178,11 @@ public: std::cout << std::setprecision(15) << "mass of water is: " << massWater << std::endl; } - /*! - * \brief Returns true if a restart file should be written to disk. - */ - bool shouldWriteRestartFile() const - { return false; } - /*! * \name Problem parameters */ // \{ - bool shouldWriteOutput() const //define output - { return true; } - /*! * \brief Returns the temperature within the domain in [K]. */ diff --git a/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/problem_darcy.hh b/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/problem_darcy.hh index 9fdb6227b7f9fc673b15fcb1946d6181b748f14f..d92060c217fb2ad8a99e23044f45a29ac4e24ff5 100644 --- a/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/problem_darcy.hh +++ b/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/problem_darcy.hh @@ -135,25 +135,11 @@ public: initialMoleFractionCO2_ = getParamFromGroup<Scalar>(this->paramGroup(), "Problem.InitialMoleFractionCO2"); } - /*! - * \name Simulation steering - */ - // \{ - - /*! - * \brief Returns true if a restart file should be written to disk. - */ - bool shouldWriteRestartFile() const - { return false; } - /*! * \name Problem parameters */ // \{ - bool shouldWriteOutput() const // define output - { return true; } - /*! * \brief Returns the temperature within the domain in [K]. * diff --git a/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/problem_stokes.hh b/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/problem_stokes.hh index 23ed8d862653da341f428e48b21dcf6d5daf4b8d..aaaa4553a7fb48042cc80225542bf75d1a8a26b8 100644 --- a/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/problem_stokes.hh +++ b/test/multidomain/boundary/stokesdarcy/1p3c_1p3c/problem_stokes.hh @@ -120,9 +120,6 @@ public: */ // \{ - bool shouldWriteRestartFile() const - { return false; } - /*! * \brief Returns the temperature within the domain in [K]. * @@ -131,13 +128,6 @@ public: Scalar temperature() const { return 273.15 + 10; } // 10°C - /*! - * \brief Returns the sources within the domain. - * - * \param globalPos The global position - */ - NumEqVector sourceAtPos(const GlobalPosition &globalPos) const - { return NumEqVector(0.0); } // \} /*! diff --git a/test/multidomain/boundary/stokesdarcy/1p_2p/problem_darcy.hh b/test/multidomain/boundary/stokesdarcy/1p_2p/problem_darcy.hh index 1450aafa40b66c02e1fcf134d8b757a116b94c76..f32b5c92d6cc8a458517508b75022d3feccef014 100644 --- a/test/multidomain/boundary/stokesdarcy/1p_2p/problem_darcy.hh +++ b/test/multidomain/boundary/stokesdarcy/1p_2p/problem_darcy.hh @@ -128,26 +128,11 @@ public: return problemName_; } - /*! - * \name Simulation steering - */ - // \{ - - /*! - * \brief Returns true if a restart file should be written to disk. - */ - bool shouldWriteRestartFile() const - { return false; } - /*! * \name Problem parameters */ // \{ - bool shouldWriteOutput() const // define output - { return true; } - - /*! * \brief Returns the temperature within the domain in [K]. * diff --git a/test/multidomain/boundary/stokesdarcy/1p_2p/problem_stokes.hh b/test/multidomain/boundary/stokesdarcy/1p_2p/problem_stokes.hh index ed5c35b2e380b14be5ab0281f45597cb84a219cf..dbcb19217a76f3230521278b4001a3da54af116b 100644 --- a/test/multidomain/boundary/stokesdarcy/1p_2p/problem_stokes.hh +++ b/test/multidomain/boundary/stokesdarcy/1p_2p/problem_stokes.hh @@ -114,9 +114,6 @@ public: */ // \{ - bool shouldWriteRestartFile() const - { return false; } - /*! * \brief Returns the temperature within the domain in [K]. */ diff --git a/test/porousmediumflow/mpnc/implicit/obstacle/problem.hh b/test/porousmediumflow/mpnc/implicit/obstacle/problem.hh index 6f6ab94d2d8107b4d6ae5a7bfc07a6e124266590..faa0e93d53599c9e2aa8754ab9d7f4cd414ffbb2 100644 --- a/test/porousmediumflow/mpnc/implicit/obstacle/problem.hh +++ b/test/porousmediumflow/mpnc/implicit/obstacle/problem.hh @@ -198,14 +198,6 @@ public: Scalar temperature() const { return temperature_; } - /*! - * \brief Write a restart file? - */ - bool shouldWriteRestartFile() const - { - return ParentType::shouldWriteRestartFile(); - } - // \} /*!