|
[Sponsors] |
January 7, 2023, 13:30 |
0 wallHeatFlux on External Patch
|
#1 |
New Member
Amber Greer
Join Date: Jan 2023
Location: California
Posts: 1
Rep Power: 0 |
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; } Code:
Sides { type calculated; value uniform 0; } 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 |
|
Tags |
external, functions, patch, wallheatflux |
|
|
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 |