CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Time dependent heat flux

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 14, 2012, 16:59
Default Time dependent heat flux
  #1
Member
 
Nikunj Raithatha
Join Date: Jul 2012
Location: Washington DC
Posts: 47
Rep Power: 13
Nikunj.R is on a distinguished road
Hello All!

I am trying to simulate an example with a trubulentHeatFluxTemperature boundary condition. While I have successfully implemented this BC, I am wanting to introduce time dependent heat flux in table format, where one specifies time and the corresponding heat flux value. I believe it is doable for fields like T, U using uniformFixedValue type, I dont know how to do it while using trubulentHeatFluxTemperature type.

Please let me know how to recompile this BC type or related discussions.

Thanks.
Nikunj.
Nikunj.R is offline   Reply With Quote

Old   January 22, 2013, 05:55
Default
  #2
Member
 
Robert
Join Date: Aug 2012
Location: Berlin
Posts: 74
Rep Power: 13
vainilreb is on a distinguished road
Hey Nikunj,

have you already found a way to do this? It's exactly the problem I'm facing right now.

Best regards,

Robert
vainilreb is offline   Reply With Quote

Old   April 15, 2015, 04:55
Default
  #3
New Member
 
Jules
Join Date: Jun 2014
Posts: 2
Rep Power: 0
Gaspacho is on a distinguished road
Dear all ,

I 'm also facing this problem. I would like to define two linearly time dependent boundary conditions : a wall heat flux ( W/m^2) and a mixture gas mass flow rate (kg/s). For the heat flux , I was testing the compressible::turbulentHeatFluxTemperature boundary condition on the hot room tutorial case from tutorials/heatTransfer/buoyantPimpleFoam and I modified the Temperature boundary condition for the floor like this :

Code:
floor
    {
        type compressible::turbulentHeatFluxTemperature;
        heatSource flux; // flux for W/m^2
        q  tableFile;
        tableFileCoeffs
       {
         fileName   "/home/user/Openfoam/hotRoom/myDataFile.txt"
         outOfBounds   clamp;
      
       }
       kappa fluidThermo;
       Qr none;
       kappaName       none;
       value uniform 300;
       }
However this way does not seem to work as q expects the key word uniform with scalar value. May someone provide hints to do some time-dependent heat flux and mass flow rate BC ?

Thank you in advance !
Gaspacho is offline   Reply With Quote

Reply


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
AMI speed performance danny123 OpenFOAM 21 October 24, 2020 04:13
An error has occurred in cfx5solve: volo87 CFX 5 June 14, 2013 17:44
Heterogeneous heat flux Kev STAR-CD 4 July 7, 2009 04:48
IcoFoam parallel woes msrinath80 OpenFOAM Running, Solving & CFD 9 July 22, 2007 02:58
solar heat flux through roof Tim FLUENT 1 January 17, 2007 16:01


All times are GMT -4. The time now is 14:32.