mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STY:
Reducing running time in controlDict
This commit is contained in:
@ -24,7 +24,7 @@ boundaryField
|
||||
inlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (-3 0 0);
|
||||
value uniform (-2 0 0);
|
||||
}
|
||||
outlet
|
||||
{
|
||||
|
||||
@ -23,7 +23,7 @@ startTime 0;
|
||||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 600;
|
||||
endTime 400;
|
||||
|
||||
deltaT 0.0001;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user