From e6430390a56cd6de13f6c64185f3548213786055 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 12 Dec 2020 13:36:45 +0100 Subject: [PATCH] Added a function to save all fields in signe phase flows --- CoreFlows/Models/inc/SinglePhase.hxx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CoreFlows/Models/inc/SinglePhase.hxx b/CoreFlows/Models/inc/SinglePhase.hxx index 18c313f..898b77a 100755 --- a/CoreFlows/Models/inc/SinglePhase.hxx +++ b/CoreFlows/Models/inc/SinglePhase.hxx @@ -44,6 +44,14 @@ public : // double trace(const int &numBord, Vec &out)=0; void testConservation(); + /** \fn saveAllFields + * \brief saves every interesting field in a separate file + * @param boolean saveAllFields + * */ + void saveAllFields(bool saveAllFields=true){ + _saveAllFields=saveAllFields; + } + void save(); /** \fn setIntletBoundaryCondition -- 2.39.2