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/4/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 "4";
object phi;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [1 0 -1 0 0 0 0];
oriented oriented;
internalField nonuniform List<scalar>
130
(
0.000184805
4.87318e-07
0.000183771
1.03428e-06
0.000181913
1.85716e-06
0.0001788
3.11357e-06
4.79161e-06
0.000174008
0.000185082
7.05304e-07
0.000184654
1.46278e-06
0.000184035
2.47573e-06
0.000183367
3.78234e-06
5.12127e-06
0.000183037
0.000185393
6.3174e-07
0.000185566
1.29005e-06
0.00018594
2.10188e-06
0.000186672
3.05059e-06
3.92368e-06
0.000187869
0.000185609
3.61061e-07
0.000186168
7.30452e-07
0.000187104
1.16608e-06
0.000188505
1.65017e-06
2.07538e-06
0.000190353
0.000185707
0.000186437
0.000187604
0.000189254
0.000191329
0.000174905
1.30918e-05
0.000175896
6.78467e-06
0.000178913
2.49178e-06
0.000182493
8.0237e-07
-1.1437e-06
0.00018775
0.000184926
1.12032e-05
0.000185347
6.36338e-06
0.000186264
1.575e-06
0.000187827
-7.59684e-07
-2.3178e-06
0.000189001
0.000190948
8.12413e-06
0.00019237
4.94205e-06
0.000192801
1.1446e-06
0.000193102
-1.05978e-06
-2.39432e-06
0.000193179
0.000194251
4.22565e-06
0.000196518
2.67582e-06
0.000197007
6.55483e-07
0.000196604
-6.56393e-07
-1.43631e-06
0.000195647
0.000195555
0.000198231
0.000198887
0.000198231
0.000196794
0.000188881
-1.13124e-06
0.000190358
-1.47681e-06
0.000191664
-1.30645e-06
0.000192927
-1.26322e-06
-1.62068e-06
0.000189598
-1.72834e-06
0.000189899
-1.77763e-06
0.000190101
-1.50884e-06
0.000189915
-1.07767e-06
-8.01586e-07
0.000192954
-1.50326e-06
0.000192437
-1.26087e-06
0.00019189
-9.6274e-07
0.00019093
-1.18568e-07
1.32527e-06
0.000194968
-8.24773e-07
0.000194236
-5.29492e-07
0.000193572
-2.99088e-07
0.000193055
3.96995e-07
1.66131e-06
0.000195969
0.000195439
0.000195139
0.000195535
)
;
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.000194547 0.000189095 0.000188802 0.000192717 0.000197195);
}
top
{
type calculated;
value nonuniform List<scalar>
15
(
-1.37056e-10
-1.2404e-10
-1.13129e-10
-1.0434e-10
-9.75413e-11
-2.76816e-11
-2.70155e-11
-2.68876e-11
-2.69424e-11
-2.77203e-11
-4.81063e-11
-4.80523e-11
-4.71086e-11
-4.57011e-11
-4.3907e-11
)
;
}
slip-bottom
{
type calculated;
value nonuniform List<scalar> 5(3.36551e-11 3.35498e-11 3.26345e-11 3.08013e-11 2.73063e-11);
}
bottom
{
type calculated;
value nonuniform List<scalar> 5(1.52499e-11 1.57534e-11 1.6163e-11 1.64805e-11 1.6917e-11);
}
interface
{
type calculated;
value nonuniform List<scalar> 5(-1.39883e-05 -7.77638e-06 -5.50866e-06 -4.38203e-06 -4.1129e-06);
}
defaultFaces
{
type empty;
}
}
// ************************************************************************* //