|
[Sponsors] |
Laplacian Solver. Assigning different transport properties |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 23, 2009, 05:59 |
Laplacian Solver. Assigning different transport properties
|
#1 |
New Member
Join Date: Nov 2009
Posts: 12
Rep Power: 16 |
Hello,
i'm trying to solve the following problem using LaplacianFoam: Temperature distribution in a solid consisting of two regions which have different heat transfer coefficients. How can one assign the transport properties (Heat coefficient in LaplacianFoam) to different regions? The reason is to estimate the distribution of temperature through insulation containing several layers. Any ideas how do solve it? Maybe another solver? Last edited by mks; November 23, 2009 at 09:45. Reason: Adding information |
|
November 24, 2009, 09:53 |
Problem seems to be solved.
|
#2 |
New Member
Join Date: Nov 2009
Posts: 12
Rep Power: 16 |
I think i could solve the problem. For those who is interested in solution: I modified the standard solver LaplacianFoam. In the createFields.H I have changed the way, DT is read in just like the Temperature Field:
Info<< "Reading diffusivity D\n" << endl; volScalarField DT ( IOobject ( "DT", runTime.timeName(), mesh, IOobject::MUST_READ, IOobject::AUTO_WRITE ), mesh ); Now in temestep 0/ folder create the file DT by copying+modifying the T file. I used the SetFieldsDict in system folder for assigning the DT values to the cell volumes: defaultFieldValues ( volScalarFieldValue DT 4e-04 ); regions ( boxToCell { box ( 0 0 0 ) ( 1.5 3 0.1 ); fieldValues ( volScalarFieldValue DT 1e-04 ); } ); After compiling the new solver and running it i got a temperature distribution that seems to be right. |
|
April 7, 2015, 21:20 |
|
#3 |
New Member
Join Date: Mar 2015
Posts: 25
Rep Power: 11 |
can you share your case here?
|
|
April 8, 2015, 02:59 |
|
#4 |
New Member
Join Date: Nov 2009
Posts: 12
Rep Power: 16 |
Hi Arslan,
yes I could share it, but it is not possible to attach here files larger than 97KB... Give me you email, so I can sent it to you. |
|
April 8, 2015, 17:33 |
|
#5 |
New Member
Join Date: Mar 2015
Posts: 25
Rep Power: 11 |
||
April 20, 2015, 11:04 |
|
#6 |
New Member
Join Date: Mar 2015
Posts: 25
Rep Power: 11 |
||
February 16, 2017, 03:36 |
|
#7 |
Senior Member
Alejandro
Join Date: Jan 2014
Location: Argentina
Posts: 128
Rep Power: 12 |
||
February 16, 2017, 05:57 |
|
#8 |
New Member
Join Date: Nov 2009
Posts: 12
Rep Power: 16 |
Hi Alejandro,
just sent an email to you! |
|
June 19, 2017, 09:18 |
Req
|
#9 |
New Member
karthik
Join Date: Jun 2016
Posts: 5
Rep Power: 10 |
Hi,
I've been trying to do this for a while now.. Can any of you please mail me the modified solver files? ID: ktk04spiker@gmail.com |
|
November 20, 2017, 05:27 |
Req
|
#10 |
New Member
bobby
Join Date: Jul 2017
Posts: 8
Rep Power: 9 |
||
November 20, 2017, 06:00 |
|
#11 |
New Member
Join Date: Nov 2009
Posts: 12
Rep Power: 16 |
Hi rahul62,
sorry, I don't have this anymore. Please ask someone to whom I did send it previously, e.g. ktk04spiker@gmail.com, ancolli@gmail.com, arslan.arshad786@yahoo.com etc. |
|
November 20, 2017, 09:39 |
|
#12 |
Senior Member
Alejandro
Join Date: Jan 2014
Location: Argentina
Posts: 128
Rep Power: 12 |
here it is...
|
|
November 20, 2017, 11:04 |
|
#13 |
New Member
bobby
Join Date: Jul 2017
Posts: 8
Rep Power: 9 |
How to define different value of DT for different region. The above case doesn't contain 0 folder.
|
|
November 20, 2017, 11:16 |
|
#14 |
Senior Member
Alejandro
Join Date: Jan 2014
Location: Argentina
Posts: 128
Rep Power: 12 |
|
|
April 2, 2018, 08:27 |
Add heat source
|
#15 |
Member
Shailesh BG
Join Date: Aug 2017
Location: Bangalore
Posts: 39
Rep Power: 9 |
Hi Mks,
That is a wonderful way of assigning transport properties to different regions without having to go through toposet and splitMeshRegions process. But I want to know if it is possible to add heat sources to the different regions created by this way. In fvOptions the possible selection modes are: all, cellSet, cellZone, points,, Could you please shed some light on this.
__________________
Regards, Shailesh |
|
April 3, 2018, 09:11 |
|
#16 | |
Senior Member
Alejandro
Join Date: Jan 2014
Location: Argentina
Posts: 128
Rep Power: 12 |
Quote:
Regards |
||
September 20, 2018, 04:41 |
How to give Heat transfer coefficient BCs and variable heat flu Laplacian OpenFoam5
|
#17 |
New Member
anand
Join Date: Sep 2018
Posts: 1
Rep Power: 0 |
i'm trying to solve 3D conduction problem using LaplacianFoam OF5: Temperature distribution in a solid surrounded by of two regions which have different heat transfer coefficients and ambient Temperatures.And also how to give variable heat flux boundary condition.
I tried groovyBC, but it is not working, any other method please. I have only one region. |
|
September 20, 2018, 08:26 |
|
#18 |
Senior Member
Alejandro
Join Date: Jan 2014
Location: Argentina
Posts: 128
Rep Power: 12 |
You need to use the multiRegion approach. GroovyBC is not working in that case. See tutorials >> heatTransfer >> chtMultiregionFoam and chtMultiregionSimpleFoam
here u have a detailed example for heat transfer https://www.slideshare.net/ARPITSING...regiontutorial or a simplified solver witth modified BC for an electrochemical problem https://www.sciencedirect.com/scienc...170?via%3Dihub under the multi-region approach Regards |
|
Tags |
heat transfer, laplacianfoam, laplacianschemes, multiregion, temperature |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ReactingFoam Laminar flame simulation transport properties | gbansal | OpenFOAM Running, Solving & CFD | 3 | November 23, 2012 17:03 |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
Transport properties with PPDF combustion | Erik | Siemens | 0 | February 18, 2009 06:18 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |