Reducing running time in controlDict
This commit is contained in:
sergio
2018-12-03 16:06:20 -08:00
parent 798ede77ec
commit 942a7f8565
8 changed files with 8 additions and 8 deletions

View File

@ -22,7 +22,7 @@ startTime 0;
stopAt endTime;
endTime 350;
endTime 150;
deltaT 0.001;

View File

@ -14,7 +14,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
numberOfSubdomains 20;
numberOfSubdomains 8;
method structured;

View File

@ -23,7 +23,7 @@ startTime 0;
stopAt endTime;
endTime 10000;
endTime 5000;
deltaT 1;