|
[Sponsors] |
Nonuniform Temperature Gradient Boundary Condition |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 16, 2017, 00:13 |
Nonuniform Temperature Gradient Boundary Condition
|
#1 |
New Member
Join Date: Oct 2015
Location: Florida
Posts: 4
Rep Power: 11 |
Hello,
I'm trying to specify temperature gradient values for temperatures at each location on the top face of a slab and I haven't been able to get it to work yet. Can you guys help? My code looks something like this: FoamFile { version 2.0; format ascii; class volScalarField; object T; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 0 0 1 0 0 0]; internalField uniform 273; boundaryField { walls { type zeroGradient; } bottom { type fixedValue; value uniform 273; } top { type fixedGradient; value nonuniform List<vector> ( (0.00625 0.00625 0.0254) (0.01875 0.00625 0.0254) ... ... ) } } |
|
August 4, 2017, 18:58 |
|
#2 |
Senior Member
alberto
Join Date: Apr 2016
Location: Mexico
Posts: 119
Rep Power: 10 |
Could you do that?
|
|
Tags |
gradient, nonuniform, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Radiation in semi-transparent media with surface-to-surface model? | mpeppels | CFX | 11 | August 22, 2019 08:30 |
Out File does not show Imbalance in % | Mmaragann | CFX | 5 | January 20, 2017 11:20 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
An error has occurred in cfx5solve: | volo87 | CFX | 5 | June 14, 2013 18:44 |
Dynamic Temperature Boundary Condition | Kshitij | FLUENT | 0 | October 12, 2005 14:40 |