updates
This commit is contained in:
parent
da569352cc
commit
cf9fc66198
3 changed files with 6 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
||||||
*.GCC_
|
*.GCC_
|
||||||
*.o
|
*.o
|
||||||
|
*.log
|
||||||
|
CMakeFiles/
|
||||||
|
|
@ -14,8 +14,8 @@ boundaryField
|
||||||
{
|
{
|
||||||
interface
|
interface
|
||||||
{
|
{
|
||||||
type fixedValue;
|
type fixedGradient;
|
||||||
value uniform 400.0;
|
gradient uniform 0;
|
||||||
}
|
}
|
||||||
inlet
|
inlet
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ FoamFile
|
||||||
|
|
||||||
dz 0.01;
|
dz 0.01;
|
||||||
|
|
||||||
r_inner 0.077; // inner cup radius (without walls)
|
r_inner 0.083; // inner cup radius (without walls)
|
||||||
dx1 #calc "$r_inner/2";
|
dx1 #calc "$r_inner/2";
|
||||||
|
|
||||||
y 0.105; // top of cup
|
y 0.105; // top of cup
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue