From: michael Date: Sat, 12 Dec 2020 12:36:45 +0000 (+0100) Subject: Added a function to save all fields in signe phase flows X-Git-Tag: V9_7_0~102 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e6430390a56cd6de13f6c64185f3548213786055;p=tools%2Fsolverlab.git Added a function to save all fields in signe phase flows --- 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