openfoam/tutorials/preProcessing/PDRsetFields/simplePipeCage/system/setFieldsDict
2024-12-24 11:17:31 +00:00

40 lines
1.2 KiB
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2412 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
object setFieldsDict;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
defaultFieldValues
(
volScalarFieldValue p 100000
volScalarFieldValue T 287
volScalarFieldValue Tu 287
volScalarFieldValue ft 0
);
regions
(
boxToCell
{
box (0 0 0) (3.0 3.0 2.0);
fieldValues
(
volScalarFieldValue ft 0.0659567323835564
);
}
);
// ************************************************************************* //