|
[Sponsors] |
April 13, 2011, 09:44 |
|
#21 | |
Member
Wolfram Kretzschmar
Join Date: Dec 2009
Posts: 71
Rep Power: 16 |
Hi all!
Quote:
In all setups I tried, setting p_rgh to zero lead to an immediate abort of the solver at timestep 0. Cheers Wolle P.S.: Does anyone have a copy of the complete case discussed above by any chance?
__________________
CAELinux 2010 -- OpenFOAM 1.7 |
||
August 8, 2011, 10:15 |
Temperature problem
|
#22 |
New Member
Peter
Join Date: Feb 2011
Posts: 13
Rep Power: 15 |
I am trying to do a natural convection case. I got some weird low temperature under the cilinder and pressure stripes at my boundaries Somebody can help me out? See attachment for pictures. The cilinder is 400K and the internal field 300K. If somebody want to see some 0 files, tell me.
|
|
July 20, 2016, 17:06 |
Heat transfer in turbulent pipe flow
|
#23 |
New Member
Ravi
Join Date: Jul 2016
Posts: 3
Rep Power: 10 |
Hi, can anybody tell me what has to be the temperature boundary condition of pipe wall and pipe outlet in a turbulent pipe flow where there is uniform heat flux(37.5 W/m^2) at wall and fluid entering at 300K
|
|
January 30, 2019, 00:55 |
|
#24 | |
Member
Mondal
Join Date: Sep 2018
Location: Canberra ACT
Posts: 68
Rep Power: 8 |
Quote:
Though you have posted this thread a long time ago, I hope you can solve my problem easily. can you please look at this link and make any comment for my problem? I am really struggling with this problem. Natural Convection inside a open Cavity |
||
May 19, 2019, 07:14 |
|
#25 |
Senior Member
Raza Javed
Join Date: Apr 2019
Location: Germany
Posts: 183
Rep Power: 7 |
Hello Everyone,
I am using chtMultiRegionSimpleFoam and my Openfoam version is 4.1. I have created geometry in Salome and and then imported the UNV file to Openfoam. My geometry consists of a pipe and three rectangular plates, and all these things are in one box. The rectangular plates are acting as a heat source which I made using fvOption. Now, the fluid will flow from the pipe, and due to these hot rectangular plates, the temperature of the fluid will change inside the pipe. At the inlet, I need to put the flow-rate of 5 litres/minutes. At the inltet, temperature could be room temperature. Now, My task is to see the temperature change at the outlet. I have put some boundary conditions for Velocity, Temperature and Pressure, at inlet, outlet and at the walls of pipe. But my solver is not converging. I am not getting which boundary conditions to use. I have tried putting flowRateInletVelocity, but I don't know which boundary conditions to put at other boundaries in this case? I am putting my geometry and boundary conditions with this post. I shall be very thankful, is someone can help me out in this. Thank you Code:
boundary { inlet { type patch; } outlet { type patch; } } U { internalField uniform (0 1e-3 0); boundaryField { inlet { type flowRateInletVelocity;//pressureInletVelocity;//fixedValue; volumetricFlowRate 0.066; extrapolateProfile yes; value $internalField;//uniform (0 1e-3 0); } outlet { type zeroGradient; //value uniform (0 0 0);//$internalField; } "fluid_to_box" { type noSlip; } } } T { internalField uniform 300; boundaryField { inlet { type fixedValue; value uniform 450;//$internalField; } outlet { type inletOutlet; value $internalField; inletValue $internalField; } "fluid_to_box" { type compressible::turbulentTemperatureCoupledBaffleMixed; Tnbr T; kappaMethod fluidThermo; value uniform 300; } } } epsilon { internalField uniform 0.01; boundaryField { inlet { type fixedValue; value uniform 0.01; } outlet { type inletOutlet; inletValue uniform 0.01; } ".*" { type epsilonWallFunction; value uniform 0.01; } } } k { internalField uniform 0.1; boundaryField { inlet { type inletOutlet; inletValue uniform 0.1; } outlet { type zeroGradient; value uniform 0.1; } ".*" { type kqRWallFunction; value uniform 0.1; } } } p_rgh { internalField uniform 0; boundaryField { inlet { type fixedFluxPressure;//zeroGradient; value uniform 0; } outlet { type fixedValue; value uniform 0; } ".*" { type fixedFluxPressure; value uniform 0; } } } p { internalField uniform 0; boundaryField { ".*" { type calculated; //value uniform 0; } } } |
|
June 11, 2021, 15:07 |
|
#26 |
New Member
Bhavin Yardi
Join Date: Jun 2021
Posts: 1
Rep Power: 0 |
I have a hot plate coinciding with the bottom of my Domain and I want to simulate the natural convection. The problem is that here I do not know which is my inlet and which one is outlet. I have my boundaries as TOP, SIDES, BOOTTOM & PLATETOP. I have used the inletoutlet conditions of the top & sides and zeroGradient for the bottom. But, it seems that the air isn't moving out of the domain, as the temperature continously goes on increasing and never stabilizes. I have a uniform heat source as the BC for the plate. Can someone help me with this problem?
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
CFX doesn't continue calculation... | mactech001 | CFX | 6 | November 15, 2009 22:25 |
increasing mesh quality is leading to poor convergence | tippo | CFX | 2 | May 5, 2009 11:55 |
free stream temperature (boundary conditions) | Leentje | FLUENT | 2 | October 11, 2006 09:48 |
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues | michele | OpenFOAM Meshing & Mesh Conversion | 2 | July 15, 2005 05:15 |
Please help with flow around car modelling! | Tudor Miron | CFX | 17 | March 19, 2004 20:23 |