Changed lduMatrix::solverPerformance to lduSolverPerformance inside corresponding solvers

This commit is contained in:
Vanja Skuric 2016-06-05 00:39:27 +02:00
parent 958063aedb
commit a6e53dc3f1
18 changed files with 19 additions and 19 deletions

View file

@ -102,7 +102,7 @@ int main(int argc, char *argv[])
//# include "waveCourantNo.H"
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 0;
scalar relativeResidual = 1;
//scalar forceResidual = 1;

View file

@ -86,7 +86,7 @@ int main(int argc, char *argv[])
//# include "waveCourantNo.H"
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 0;
scalar relativeResidual = 1;
//scalar forceResidual = 1;

View file

@ -70,7 +70,7 @@ int main(int argc, char *argv[])
int iCorr = 0;
scalar initialResidual = 0;
scalar relativeResidual = 1.0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
lduMatrix::debug = 0;
do

View file

@ -60,7 +60,7 @@ int main(int argc, char *argv[])
int iCorr = 0;
scalar initialResidual = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar relativeResidual = 1.0;
lduMatrix::debug=0;

View file

@ -62,7 +62,7 @@ int main(int argc, char *argv[])
int iCorr = 0;
scalar initialResidual = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar relativeResidual = 1.0;
lduMatrix::debug = 0;

View file

@ -73,7 +73,7 @@ int main(int argc, char *argv[])
# include "readSolidMechanicsControls.H"
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 1.0;
scalar relativeResidual = 1.0;
lduMatrix::debug = 0;

View file

@ -103,7 +103,7 @@ int main(int argc, char *argv[])
//# include "waveCourantNo.H"
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 0;
scalar relativeResidual = 1;
//scalar forceResidual = 1;

View file

@ -78,7 +78,7 @@ int main(int argc, char *argv[])
# include "readSolidMechanicsControls.H"
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 1.0;
lduMatrix::debug = 0;

View file

@ -67,7 +67,7 @@ int main(int argc, char *argv[])
# include "readSolidMechanicsControls.H"
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 1.0;
scalar relativeResidual = 1.0;
lduMatrix::debug = 0;

View file

@ -64,7 +64,7 @@ int main(int argc, char *argv[])
int iCorr = 0;
scalar initialResidual = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar relativeResidual = GREAT;
lduMatrix::debug = 0;

View file

@ -80,7 +80,7 @@ int main(int argc, char *argv[])
# include "readSolidMechanicsControls.H"
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 0;
scalar relativeResidual = 1.0;
lduMatrix::debug = 0;

View file

@ -65,7 +65,7 @@ int main(int argc, char *argv[])
# include "readSolidMechanicsControls.H"
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 1.0;
scalar relativeResidual = 1.0;
scalar plasticResidual = 1.0;

View file

@ -69,7 +69,7 @@ int main(int argc, char *argv[])
# include "readSolidMechanicsControls.H"
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 1.0;
scalar relativeResidual = 1.0;
// lduMatrix::debug = 0;

View file

@ -66,8 +66,8 @@ int main(int argc, char *argv[])
scalar initialResidual = 1.0;
scalar relResT = 1.0;
scalar relResU = 1.0;
lduMatrix::solverPerformance solverPerfU;
lduMatrix::solverPerformance solverPerfT;
lduSolverPerformance solverPerfU;
lduSolverPerformance solverPerfT;
lduMatrix::debug = 0;
// solve energy equation for temperature

View file

@ -2,7 +2,7 @@
# include "readSolidMechanicsControls.H"
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 0;
lduMatrix::debug = 0;

View file

@ -2,7 +2,7 @@
# include "readSolidMechanicsControls.H"
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 0;
lduMatrix::debug = 0;

View file

@ -11,7 +11,7 @@
Info << "lambda = " << average(lambda.internalField()) << endl;
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 0;
scalar err = GREAT;

View file

@ -73,7 +73,7 @@ int main(int argc, char *argv[])
Info << "average lambda = " << average(lambdaf.internalField()) << endl;
int iCorr = 0;
lduMatrix::solverPerformance solverPerf;
lduSolverPerformance solverPerf;
scalar initialResidual = 1.0;
scalar residual = 1.0;
surfaceSymmTensorField DSigmaCorrf = fvc::interpolate(DSigmaCorr);