This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/tutorials/compressible/rhoCentralFoam/biconic25-55Run35/system/sampleDict
2010-09-23 14:04:10 +01:00

59 lines
1.6 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.5 |
| \\ / A nd | Web: http://www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object sampleDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
interpolationScheme cellPointFace;
setFormat raw;
surfaceFormat vtk;
sets
(
cone25
{
type face;
axis x;
start ( 0.0 0.0 0.0);
end ( 92.08087e-03 42.939e-03 0.0);
nPoints 92;
}
cone55
{
type face;
axis x;
start ( 92.08087e-03 42.939e-03 0.0);
end ( 153.6830e-03 130.92e-03 0.0);
nPoints 61;
}
base
{
type face;
axis x;
start ( 153.6830e-03 130.92e-03 0.0);
end ( 193.6750e-03 130.92e-03 0.0);
nPoints 40;
}
);
surfaces ();
fields
(
p
wallHeatTransRate
);
// ************************************************************************* //