1e8dd2ecb1
Distinguishing between validation and verification cases: small changes in the directory structure
46 lines
1.2 KiB
C++
46 lines
1.2 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 1.6 |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
location "system";
|
|
object sampleDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
interpolationScheme cellPoint;
|
|
surfaceFormat raw;
|
|
|
|
setFormat gnuplot;
|
|
|
|
|
|
sets
|
|
();
|
|
|
|
fields (
|
|
p
|
|
);
|
|
|
|
surfaces
|
|
(
|
|
|
|
solidWall
|
|
{
|
|
type patch;
|
|
patchName solidWall;
|
|
rhoName rhoInf;
|
|
rhoInf 1.0; //Reference density for fluid
|
|
outputInterval: 1.0
|
|
interpolate true;
|
|
triangulate false;
|
|
}
|
|
);
|
|
|
|
|
|
// *********************************************************************** //
|