ENH: residuals function object - extended to write residual fields
Residual fields can be written using the new 'writeFields' entry, e.g. functions { residual { type residuals; libs ("libutilityFunctionObjects.so"); fields (".*"); writeControl writeTime; writeFields true; } } Fields currently correspond to the initial residual for the last solver iteration.
Showing
- src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C 35 additions, 0 deletionssrc/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.C
- src/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H 14 additions, 5 deletionssrc/OpenFOAM/matrices/lduMatrix/lduMatrix/lduMatrix.H
- src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverSolve.C 4 additions, 0 deletions...penFOAM/matrices/lduMatrix/solvers/GAMG/GAMGSolverSolve.C
- src/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.C 4 additions, 0 deletionssrc/OpenFOAM/matrices/lduMatrix/solvers/PBiCG/PBiCG.C
- src/OpenFOAM/matrices/lduMatrix/solvers/PBiCGStab/PBiCGStab.C 4 additions, 0 deletions...OpenFOAM/matrices/lduMatrix/solvers/PBiCGStab/PBiCGStab.C
- src/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.C 9 additions, 5 deletionssrc/OpenFOAM/matrices/lduMatrix/solvers/PCG/PCG.C
- src/OpenFOAM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.C 15 additions, 11 deletions...AM/matrices/lduMatrix/solvers/smoothSolver/smoothSolver.C
- src/OpenFOAM/meshes/GeoMesh/GeoMesh.H 6 additions, 0 deletionssrc/OpenFOAM/meshes/GeoMesh/GeoMesh.H
- src/OpenFOAM/meshes/lduMesh/lduMesh.H 3 additions, 0 deletionssrc/OpenFOAM/meshes/lduMesh/lduMesh.H
- src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H 8 additions, 0 deletionssrc/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.H
- src/finiteVolume/fvMesh/fvMesh.H 6 additions, 0 deletionssrc/finiteVolume/fvMesh/fvMesh.H
- src/functionObjects/utilities/residuals/residuals.C 100 additions, 16 deletionssrc/functionObjects/utilities/residuals/residuals.C
- src/functionObjects/utilities/residuals/residuals.H 18 additions, 2 deletionssrc/functionObjects/utilities/residuals/residuals.H
- src/functionObjects/utilities/residuals/residualsTemplates.C 38 additions, 4 deletionssrc/functionObjects/utilities/residuals/residualsTemplates.C
Please register or sign in to comment