Files
openfoam/tutorials/lagrangian/sprayFoam/aachenBomb/0.orig/T
Kutalmis Bercin 7788a1a01a TUT: sprayFoam: add examples for the new cloud function objects
- ReynoldsNumber (thermo)
- NusseltNumber
- HeatTransferCoeff
2021-06-08 20:34:28 +00:00

30 lines
984 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: v2012 |
| \\ / A nd | Website: www.openfoam.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object T;
}
// ************************************************************************* //
dimensions [0 0 0 1 0 0 0];
internalField uniform 800;
boundaryField
{
walls
{
type zeroGradient;
}
}
// ************************************************************************* //