|
[Sponsors] |
Time varying Temperature in a Region for chtMultiRegionFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 28, 2021, 23:34 |
Time varying Temperature in a Region for chtMultiRegionFoam
|
#1 |
Senior Member
Desh
Join Date: Mar 2021
Location: Sydney
Posts: 118
Rep Power: 5 |
Hi All,
I am new to OF and trying to develop a conjugate heat transfer model with chtMultiRegionFoam. A region called 'heater' is defined and it radiates and convects heat energy. hence the boundary is defined 'compressible::turbulentTemperatureRadCoupledMixed '. Now I want to input temperature as a function of time only to the heater region. OF allows me to change the boundary condition with the following set-up; boundaryField { ".*" { type uniformFixedValue; uniformValue table ( (0 750) (5 800) (10 850) (15 900) ); } "heater_to_.*" { type compressible::turbulentTemperatureRadCoupledMixed; Tnbr T; kappaMethod solidThermo; value uniform 300; } } } 1. how can I make the "heater_to_.*" boundary temperature also as a function of time? 2. The above only works for interfaces that do not define radiate or convect. how can I vary the internal field temperature of the region 'heater'? 3. using a constant or time-varying power source to the heater is an option too, but is it possible to use the temperature as the time dependant input? I would really appreciate it if anyone can direct me or advise me on how to change the temperature in the heater region as a function of time, whilst enabling some boundaries to radiate and convect heat. I hope the problem is clear, if not, please ask. Thank you very much Dasith Last edited by dasith0001; March 29, 2021 at 00:51. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with chtMultiregionFoam radiation boundary condition | baran_foam | OpenFOAM Running, Solving & CFD | 10 | December 17, 2019 18:36 |
Problem simulating the temperature rise in a composite material (chtMultiRegionFoam) | Adam_K | OpenFOAM Running, Solving & CFD | 2 | March 27, 2019 07:51 |
Stuck in a Rut- interDyMFoam! | xoitx | OpenFOAM Running, Solving & CFD | 14 | March 25, 2016 08:09 |
Time varying ambient temperature as B.C in OpenFoam | Kumudu | Main CFD Forum | 0 | October 24, 2013 15:08 |
mixerVesselAMI2D's mass is not balancing | sharonyue | OpenFOAM Running, Solving & CFD | 6 | June 10, 2013 10:34 |