|
[Sponsors] |
October 1, 2018, 17:57 |
|
#21 |
Senior Member
cyln
Join Date: Jul 2016
Posts: 102
Rep Power: 10 |
This is how an omega looks like inside a processor folder. For example, look at INTEROUTT2. What does nonuniform 0(); mean?
Code:
internalField uniform 0.55; boundaryField { FARFIELD { type fixedValue; value nonuniform 0(); } OUTLET { type zeroGradient; } BODY { type fixedValue; value nonuniform 0(); } INTEROUTT2 { type cyclicAMI; value nonuniform 0(); } INTEROUT2 { type cyclicAMI; value nonuniform List<scalar> 9811 ( 0.55 0.55 0.55 0.55 |
|
October 2, 2018, 01:40 |
|
#22 |
Senior Member
Michael Alletto
Join Date: Jun 2018
Location: Bremen
Posts: 616
Rep Power: 16 |
nonuniform 0(); means that the boundary value are not uniform but the boundary patch is not present at the processor you are looking at.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Basic Nozzle-Expander Design | karmavatar | CFX | 20 | March 20, 2016 09:44 |
How to define an interior interface in SU2 | momo_sjx | SU2 | 2 | July 27, 2014 11:57 |
How to define the heat flux in the interior interface between two phases | fangdian | FLUENT | 1 | November 18, 2013 08:23 |
Installing OF 1.6 on Mac OS X | gschaider | OpenFOAM Installation | 129 | June 19, 2010 10:23 |
How to define the interface between two fluids | TfG | FLUENT | 17 | May 3, 2009 11:49 |