From d93dd11ae4aa4ab5a25aa55d226d7ca22634f228 Mon Sep 17 00:00:00 2001 From: Mark Olesen <Mark.Olesen@esi-group.com> Date: Fri, 26 Jun 2020 14:47:31 +0200 Subject: [PATCH] ENH: add heatTransferCoeff caseDicts template (#1751) --- .../postProcessing/fields/heatTransferCoeff | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 etc/caseDicts/postProcessing/fields/heatTransferCoeff diff --git a/etc/caseDicts/postProcessing/fields/heatTransferCoeff b/etc/caseDicts/postProcessing/fields/heatTransferCoeff new file mode 100644 index 00000000000..d6946acf143 --- /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; + +// ************************************************************************* // -- GitLab