From e5def6937072a398895765cbda2c63ca408da0dc Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 15 Dec 2020 19:43:12 +0100 Subject: [PATCH] Added a function to set the directory where numerical results will be saved --- CoreFlows/Models/inc/ProblemCoreFlows.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CoreFlows/Models/inc/ProblemCoreFlows.hxx b/CoreFlows/Models/inc/ProblemCoreFlows.hxx index 9d84ad1..af16869 100755 --- a/CoreFlows/Models/inc/ProblemCoreFlows.hxx +++ b/CoreFlows/Models/inc/ProblemCoreFlows.hxx @@ -473,6 +473,16 @@ public : _saveFormat=saveFileFormat; } + /** \fn setResultDirectory + * \brief sets the directory where the results will be saved + * \details + * \param [in] resultsPath + * \param [out] void + * */ + void setResultDirectory(string resultsPath){ + _path=resultsPath; + } + //Couplages Thermohydraulique-thermique-neutronique *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* /** \fn setHeatPowerField -- 2.39.2