fluid sim
This commit is contained in:
parent
4eed90072a
commit
86236a1c90
47 changed files with 4371 additions and 7077 deletions
160
fluid-openfoam/5/p
Normal file
160
fluid-openfoam/5/p
Normal file
|
|
@ -0,0 +1,160 @@
|
|||
/*--------------------------------*- 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 p;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [1 -1 -2 0 0 0 0];
|
||||
|
||||
internalField nonuniform List<scalar>
|
||||
75
|
||||
(
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103500
|
||||
103500
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103500
|
||||
103500
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103500
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103500
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
)
|
||||
;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
inlet
|
||||
{
|
||||
type calculated;
|
||||
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||
}
|
||||
outlet
|
||||
{
|
||||
type calculated;
|
||||
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||
}
|
||||
top
|
||||
{
|
||||
type calculated;
|
||||
value nonuniform List<scalar>
|
||||
15
|
||||
(
|
||||
103500
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103499
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
103500
|
||||
)
|
||||
;
|
||||
}
|
||||
slip-bottom
|
||||
{
|
||||
type calculated;
|
||||
value nonuniform List<scalar> 5(103500 103500 103500 103500 103500);
|
||||
}
|
||||
bottom
|
||||
{
|
||||
type calculated;
|
||||
value nonuniform List<scalar> 5(103499 103499 103499 103499 103499);
|
||||
}
|
||||
interface
|
||||
{
|
||||
type calculated;
|
||||
value nonuniform List<scalar> 5(103500 103500 103499 103499 103499);
|
||||
}
|
||||
defaultFaces
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
Loading…
Add table
Add a link
Reference in a new issue