fix fluid
This commit is contained in:
parent
9afdebd128
commit
4866b23e34
3 changed files with 6 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ boundaryField
|
||||||
{
|
{
|
||||||
interface
|
interface
|
||||||
{
|
{
|
||||||
type slip;
|
type noSlip;
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|
@ -35,6 +35,6 @@ boundaryField
|
||||||
}
|
}
|
||||||
slip-bottom
|
slip-bottom
|
||||||
{
|
{
|
||||||
type slip;
|
type noSlip;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e -u
|
set -e -u
|
||||||
|
|
||||||
. ../../tools/cleaning-tools.sh
|
. ../preCICE_tools/cleaning-tools.sh
|
||||||
|
|
||||||
clean_openfoam .
|
clean_openfoam .
|
||||||
|
|
|
||||||
|
|
@ -14,13 +14,13 @@ startTime 0.0;
|
||||||
|
|
||||||
stopAt endTime;
|
stopAt endTime;
|
||||||
|
|
||||||
endTime 5.0;
|
endTime 1.0;
|
||||||
|
|
||||||
deltaT 1.0;
|
deltaT 0.01;
|
||||||
|
|
||||||
writeControl runTime;
|
writeControl runTime;
|
||||||
|
|
||||||
writeInterval 1.0;
|
writeInterval 0.01;
|
||||||
|
|
||||||
purgeWrite 0;
|
purgeWrite 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue