fluid sim

This commit is contained in:
dino.celebic 2026-01-27 11:03:58 +01:00
commit 86236a1c90
47 changed files with 4371 additions and 7077 deletions

137
fluid-openfoam/5/T Normal file
View 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 "5";
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
75
(
291.706
293.346
296.623
303.397
317.962
291.642
293.066
295.775
300.919
310.437
291.555
292.701
294.767
298.39
304.426
291.482
292.403
293.992
296.623
300.739
291.442
292.242
293.589
295.749
299.029
365.04
379.932
385.558
388.268
388.686
333.437
350.115
360.328
366.855
370.365
317.439
330.928
341.704
350.012
355.859
309.23
319.837
329.895
338.724
345.821
305.695
314.795
324.241
333.122
340.711
379.638
374.538
371.023
368.643
367.289
369.037
367.51
366.096
364.987
364.309
357.879
358.862
359.411
359.712
359.854
349.416
351.802
353.623
354.938
355.715
344.941
347.938
350.356
352.175
353.276
)
;
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;
}
}
// ************************************************************************* //