67ab0b5abd
- in FOAM library updated containers backported PackedBoolList, hashedWordList, nullObject, wordRe, backported functions to backported int32 support backported tableReaders backported Function1, TimeFunction1 backported dynamicCode (for codedBCs, ...) -- needs to be mapped out advanced error macros (FatalIOErrorInFunction, ...) -- needs to be mapped out backported IOobject::MUST_READ_IF_MODIFIED and added IOobject::READ_IF_PRESENT_IF_MODIFIED (only in FO) - in postProcessing backported IO FOs (partialWrite, removeRegisteredObject, writeDictionary, writeRegisteredObject) backported field FOs (fieldCoordinateSystemTransform, fieldValues, nearWallFields, processorField, readFields, regionSizeDistribution, streamLine, wallBoundedStreamLine) backported fvTools FOs (calcFvcDiv, calcFvcGrad, calcMag) backported jobControl FOs (abortCalculation) backported utilities FOs (ourantNo, Lambda2, Peclet, Q, codedFunctionObject, pressureTools, residuals, scalarTransport, setTimeStep, timeActivatedFileUpdate, turbulenceFields, vorticity, wallShearStress)
62 lines
1.6 KiB
C++
62 lines
1.6 KiB
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 4.0 |
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
FoamFile
|
|
{
|
|
version 2.0;
|
|
format ascii;
|
|
class dictionary;
|
|
object sampleDict;
|
|
}
|
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
|
|
|
interpolationScheme cellPointFace;
|
|
|
|
setFormat xmgr;
|
|
|
|
sets
|
|
(
|
|
PSD_0
|
|
{
|
|
type uniform;
|
|
axis distance;
|
|
start (0.076 0.0000001 0.00005);
|
|
end (0.084 0.0000001 0.00005);
|
|
nPoints 200;
|
|
}
|
|
|
|
PSD_04
|
|
{
|
|
type uniform;
|
|
axis distance;
|
|
start (0.076 0.0004 0.00005);
|
|
end (0.084 0.0004 0.00005);
|
|
nPoints 200;
|
|
}
|
|
|
|
PSD_049
|
|
{
|
|
type uniform;
|
|
axis distance;
|
|
start (0.076 0.00049 0.00005);
|
|
end (0.084 0.00049 0.00005);
|
|
nPoints 200;
|
|
}
|
|
);
|
|
|
|
surfaceFormat null;
|
|
|
|
surfaces
|
|
();
|
|
|
|
fields
|
|
(
|
|
PSD
|
|
);
|
|
|
|
|
|
// ************************************************************************* //
|