|
[Sponsors] |
![]() |
![]() |
#1 | |
New Member
Alberto Karkour
Join Date: Jul 2016
Location: Maracaibo, Venezuela
Posts: 6
Rep Power: 10 ![]() |
Hey guys! I'm new over here (and also in OpenFoam) my name is Alberto I'm from Venezuela.
I'd like some help about in trying to do a conduction heat transfer case of a solid so from what I've investigated the solver used is laplacianFoam. I did the tutorial that has the flange.ans file and everything was ok. But now the case I'm trying to do instead of two fixed temperatures has fixed temperatures and a heat flux. Here is the case: Quote:
Code:
/*--------------------------------*- C++ -*----------------------------------*\ | ========= | | | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox | | \\ / O peration | Version: 3.0.x | | \\ / A nd | Web: www.OpenFOAM.org | | \\/ M anipulation | | \*---------------------------------------------------------------------------*/ FoamFile { version 2.0; format ascii; class volScalarField; object T; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 1 0 0 0]; internalField uniform 0; boundaryField { fixedWalls { type fixedValue; value uniform 0; } heatWall { type fixedGradient; value uniform 416.67; } frontAndBack { type empty; } } // ************************************************************************* // |
||
![]() |
![]() |
![]() |
![]() |
#2 |
Member
Join Date: Feb 2015
Posts: 39
Rep Power: 12 ![]() |
First of all: I have not worked with heat transfer or this solver.
Since you posted here, I assume something is not working? What exactly is the problem you are facing that your calculation seems to fail? Do you get an error message? Is the solution unrealistic? |
|
![]() |
![]() |
![]() |
![]() |
#3 | ||
New Member
Alberto Karkour
Join Date: Jul 2016
Location: Maracaibo, Venezuela
Posts: 6
Rep Power: 10 ![]() |
Thanks for your reply! Well in the OpenFoam UserGuide says
Quote:
Yes, I get an error and is when I run the solver: Quote:
|
|||
![]() |
![]() |
![]() |
![]() |
#4 |
Member
Join Date: Feb 2015
Posts: 39
Rep Power: 12 ![]() |
It already tells you that the keyword gradient is missing in line 34. Try "gradient" instead of "value"
Edit: By the way, this post had the same problem ![]() http://www.cfd-online.com/Forums/ope...tml#post217991 Edit 2: Not sure if it works in a windows environment, but if you can, try to create log files. Makes life a bit easier when posting things here ![]() (For example: "simpleFoam 2>&1 | tee simple.log") Last edited by HenningW; July 26, 2016 at 10:43. Reason: Additional Information ;) |
|
![]() |
![]() |
![]() |
![]() |
#5 |
New Member
Alberto Karkour
Join Date: Jul 2016
Location: Maracaibo, Venezuela
Posts: 6
Rep Power: 10 ![]() |
Yes! That was the solution! Put gradient instead of value! Thanks so much!!!
|
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Question about heat transfer coefficient setting for CFX | Anna Tian | CFX | 1 | June 16, 2013 06:28 |
Error finding variable "THERMX" | sunilpatil | CFX | 8 | April 26, 2013 07:00 |
Opening Boundary Condition | andreachan | Main CFD Forum | 11 | March 19, 2013 16:46 |
domain imbalance for enrgy equation | happy | CFX | 14 | September 6, 2012 01:54 |
asking for Boundary condition in FLUENT | Destry | FLUENT | 0 | July 27, 2010 00:55 |