openfoam
This commit is contained in:
parent
83bef22198
commit
919c67de41
57
openFoam_simulation/sonotrodeInCylinderTank/0/G
Executable file
57
openFoam_simulation/sonotrodeInCylinderTank/0/G
Executable file
@ -0,0 +1,57 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volVectorField;
|
||||
location "0";
|
||||
object G;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [ 1 -2 -2 0 0 0 0 ];
|
||||
|
||||
internalField uniform (0 0 0);
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
Transducer
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
TransducerLateralWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
|
||||
FreeSurface
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
||||
|
58
openFoam_simulation/sonotrodeInCylinderTank/0/PAc
Executable file
58
openFoam_simulation/sonotrodeInCylinderTank/0/PAc
Executable file
@ -0,0 +1,58 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | For copyright notice see file Copyright |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object PAc;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [1 -1 -2 0 0 0 0];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
Transducer
|
||||
{
|
||||
type calculated;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
TransducerLateralWall
|
||||
{
|
||||
type calculated;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
|
||||
FreeSurface
|
||||
{
|
||||
type calculated;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
57
openFoam_simulation/sonotrodeInCylinderTank/0/PAcIm
Executable file
57
openFoam_simulation/sonotrodeInCylinderTank/0/PAcIm
Executable file
@ -0,0 +1,57 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | For copyright notice see file Copyright |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object PAcIm;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [1 -1 -2 0 0 0 0];
|
||||
|
||||
internalField uniform 1e5;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
Transducer
|
||||
{
|
||||
type fixedGradient;
|
||||
gradient uniform 0;
|
||||
}
|
||||
|
||||
TransducerLateralWall
|
||||
{
|
||||
type fixedGradient;
|
||||
gradient uniform 0;
|
||||
}
|
||||
|
||||
FreeSurface
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
51
openFoam_simulation/sonotrodeInCylinderTank/0/PAcRe
Executable file
51
openFoam_simulation/sonotrodeInCylinderTank/0/PAcRe
Executable file
@ -0,0 +1,51 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object PAcRe;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [ 1 -1 -2 0 0 0 0 ];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
Transducer
|
||||
{
|
||||
type fixedGradient;
|
||||
gradient uniform 32514190.45;
|
||||
}
|
||||
TransducerLateralWall
|
||||
{
|
||||
type fixedGradient;
|
||||
gradient uniform -9.47e+6;
|
||||
}
|
||||
FreeSurface
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform 0;
|
||||
}
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
}
|
61
openFoam_simulation/sonotrodeInCylinderTank/0/U
Executable file
61
openFoam_simulation/sonotrodeInCylinderTank/0/U
Executable file
@ -0,0 +1,61 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volVectorField;
|
||||
location "0";
|
||||
object U;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [ 0 1 -1 0 0 0 0 ];
|
||||
|
||||
internalField uniform (0 0 0);
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Walls
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
Transducer
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
FreeSurface
|
||||
{
|
||||
type slip;
|
||||
}
|
||||
Symmetry
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
TransducerLateralWall
|
||||
{
|
||||
type fixedValue;
|
||||
value uniform (0 0 0);
|
||||
}
|
||||
Axis
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
} // ************************************************************************* //
|
||||
|
58
openFoam_simulation/sonotrodeInCylinderTank/0/k
Executable file
58
openFoam_simulation/sonotrodeInCylinderTank/0/k
Executable file
@ -0,0 +1,58 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object k;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 2 -2 0 0 0 0];
|
||||
|
||||
internalField uniform 0.0001;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Transducer
|
||||
{
|
||||
type kqRWallFunction;
|
||||
value $internalField;
|
||||
}
|
||||
TransducerLateralWall
|
||||
{
|
||||
type kqRWallFunction;
|
||||
value $internalField;
|
||||
}
|
||||
FreeSurface
|
||||
{
|
||||
type slip;
|
||||
}
|
||||
Walls
|
||||
{
|
||||
type kqRWallFunction;
|
||||
value uniform 0;
|
||||
}
|
||||
Axis
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
54
openFoam_simulation/sonotrodeInCylinderTank/0/kSqrIm
Executable file
54
openFoam_simulation/sonotrodeInCylinderTank/0/kSqrIm
Executable file
@ -0,0 +1,54 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | For copyright notice see file Copyright |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object kSqrIm;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 -2 0 0 0 0 0];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
FreeSurface
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
Transducer
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
TransducerLateralWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/U
Executable file
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/U
Executable file
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | For copyright notice see file Copyright |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class vectorField;
|
||||
location "0";
|
||||
object U;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0{}
|
||||
|
||||
// ************************************************************************* //
|
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/UTurb
Executable file
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/UTurb
Executable file
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class vectorField;
|
||||
location "5e-05";
|
||||
object UTurb;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0{}
|
||||
|
||||
// ************************************************************************* //
|
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/d
Executable file
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/d
Executable file
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | For copyright notice see file Copyright |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class scalarField;
|
||||
location "0";
|
||||
object d;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0{}
|
||||
|
||||
// ************************************************************************* //
|
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class scalarField;
|
||||
location "5e-05";
|
||||
object nParticle;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0{}
|
||||
|
||||
// ************************************************************************* //
|
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/origId
Executable file
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/origId
Executable file
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | For copyright notice see file Copyright |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class labelField;
|
||||
location "0";
|
||||
object origId;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0{}
|
||||
|
||||
// ************************************************************************* //
|
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | For copyright notice see file Copyright |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class labelField;
|
||||
location "0";
|
||||
object origProcId;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0{}
|
||||
|
||||
// ************************************************************************* //
|
@ -0,0 +1,22 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | For copyright notice see file Copyright |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class Cloud<solidParticle>;
|
||||
location "0";
|
||||
object positions;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0
|
||||
(
|
||||
)
|
||||
|
||||
// ************************************************************************* //
|
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/rho
Executable file
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/rho
Executable file
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class scalarField;
|
||||
location "5e-05";
|
||||
object rho;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0{}
|
||||
|
||||
// ************************************************************************* //
|
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/tTurb
Executable file
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/tTurb
Executable file
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class scalarField;
|
||||
location "5e-05";
|
||||
object tTurb;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0{}
|
||||
|
||||
// ************************************************************************* //
|
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/typeId
Executable file
20
openFoam_simulation/sonotrodeInCylinderTank/0/lagrangian/bubbleCloud/typeId
Executable file
@ -0,0 +1,20 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class labelField;
|
||||
location "5e-05";
|
||||
object typeId;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
0{}
|
||||
|
||||
// ************************************************************************* //
|
61
openFoam_simulation/sonotrodeInCylinderTank/0/nut
Executable file
61
openFoam_simulation/sonotrodeInCylinderTank/0/nut
Executable file
@ -0,0 +1,61 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object nut;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 2 -1 0 0 0 0];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Transducer
|
||||
{
|
||||
// nutSpalartAllmarasWallFunction provides a fit for buffer layer.
|
||||
// Thus, may be used with caution for all y+
|
||||
type nutSpalartAllmarasWallFunction;
|
||||
value $internalField;
|
||||
}
|
||||
TransducerLateralWall
|
||||
{
|
||||
type nutSpalartAllmarasWallFunction;
|
||||
value $internalField;
|
||||
}
|
||||
FreeSurface
|
||||
{
|
||||
type calculated;
|
||||
value $internalField;
|
||||
}
|
||||
Walls
|
||||
{
|
||||
type nutSpalartAllmarasWallFunction;
|
||||
value $internalField;
|
||||
}
|
||||
Axis
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
58
openFoam_simulation/sonotrodeInCylinderTank/0/omega
Executable file
58
openFoam_simulation/sonotrodeInCylinderTank/0/omega
Executable file
@ -0,0 +1,58 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object omega;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 0 -1 0 0 0 0];
|
||||
|
||||
internalField uniform 0.1;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Transducer
|
||||
{
|
||||
type omegaWallFunction;
|
||||
value $internalField;
|
||||
}
|
||||
TransducerLateralWall
|
||||
{
|
||||
type omegaWallFunction;
|
||||
value $internalField;
|
||||
}
|
||||
FreeSurface
|
||||
{
|
||||
type slip;
|
||||
}
|
||||
Walls
|
||||
{
|
||||
type omegaWallFunction;
|
||||
value $internalField;
|
||||
}
|
||||
Axis
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
55
openFoam_simulation/sonotrodeInCylinderTank/0/p
Executable file
55
openFoam_simulation/sonotrodeInCylinderTank/0/p
Executable file
@ -0,0 +1,55 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object p;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 2 -2 0 0 0 0];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Transducer
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
TransducerLateralWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
FreeSurface
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
Walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
Axis
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
57
openFoam_simulation/sonotrodeInCylinderTank/0/phiPAc
Executable file
57
openFoam_simulation/sonotrodeInCylinderTank/0/phiPAc
Executable file
@ -0,0 +1,57 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 3.2 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
object phiPAc;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 0 0 0 0 0 0];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
Transducer
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
FreeSurface
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
Symmetry
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
TransducerLateralWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
Axis
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
}
|
||||
|
||||
// ************************************************************************* //
|
55
openFoam_simulation/sonotrodeInCylinderTank/0/voidFrac
Executable file
55
openFoam_simulation/sonotrodeInCylinderTank/0/voidFrac
Executable file
@ -0,0 +1,55 @@
|
||||
/*--------------------------------*- C++ -*----------------------------------*\
|
||||
| ========= | |
|
||||
| \\ / F ield | foam-extend: Open Source CFD |
|
||||
| \\ / O peration | Version: 4.1 |
|
||||
| \\ / A nd | Web: http://www.foam-extend.org |
|
||||
| \\/ M anipulation | |
|
||||
\*---------------------------------------------------------------------------*/
|
||||
FoamFile
|
||||
{
|
||||
version 2.0;
|
||||
format ascii;
|
||||
class volScalarField;
|
||||
location "0";
|
||||
object voidFrac;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
dimensions [0 0 0 0 0 0 0];
|
||||
|
||||
internalField uniform 0;
|
||||
|
||||
boundaryField
|
||||
{
|
||||
Transducer
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
TransducerLateralWall
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
FreeSurface
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
Walls
|
||||
{
|
||||
type zeroGradient;
|
||||
}
|
||||
Axis
|
||||
{
|
||||
type empty;
|
||||
}
|
||||
Front
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
Back
|
||||
{
|
||||
type wedge;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
25
openFoam_simulation/sonotrodeInCylinderTank/Allclean
Executable file
25
openFoam_simulation/sonotrodeInCylinderTank/Allclean
Executable file
@ -0,0 +1,25 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Source tutorial clean functions
|
||||
. $WM_PROJECT_DIR/bin/tools/CleanFunctions
|
||||
|
||||
cleanFilesFromM4 ()
|
||||
{
|
||||
rm -rf constant/polyMesh/boundary > /dev/null 2>&1
|
||||
rm -rf constant/polyMesh/blockMeshDict > /dev/null 2>&1
|
||||
}
|
||||
|
||||
cleanTimeZeroAndPV ()
|
||||
{
|
||||
rm -rf 0 > /dev/null 2>&1
|
||||
|
||||
# Clean paraview files
|
||||
rm -rf *.foam > /dev/null 2>&1
|
||||
}
|
||||
|
||||
rm -rf points.vtk
|
||||
rm -rf constant/derivedProperties
|
||||
|
||||
cleanFilesFromM4
|
||||
cleanTimeZeroAndPV
|
||||
cleanCase
|
17
openFoam_simulation/sonotrodeInCylinderTank/Allrun
Executable file
17
openFoam_simulation/sonotrodeInCylinderTank/Allrun
Executable file
@ -0,0 +1,17 @@
|
||||
#!/bin/bash
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
export caseName=`basename $PWD`
|
||||
|
||||
echo "$caseName: Creating a dummy .foam file for postprocessing with paraview"
|
||||
touch $caseName.foam
|
||||
|
||||
echo "$caseName: Copying time directory 0 from 0_orig"
|
||||
cp -r 0_orig/. 0
|
||||
|
||||
echo "$caseName: Running m4 on constant/polyMesh/blockMeshDict.m4"
|
||||
m4 constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication acousticCavitationCloudFoam
|
5
openFoam_simulation/sonotrodeInCylinderTank/AllrunContinue
Executable file
5
openFoam_simulation/sonotrodeInCylinderTank/AllrunContinue
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
runApplication acousticCavitationCloudFoam
|
19
openFoam_simulation/sonotrodeInCylinderTank/AllrunPar
Executable file
19
openFoam_simulation/sonotrodeInCylinderTank/AllrunPar
Executable file
@ -0,0 +1,19 @@
|
||||
#!/bin/bash
|
||||
# Source tutorial run functions
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
||||
|
||||
export caseName=`basename $PWD`
|
||||
|
||||
echo "$caseName: Creating a dummy .foam file for postprocessing with paraview"
|
||||
touch $caseName.foam
|
||||
|
||||
echo "$caseName: Copying time directory 0 from 0_orig"
|
||||
cp -r 0_orig/. 0
|
||||
|
||||
echo "$caseName: Running m4 on constant/polyMesh/blockMeshDict.m4"
|
||||
m4 constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication decomposePar
|
||||
runParallel acousticCavitationCloudFoam 4
|
||||
runApplication reconstructParMesh
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_0.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_0.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1058.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1058.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1250.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1250.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_132.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_132.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1334.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1334.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1377.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1377.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1419.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1419.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1461.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1461.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1503.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1503.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1545.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1545.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1588.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1588.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1630.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1630.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1672.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1672.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1714.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1714.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_175.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_175.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1756.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1756.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1798.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1798.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1840.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1840.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1882.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1882.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1924.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1924.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1966.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_1966.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2010.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2010.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2055.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2055.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2099.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2099.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2141.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2141.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2183.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2183.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2225.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2225.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2267.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2267.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2309.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2309.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2350.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2350.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2392.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2392.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_241.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_241.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2433.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2433.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2475.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2475.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2517.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2517.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2559.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2559.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2600.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2600.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2641.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2641.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2682.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2682.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2723.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2723.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2764.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2764.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2805.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2805.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2846.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2846.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2887.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2887.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2928.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2928.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2970.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_2970.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_300.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_300.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3012.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3012.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3054.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3054.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3095.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3095.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3136.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3136.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3177.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3177.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3219.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3219.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3260.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3260.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3301.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3301.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3342.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3342.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3383.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3383.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3424.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3424.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3465.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3465.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3507.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3507.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3548.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3548.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3589.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3589.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3630.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3630.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3671.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3671.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3712.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3712.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3753.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3753.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3794.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3794.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3835.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3835.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3877.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3877.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3919.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3919.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_394.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_394.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3960.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_3960.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_4001.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_4001.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_4043.vtk
Executable file
10
openFoam_simulation/sonotrodeInCylinderTank/VTK/Axis/Axis_4043.vtk
Executable file
@ -0,0 +1,10 @@
|
||||
# vtk DataFile Version 2.0
|
||||
Axis
|
||||
BINARY
|
||||
DATASET UNSTRUCTURED_GRID
|
||||
POINTS 0 float
|
||||
|
||||
CELLS 0 0
|
||||
|
||||
CELL_TYPES 0
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user