OpenFOAM-4.x/applications/solvers
Henry Weller 1944b09bb5 SolverPerformance: Complete the integration of the templated SolverPerformance<Type>
Now solvers return solver performance information for all components
with backward compatibility provided by the "max" function which created
the scalar solverPerformance from the maximum component residuals from
the SolverPerformance<Type>.

The residuals functionObject has been upgraded to support
SolverPerformance<Type> so that now the initial residuals for all
(valid) components are tabulated, e.g. for the cavity tutorial case the
residuals for p, Ux and Uy are listed vs time.

Currently the residualControl option of pimpleControl and simpleControl
is supported in backward compatibility mode (only the maximum component
residual is considered) but in the future this will be upgraded to
support convergence control for the components individually.

This development started from patches provided by Bruno Santos, See
http://www.openfoam.org/mantisbt/view.php?id=1824
2015-11-10 08:50:11 +00:00
..
basic Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
combustion Updated notImplemented -> NotImplemented 2015-11-01 10:26:37 +00:00
compressible dimensionedType: rationalize lookupOrDefault and lookupOrAddToDict 2015-10-01 17:29:29 +01:00
discreteMethods DSMC: Rationalization and addition of mapping support 2015-02-20 17:24:14 +00:00
DNS/dnsFoam dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
electromagnetics dimensioned<Type>: Added constructor from name, dimensions and dictionary 2015-07-21 12:57:07 +01:00
financial/financialFoam Input of dimensionedScalars: update read-construction of dimensionedScalar in applications 2015-07-20 22:52:53 +01:00
heatTransfer buoyantBoussinesqSimpleFoam: Add support for radiative heat-transfer consistent with buoyantBoussinesqPimpleFoam 2015-10-30 13:58:17 +00:00
incompressible boundaryFoam: Remove unsupported 'parallel' option 2015-10-17 20:20:28 +01:00
lagrangian dimensionedType: rationalize lookupOrDefault and lookupOrAddToDict 2015-10-01 17:29:29 +01:00
multiphase reactingEulerFoam: Moved dilatation from AnisothermalPhaseModel to MovingPhaseModel 2015-11-06 15:35:50 +00:00
stressAnalysis SolverPerformance: Complete the integration of the templated SolverPerformance<Type> 2015-11-10 08:50:11 +00:00