Fixed icoFoam tutorials
This commit is contained in:
parent
ca7d381e05
commit
5d6e83b834
4 changed files with 1 additions and 19 deletions
|
@ -54,12 +54,6 @@ boundaryField
|
|||
type mixingPlane;
|
||||
}
|
||||
|
||||
top
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
|
|
|
@ -24,7 +24,7 @@ stopAt endTime;
|
|||
|
||||
endTime 5.5;
|
||||
|
||||
deltaT 0.005;
|
||||
deltaT 0.001;
|
||||
|
||||
writeControl timeStep;
|
||||
|
||||
|
|
|
@ -54,12 +54,6 @@ boundaryField
|
|||
type mixingPlane;
|
||||
}
|
||||
|
||||
top
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
|
|
|
@ -54,12 +54,6 @@ boundaryField
|
|||
type mixingPlane;
|
||||
}
|
||||
|
||||
top
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
|
||||
frontAndBack
|
||||
{
|
||||
type empty;
|
||||
|
|
Reference in a new issue