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

@ -24,7 +24,7 @@ boundaryField
inlet
{
type fixedValue;
value uniform (-3 0 0);
value uniform (-2 0 0);
}
outlet
{

View File

@ -23,7 +23,7 @@ startTime 0;
stopAt endTime;
endTime 600;
endTime 400;
deltaT 0.0001;