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

Change Parameter of Boundary Condition

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 1, 2016, 10:51
Default Change Parameter of Boundary Condition
  #1
New Member
 
Join Date: Aug 2015
Posts: 8
Rep Power: 10
inginheiro is on a distinguished road
Dear Foamers,

i have following BC for temperature:

Code:
wall1
            {
                type            compressible::turbulentTemperatureCoupledBaffleMixed;
                Tnbr            T;
                kappa           solidThermo;
                kappaName       none;
                thicknessLayers (0.03);
                kappaLayers     (0.03); 
                value           uniform 300;


            }
at t=2s , for example, I would like to change thicknessLayers to 0.05.

Whats the best way to do it?

I'm looking for something similar to:

T.boundaryField()[patchID].thicknessLayers = 0.05


Ps: I cant use groovyBC or write directly the new temperature value.
inginheiro is offline   Reply With Quote

Reply

Tags
baffle, boundaries condition, cht


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
Wind turbine simulation Saturn CFX 58 July 3, 2020 01:13
Radiation interface hinca CFX 15 January 26, 2014 17:11
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
CFX fails to calculate a diffuser pipe flow shenying0710 CFX 7 March 26, 2013 04:13
inlet velocity boundary condition murali CFX 5 August 3, 2012 08:56


All times are GMT -4. The time now is 20:02.