Files
OpenFOAM-12/tutorials/multicomponentFluid/nc7h16/0/n_O2
2024-07-06 16:02:47 +01:00

25 lines
747 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 12
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
format ascii;
class volScalarField;
location "0";
object n_O2;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 0 0 0 1 0 0];
internalField uniform 1;
boundaryField {}
// ************************************************************************* //