Files
OpenFOAM-12/tutorials/multicomponentFluid/DLR_A_LTS/system/setFieldsDict
2024-07-06 16:02:47 +01:00

36 lines
901 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 dictionary;
location "system";
object setFieldsDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
defaultFieldValues
(
volScalarFieldValue T 292
);
regions
(
boxToCell
{
box (0.002 -0.01 0.005) (0.02 0.01 0.055);
fieldValues
(
volScalarFieldValue T 2200
);
}
);
// ************************************************************************* //