fluid sim
This commit is contained in:
parent
4eed90072a
commit
86236a1c90
47 changed files with 4371 additions and 7077 deletions
|
|
@ -6,16 +6,16 @@ FoamFile
|
|||
object T;
|
||||
}
|
||||
|
||||
dimensions [ 0 0 0 1 0 0 0 ];
|
||||
dimensions [ 0 0 0 1 0 0 0 ]; // K
|
||||
|
||||
internalField uniform 300;
|
||||
internalField uniform 291.15; // 18 Celsius + 273.15 Kelvin
|
||||
|
||||
boundaryField
|
||||
{
|
||||
interface
|
||||
{
|
||||
type fixedGradient;
|
||||
gradient uniform 0;
|
||||
type fixedValue;
|
||||
value uniform 400.0;
|
||||
}
|
||||
inlet
|
||||
{
|
||||
|
|
@ -38,12 +38,4 @@ boundaryField
|
|||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
outerWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue