CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

externalWallHeatFluxTemperature

Register Blogs Community New Posts Updated Threads Search

Like Tree3Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 27, 2019, 11:45
Red face
  #21
Senior Member
 
Andrew Somorjai
Join Date: May 2013
Posts: 175
Rep Power: 13
massive_turbulence is on a distinguished road
Quote:
Originally Posted by Vishsel View Post
Hi all,

In my case, i have to use a boundary type that needs the input as heat Flux, which is recalculated to get the output as temperature. my solver is chtMultiRegionSimpleFoam.

0/T file :

Code:
wall-mp-1
    {
        type            externalWallHeatFluxTemperature;
        heatSource      flux;
        q               uniform 6000 ;
        alphaEff        alphaEff;
        value            uniform 323.15; ? //why i need to give temp. value ? because i already gave 'q' value know?
        kappa           solidThermo;
        kappaName       none; 
    }
Code:
Solving for fluid region fluid
DILUPBiCG:  Solving for Ux, Initial residual = 0.00242038, Final residual = 2.85334e-005, No Iterations 1
DILUPBiCG:  Solving for Uy, Initial residual = 0.00466735, Final residual = 7.31426e-005, No Iterations 1
DILUPBiCG:  Solving for Uz, Initial residual = 0.00371143, Final residual = 0.00020355, No Iterations 1
DILUPBiCG:  Solving for h, Initial residual = 0.00293122, Final residual = 0.000270902, No Iterations 1
Min/max T:323.3 323.3
GAMG:  Solving for p_rgh, Initial residual = 0.0017874, Final residual = 1.12521e-005, No Iterations 3
time step continuity errors : sum local = 0.0587456, global = 0.00203603, cumulative = 10.1817
Min/max rho:***
DILUPBiCG:  Solving for epsilon, Initial residual = 0.00358344, Final residual = 4.05951e-005, No Iterations 2
DILUPBiCG:  Solving for k, Initial residual = 0.00331097, Final residual = 3.24722e-005, No Iterations 2

Solving for solid region solid
DICPCG:  Solving for h, Initial residual = 0.00218476, Final residual = 9.17909e-006, No Iterations 4
Min/max T:min(T) [0 0 0 1 0 0 0] 323.129 max(T) [0 0 0 1 0 0 0] 349.782
ExecutionTime = 788.942 s  ClockTime = 789 s
Why there is a need of two inputs as temp. value and heat flux value in 0/T ? Because i need to set an input as heat flux value only..

Is this boundary type is correct for assigning of heat flux as an input ? if it is not, Which one is suitable for my case?
My guess would be that q is the heat flux but you still need the temperature as a reference to the outside. Q is nothing but the amount of watts/meter^2 but the temperature outside still needs to defined in order to determine how much gets transferred on the wall at a given rate???
massive_turbulence is offline   Reply With Quote

Reply


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



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