@@ -60,29 +60,25 @@ class CHeatIteration : public CFluidIteration {
6060 CVolumetricMovement*** grid_movement, CFreeFormDefBox*** FFDBox, unsigned short val_iZone,
6161 unsigned short val_iInst) override ;
6262
63- /* !
64- * \brief Iterate the heat system for a number of Inner_Iter iterations.
65- * \param[in] output - Pointer to the COutput class.
66- * \param[in] integration - Container vector with all the integration methods.
67- * \param[in] geometry - Geometrical definition of the problem.
68- * \param[in] solver - Container vector with all the solutions.
69- * \param[in] numerics - Description of the numerical method (the way in which the equations are solved).
70- * \param[in] config - Definition of the particular problem.
71- * \param[in] surface_movement - Surface movement classes of the problem.
72- * \param[in] grid_movement - Volume grid movement classes of the problem.
73- * \param[in] FFDBox - FFD FFDBoxes of the problem.
74- */
75- void Solve (COutput* output, CIntegration**** integration, CGeometry**** geometry, CSolver***** solver,
76- CNumerics****** numerics, CConfig** config, CSurfaceMovement** surface_movement,
77- CVolumetricMovement*** grid_movement, CFreeFormDefBox*** FFDBox, unsigned short val_iZone,
78- unsigned short val_iInst) override ;
79-
8063 /* !
8164 * \brief Updates the containers for the heat system.
82- * \param[in] ??? - Description here.
8365 */
8466 void Update (COutput* output, CIntegration**** integration, CGeometry**** geometry, CSolver***** solver,
8567 CNumerics****** numerics, CConfig** config, CSurfaceMovement** surface_movement,
8668 CVolumetricMovement*** grid_movement, CFreeFormDefBox*** FFDBox, unsigned short val_iZone,
8769 unsigned short val_iInst) override ;
70+
71+ /* !
72+ * \brief Override the preprocessing of CFluidIteration.
73+ */
74+ inline void Preprocess (COutput*, CIntegration****, CGeometry****, CSolver*****, CNumerics******, CConfig**,
75+ CSurfaceMovement**, CVolumetricMovement***, CFreeFormDefBox***, unsigned short ,
76+ unsigned short ) override {}
77+
78+ /* !
79+ * \brief Override the postprocessing of CFluidIteration.
80+ */
81+ inline void Postprocess (COutput*, CIntegration****, CGeometry****, CSolver*****, CNumerics******, CConfig**,
82+ CSurfaceMovement**, CVolumetricMovement***, CFreeFormDefBox***, unsigned short ,
83+ unsigned short ) override {}
8884};
0 commit comments