This commit is contained in:
Vishakh Kumar 2025-07-14 01:41:58 +04:00
parent 83bef22198
commit 919c67de41
945 changed files with 13370 additions and 0 deletions

View 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;
}
}
// ************************************************************************* //

View 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;
}
}
// ************************************************************************* //

View 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;
}
}
// ************************************************************************* //

View 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;
}
}

View 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;
}
} // ************************************************************************* //

View 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;
}
}
// ************************************************************************* //

View 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;
}
}
// ************************************************************************* //

View 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{}
// ************************************************************************* //

View 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{}
// ************************************************************************* //

View 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{}
// ************************************************************************* //

View 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 nParticle;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
0{}
// ************************************************************************* //

View 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{}
// ************************************************************************* //

View 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 origProcId;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
0{}
// ************************************************************************* //

View File

@ -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
(
)
// ************************************************************************* //

View 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{}
// ************************************************************************* //

View 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{}
// ************************************************************************* //

View 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{}
// ************************************************************************* //

View 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;
}
}
// ************************************************************************* //

View 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;
}
}
// ************************************************************************* //

View 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;
}
}
// ************************************************************************* //

View 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;
}
}
// ************************************************************************* //

View 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;
}
}
// ************************************************************************* //

View 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

View 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

View File

@ -0,0 +1,5 @@
#!/bin/bash
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication acousticCavitationCloudFoam

View 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

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View File

@ -0,0 +1,10 @@
# vtk DataFile Version 2.0
Axis
BINARY
DATASET UNSTRUCTURED_GRID
POINTS 0 float
CELLS 0 0
CELL_TYPES 0

View 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