|
[Sponsors] |
temperaturejump externalWallHeatFluxTemperature |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 27, 2017, 17:14 |
temperaturejump externalWallHeatFluxTemperature
|
#1 |
New Member
Join Date: Jul 2014
Posts: 13
Rep Power: 12 |
Dear all,
I'm trying to verify the externalWallHeatFluxTemperature BC on a (geometrically) simple case using buoyantBoussinesqSimpleFoam in OF30x. The domain is a box of 2x2x2 m and heat is injected via the 'floor' boundary of T: Code:
floor { type groovyBC; value uniform 293; valueExpression "293"; gradientExpression "gradT"; fractionExpression "0"; variables ( "heatFlux=1;" "rho=1.225;" "Cp=1000;" "myNu=1.0e-5;" "Pr=0.9;" "alpha=myNu/Pr;" "gradT=heatFlux/((alpha+alphat)*rho*Cp);" ); } Code:
ceiling { type externalWallHeatFluxTemperature; kappa lookup; Ta uniform 273; // external air temperature h uniform 2; // external heat transfer coefficient // q uniform 1000; //thicknessLayers (0.0); // thickness wall between in and outside //kappaLayers (0.01); // equivalent heat conductivity wall kappaName alphaEff; value uniform 273; // initial wall temperature } Code:
Q = h*(T_wall - T_outside)*Area It would be great if someone could comment on this discrepancy (I have attached the case) and/or share experience using this BC. Thanks! |
|
April 28, 2017, 10:03 |
Woops
|
#2 |
New Member
Join Date: Jul 2014
Posts: 13
Rep Power: 12 |
Woops, no. That's near the wall. The temperature of the wall itself is 273K. Hmmm...
|
|
Tags |
boundary condition, heat transfer, verification |
|
|