23 lines
757 B
Text
23 lines
757 B
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
========= |
|
||
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||
|
\\ / O peration | Website: https://openfoam.org
|
||
|
\\ / A nd | Version: 9
|
||
|
\\/ M anipulation |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
format ascii;
|
||
|
class uniformDimensionedScalarField;
|
||
|
location "constant/polyMesh";
|
||
|
object level0Edge;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
dimensions [0 1 0 0 0 0 0];
|
||
|
value 0.5;
|
||
|
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|