fluid sim
This commit is contained in:
parent
4eed90072a
commit
86236a1c90
47 changed files with 4371 additions and 7077 deletions
137
fluid-openfoam/1/T
Normal file
137
fluid-openfoam/1/T
Normal file
|
|
@ -0,0 +1,137 @@
|
|||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||||
| \\ / O peration | Version: 2512 |
|
||||
| \\ / A nd | Website: www.openfoam.com |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
arch "LSB;label=32;scalar=64";
|
||||
class volScalarField;
|
||||
location "1";
|
||||
object T;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 0 0 1 0 0 0];
|
||||
|
||||
internalField nonuniform List<scalar>
|
||||
75
|
||||
(
|
||||
291.674
|
||||
293.223
|
||||
296.333
|
||||
302.818
|
||||
316.948
|
||||
291.613
|
||||
292.953
|
||||
295.513
|
||||
300.398
|
||||
309.497
|
||||
291.531
|
||||
292.607
|
||||
294.552
|
||||
297.975
|
||||
303.701
|
||||
291.462
|
||||
292.327
|
||||
293.824
|
||||
296.312
|
||||
300.222
|
||||
291.424
|
||||
292.177
|
||||
293.45
|
||||
295.501
|
||||
298.632
|
||||
363.554
|
||||
378.862
|
||||
384.782
|
||||
387.658
|
||||
388.11
|
||||
331.681
|
||||
348.454
|
||||
358.986
|
||||
365.764
|
||||
369.37
|
||||
316.119
|
||||
329.506
|
||||
340.463
|
||||
348.937
|
||||
354.817
|
||||
308.331
|
||||
318.803
|
||||
328.933
|
||||
337.828
|
||||
344.884
|
||||
305.031
|
||||
314.008
|
||||
323.473
|
||||
332.364
|
||||
339.869
|
||||
378.568
|
||||
373.149
|
||||
369.368
|
||||
366.781
|
||||
365.304
|
||||
367.851
|
||||
366.117
|
||||
364.489
|
||||
363.191
|
||||
362.391
|
||||
356.712
|
||||
357.529
|
||||
357.89
|
||||
358.011
|
||||
358.032
|
||||
348.354
|
||||
350.577
|
||||
352.214
|
||||
353.35
|
||||
353.996
|
||||
343.966
|
||||
346.796
|
||||
349.029
|
||||
350.666
|
||||
351.634
|
||||
)
|
||||
;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 291.15;
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
top
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
slip-bottom
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
bottom
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
interface
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 400;
|
||||
}
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Loading…
Add table
Add a link
Reference in a new issue