]> SALOME platform Git repositories - tools/solverlab.git/commitdiff
Salome HOME
Added a function to save all fields in signe phase flows
authormichael <michael@localhost.localdomain>
Sat, 12 Dec 2020 12:36:45 +0000 (13:36 +0100)
committermichael <michael@localhost.localdomain>
Sat, 12 Dec 2020 12:36:45 +0000 (13:36 +0100)
CoreFlows/Models/inc/SinglePhase.hxx

index 18c313fa7f79025b049dce7d3d7b18d8ed3493bb..898b77a28db60b2f805c2810f02e6ef59fc7ccb7 100755 (executable)
@@ -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