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/2/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 "2";
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 1 0 0 0];
internalField nonuniform List<scalar>
75
(
291.715
293.385
296.721
303.586
318.237
291.649
293.094
295.841
301.034
310.588
291.559
292.716
294.794
298.426
304.457
291.483
292.405
293.988
296.602
300.692
291.441
292.236
293.566
295.698
298.944
365.255
380.066
385.679
388.371
388.731
333.571
350.402
360.629
367.129
370.528
317.455
331.2
341.981
350.243
355.987
309.165
319.974
330.018
338.775
345.764
305.592
314.813
324.223
333.012
340.481
379.472
374.144
370.436
367.911
366.47
368.953
367.091
365.447
364.155
363.343
357.777
358.444
358.758
358.865
358.868
349.167
351.34
352.998
354.178
354.857
344.539
347.405
349.732
351.483
352.538
)
;
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;
}
}
// ************************************************************************* //