.. _knowledge_base_heatEquationSolver: :ref:`heatEquationSolver ` ========================================================= :code:`equationEvalFrequency` ------------------------------ For steady simulations the default value for :code:`equationEvalFrequency` is 10, which means if the flow solver is evaluated at every pseudo step, the heat solver is evaluated every 10 pseudo steps of the flow solution. This parameter essentially controls the feedback frequency from the solid to the fluid. It should always be greater than or equal to the :code:`equationEvalFrequency` of the flow solver. :code:`linearSolverConfig` -------------------------- :code:`linearSolverConfig` controls the settings of the linear solver. Either :code:`absoluteTolerance` or :code:`relativeTolerance` can be used to determine the convergence of the linear solver. Together with :code:`maxIterations`, they determine how much the heat equation solver residual converges in each pseudo step.