Files
OpenFOAM-6/etc/caseDicts/postProcessing/fields/wallHeatTransferCoeff
2018-07-09 15:58:01 +01:00

26 lines
935 B
C++

/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
-------------------------------------------------------------------------------
Description
Calculates the estimated incompressible flow heat transfer coefficient at
wall patches, outputting the data as a volScalarField.
\*---------------------------------------------------------------------------*/
type wallHeatTransferCoeff;
libs ("libfieldFunctionObjects.so");
rho 1.225;
Cp 1005;
Prl 0.707;
Prt 0.9;
executeControl writeTime;
writeControl writeTime;
// ************************************************************************* //