OpenFOAM-4.x/applications/solvers/stressAnalysis/solidDisplacementFoam
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
..
Make ddtScheme::fvcDdtPhiCoeff: Zero ddtCorr on AMIs 2015-03-24 15:23:01 +00:00
tractionDisplacement Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
calculateStress.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
createFields.H fluxRequired: Added setFluxRequired function to fvSchemes class 2015-07-15 21:57:16 +01:00
createSolidDisplacementFoamControls.H Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
readMechanicalProperties.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
readSolidDisplacementFoamControls.H Resolve various unimportant warning messages from Gcc, Clang and Icpc 2015-07-19 11:31:49 +01:00
readThermalProperties.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
solidDisplacementFoam.C SolverPerformance: Complete the integration of the templated SolverPerformance<Type> 2015-11-10 08:50:11 +00:00