fluid sim
This commit is contained in:
parent
4eed90072a
commit
86236a1c90
47 changed files with 4371 additions and 7077 deletions
136
fluid-openfoam/4/U
Normal file
136
fluid-openfoam/4/U
Normal file
|
|
@ -0,0 +1,136 @@
|
|||
/*--------------------------------*- 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 volVectorField;
|
||||
location "4";
|
||||
object U;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 1 -1 0 0 0 0];
|
||||
|
||||
internalField nonuniform List<vector>
|
||||
75
|
||||
(
|
||||
(2.0001 0.00286653 0)
|
||||
(2.00396 0.00651879 0)
|
||||
(2.013 0.0121266 0)
|
||||
(2.03526 0.021286 0)
|
||||
(2.08816 0.0356258 0)
|
||||
(2.00088 0.00700912 0)
|
||||
(2.00735 0.0155337 0)
|
||||
(2.0215 0.0276079 0)
|
||||
(2.05064 0.0450957 0)
|
||||
(2.1044 0.0675404 0)
|
||||
(2.00168 0.00785706 0)
|
||||
(2.01052 0.0169235 0)
|
||||
(2.0283 0.0286489 0)
|
||||
(2.05961 0.0434394 0)
|
||||
(2.10776 0.0587659 0)
|
||||
(2.00217 0.00582953 0)
|
||||
(2.01231 0.0123063 0)
|
||||
(2.03168 0.0201609 0)
|
||||
(2.06286 0.0292284 0)
|
||||
(2.10627 0.0376309 0)
|
||||
(2.00237 0.00211939 0)
|
||||
(2.01294 0.00443434 0)
|
||||
(2.03271 0.00716419 0)
|
||||
(2.06329 0.0102152 0)
|
||||
(2.10402 0.0129793 0)
|
||||
(2.2748 0.113302 0)
|
||||
(2.45592 0.111536 0)
|
||||
(2.55033 0.0955304 0)
|
||||
(2.60458 0.0850172 0)
|
||||
(2.64792 0.0748865 0)
|
||||
(2.25121 0.100688 0)
|
||||
(2.39238 0.057966 0)
|
||||
(2.48555 0.0105349 0)
|
||||
(2.54469 -0.0170605 0)
|
||||
(2.58075 -0.0383902 0)
|
||||
(2.22467 0.070233 0)
|
||||
(2.34438 0.0403707 0)
|
||||
(2.4394 0.0089492 0)
|
||||
(2.50443 -0.00755232 0)
|
||||
(2.54577 -0.0172619 0)
|
||||
(2.20567 0.0424877 0)
|
||||
(2.31224 0.0268678 0)
|
||||
(2.40555 0.00756509 0)
|
||||
(2.47233 -0.00532486 0)
|
||||
(2.51404 -0.0141524 0)
|
||||
(2.19485 0.0146332 0)
|
||||
(2.29432 0.00983278 0)
|
||||
(2.38583 0.00338192 0)
|
||||
(2.45327 -0.00165119 0)
|
||||
(2.49541 -0.00493303 0)
|
||||
(2.65333 0.054613 0)
|
||||
(2.63757 0.0390349 0)
|
||||
(2.62487 0.0299705 0)
|
||||
(2.62311 0.0199565 0)
|
||||
(2.63842 0.00438657 0)
|
||||
(2.59059 -0.0536429 0)
|
||||
(2.58455 -0.0596512 0)
|
||||
(2.57726 -0.0570996 0)
|
||||
(2.56834 -0.053871 0)
|
||||
(2.5546 -0.0559849 0)
|
||||
(2.56218 -0.019491 0)
|
||||
(2.56118 -0.0143281 0)
|
||||
(2.55806 -0.00701855 0)
|
||||
(2.55009 0.00565771 0)
|
||||
(2.52594 0.0222761 0)
|
||||
(2.52973 -0.0169544 0)
|
||||
(2.53523 -0.0124475 0)
|
||||
(2.53863 -0.0092174 0)
|
||||
(2.53924 0.00239383 0)
|
||||
(2.53927 0.0243162 0)
|
||||
(2.50975 -0.00527059 0)
|
||||
(2.52148 -0.00136323 0)
|
||||
(2.53164 0.00163233 0)
|
||||
(2.54422 0.00985307 0)
|
||||
(2.57214 0.0251321 0)
|
||||
)
|
||||
;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (2 0 0);
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
top
|
||||
{
|
||||
type slip;
|
||||
}
|
||||
slip-bottom
|
||||
{
|
||||
type slip;
|
||||
}
|
||||
bottom
|
||||
{
|
||||
type slip;
|
||||
}
|
||||
interface
|
||||
{
|
||||
type slip;
|
||||
}
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Loading…
Add table
Add a link
Reference in a new issue