diff --git a/etc/caseDicts/postProcessing/fields/heatTransferCoeff b/etc/caseDicts/postProcessing/fields/heatTransferCoeff new file mode 100644 index 0000000000..d6946acf14 --- /dev/null +++ b/etc/caseDicts/postProcessing/fields/heatTransferCoeff @@ -0,0 +1,22 @@ +/*--------------------------------*- C++ -*----------------------------------*\ + ========= | + \\ / F ield | OpenFOAM: The Open Source CFD Toolbox + \\ / O peration | Version: v2006 + \\ / A nd | Website: www.openfoam.com + \\/ M anipulation | +------------------------------------------------------------------------------- +Description + Calculates the heat transfer coefficient at wall patches, + outputting the data as a volScalarField. + +\*---------------------------------------------------------------------------*/ + +type heatTransferCoeff; +libs (fieldFunctionObjects); + +field T; + +executeControl writeTime; +writeControl writeTime; + +// ************************************************************************* //