Skip to content
Snippets Groups Projects
Commit d93dd11a authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: add heatTransferCoeff caseDicts template (#1751)

parent df704484
No related branches found
No related tags found
No related merge requests found
/*--------------------------------*- 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;
// ************************************************************************* //
  • Maintainer

    @mark have you tested this? this should have missing various mandatory entries, I think. For example:

    Entry 'htcModel' not found in dictionary "functions.heatTransferCoeff"

    Edited by Kutalmış Berçin
  • Author Maintainer

    @daniel.jasinski wanted to have some boiler-plate for adding on other models to having the type, libs etc every time - see comment on #1751 (closed)

    Edited by Mark OLESEN
  • Maintainer

    to my understanding he just wanted to have a working postProcess -func heatTransfer rather than a boiler-plate. not a disaster, but the above doesn't work with postProcess atm, fyi.

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment