CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

0 wallHeatFlux on External Patch

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 7, 2023, 13:30
Default 0 wallHeatFlux on External Patch
  #1
New Member
 
amber25's Avatar
 
Amber Greer
Join Date: Jan 2023
Location: California
Posts: 1
Rep Power: 0
amber25 is on a distinguished road
I am using OpenFOAM-10 with chtMultiRegionFoam on a heat transfer problem with only solids.


The geometry of the model is given below:

mdl.png


I use fixed boundary conditions where T = 373 [K] on the outside edges of the model. This gives the result provided in the figure in the image below:

res.png

However, when I try to extract the heat flux at the outside edges of the model in the "system/controlDict" file using:
Code:
    wallHeatFlux1
    {
        type wallHeatFlux;
        libs ("libfieldFunctionObjects.so");
        region Cool;
        executeControl writeTime;
        executeInterval 1;
        writeControl writeTime;
        writeInterval 1;
    }
In "4e+10/Cool/wallHeatFlux", I simply get
Code:
    Sides
    {
        type            calculated;
        value           uniform 0;
    }
This is only the output for the patch on the outside edges of the model that I have labeled "Sides".


Does anyone know why this is the case? The heat flux is calculated properly on all internal surfaces and reported in "4e+10/Cool/wallHeatFlux" but is not of interest.

Last edited by amber25; January 7, 2023 at 13:31. Reason: compatible with image display format
amber25 is offline   Reply With Quote

Reply

Tags
external, functions, patch, wallheatflux


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
interFoam wave propagation and explosion of Courant number and residuals ChiaraViola OpenFOAM Running, Solving & CFD 1 June 26, 2019 06:36
steadyUniversalMRFFoam Tutorial fails in MixingPlane HenrikJohansson OpenFOAM Bugs 0 February 14, 2019 05:48
Near wall treatment in k-omega SST Arnoldinho OpenFOAM Running, Solving & CFD 38 March 8, 2017 14:48
[Commercial meshers] Using starToFoam clo OpenFOAM Meshing & Mesh Conversion 33 September 26, 2012 05:04
CheckMeshbs errors ivanyao OpenFOAM Running, Solving & CFD 2 March 11, 2009 03:34


All times are GMT -4. The time now is 21:30.