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

31 lines
833 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;
object O2;
}
// ************************************************************************* //
dimensions [];
internalField uniform 0.234;
boundaryField
{
#includeEtc "caseDicts/setConstraintTypes"
walls
{
type zeroGradient;
}
}
// ************************************************************************* //