CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Time depending multi region heater with coupled bc

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 10, 2014, 06:16
Default Time depending multi region heater with coupled bc
  #1
dzi
Member
 
Join Date: Nov 2011
Location: Berlin
Posts: 31
Rep Power: 14
dzi is on a distinguished road
Dear Foamers,

I have a multiregion setup with a solid (=heater)/air/solid. Radiation heat transfer is needed.
Between solid and air I want to use a coupled boundary for heat exchange.

Before (=single region, no radiation) I could use groovy bc to read data from file like:
Code:
...
heater_to_airflow
    {
        type            groovyBC;
        value           uniform 1000;
        kappa           solidThermo;
        kappaName       none;
        timelines       ( { name curTUpper ; outOfBounds clamp ; fileName "$FOAM_CASE/tempByTime.data" ; } );
        variables       ( "TTime=curTUpper;" );
        valueExpression "TTime";
    }
...
Now I need a compressible::turbulentTemperatureRadCoupledMixed patch for radiation.

When I use:
Code:
...
heater_to_airflow
{
    type            compressible::turbulentTemperatureRadCoupledMixed;
    Tnbr            T;
    QrNbr           Qr;
    Qr              none;
    value           uniform 1000;
    kappa           solidThermo;
    kappaName       none;
    neighbourFieldName T;
}
...
I cannot apply a time-temperature profile (like with groovyBC).

I also tried to set the internal field of the heater with build-in time-dependent boundary conditions,
(http://www.openfoam.org/version2.1.0...conditions.php),
something like:
Code:
internalField uniform table
(
    (  0   0.0)
    (1000  100.0)
    (0  200.0)
);
, all without success.

Maybe somebody could give me a hint, how to enable a time depending temperature for coupled bc in this case?
Thank you very much!
dirk
dzi is offline   Reply With Quote

Reply

Tags
multi region, radiation, temperature, time


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sudden jump in Courant number NJG OpenFOAM Running, Solving & CFD 7 May 15, 2014 13:52
Unstabil Simulation with chtMultiRegionFoam mbay101 OpenFOAM Running, Solving & CFD 13 December 28, 2013 13:12
[snappyHexMesh] Multi region meshing & recovering the original patch names fluidpath OpenFOAM Meshing & Mesh Conversion 4 May 19, 2013 19:13
same geometry,structured and unstructured mesh,different behaviour. sharonyue OpenFOAM Running, Solving & CFD 13 January 2, 2013 22:40
Upgraded from Karmic Koala 9.10 to Lucid Lynx10.04.3 bookie56 OpenFOAM Installation 8 August 13, 2011 04:03


All times are GMT -4. The time now is 23:17.