wallHeatTransferCoeff functionObject: Added configuration file

This commit is contained in:
Henry Weller
2017-12-13 10:23:13 +00:00
parent 43a942c99f
commit a2ac77bdb1

View File

@ -0,0 +1,25 @@
/*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration |
\\ / A nd | Web: www.OpenFOAM.org
\\/ 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;
// ************************************************************************* //