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

217
fluid-openfoam/5/phi Normal file
View file

@ -0,0 +1,217 @@
/*--------------------------------*- 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 surfaceScalarField;
location "5";
object phi;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 0 -1 0 0 0 0];
oriented oriented;
internalField nonuniform List<scalar>
130
(
0.000184805
4.87319e-07
0.000183769
1.03609e-06
0.000181909
1.8595e-06
0.000178793
3.11644e-06
4.79257e-06
0.000174
0.000185083
7.04577e-07
0.000184654
1.46543e-06
0.000184035
2.4783e-06
0.000183365
3.78644e-06
5.12531e-06
0.000183032
0.000185394
6.30617e-07
0.000185566
1.29274e-06
0.000185941
2.1036e-06
0.000186674
3.05349e-06
3.92568e-06
0.000187874
0.000185608
3.60348e-07
0.000186169
7.32313e-07
0.000187105
1.16733e-06
0.000188506
1.65211e-06
2.07517e-06
0.000190357
0.000185706
0.000186438
0.000187606
0.000189258
0.000191333
0.000174892
1.30925e-05
0.000175887
6.78311e-06
0.000178908
2.48861e-06
0.000182492
7.97479e-07
-1.15301e-06
0.000187759
0.000184916
1.12088e-05
0.000185336
6.3627e-06
0.000186255
1.57024e-06
0.000187814
-7.62237e-07
-2.36736e-06
0.000189029
0.000190953
8.12906e-06
0.000192371
4.94507e-06
0.000192803
1.13794e-06
0.000193088
-1.04669e-06
-2.36832e-06
0.000193089
0.000194259
4.22698e-06
0.000196526
2.67765e-06
0.00019702
6.43972e-07
0.000196609
-6.3579e-07
-1.35539e-06
0.000195596
0.00019556
0.000198238
0.000198882
0.000198246
0.000196891
0.000188844
-1.08563e-06
0.000190182
-1.33736e-06
0.000191243
-1.06146e-06
0.000191929
-6.85979e-07
-2.68366e-07
0.000189689
-1.74594e-06
0.000190278
-1.92615e-06
0.00019093
-1.71283e-06
0.000191552
-1.30858e-06
-9.31332e-07
0.000192904
-1.5617e-06
0.000192686
-1.70797e-06
0.000192534
-1.56031e-06
0.000192473
-1.24752e-06
-8.65415e-07
0.000194904
-8.69588e-07
0.000194159
-9.62856e-07
0.000193506
-9.07e-07
0.000193066
-8.07056e-07
-7.67799e-07
0.000196022
0.000195059
0.000194152
0.000193345
)
;
boundaryField
{
inlet
{
type calculated;
value nonuniform List<scalar> 5(-0.000185292 -0.0001853 -0.00018532 -0.000185338 -0.000185346);
}
outlet
{
type calculated;
value nonuniform List<scalar> 5(0.000192198 0.000192216 0.000192408 0.000192969 0.000192578);
}
top
{
type calculated;
value nonuniform List<scalar>
15
(
-1.37043e-10
-1.24116e-10
-1.13244e-10
-1.04443e-10
-9.77752e-11
-2.78568e-11
-2.71674e-11
-2.66786e-11
-2.62553e-11
-2.6076e-11
-4.81068e-11
-4.80661e-11
-4.71259e-11
-4.57166e-11
-4.39137e-11
)
;
}
slip-bottom
{
type calculated;
value nonuniform List<scalar> 5(3.36553e-11 3.35501e-11 3.26268e-11 3.07903e-11 2.72952e-11);
}
bottom
{
type calculated;
value nonuniform List<scalar> 5(1.52215e-11 1.56812e-11 1.60251e-11 1.62345e-11 1.64594e-11);
}
interface
{
type calculated;
value nonuniform List<scalar> 5(-1.39849e-05 -7.77785e-06 -5.50922e-06 -4.38217e-06 -4.11337e-06);
}
defaultFaces
{
type empty;
}
}
// ************************************************************************* //