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

How to define a non-comformal interface

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 1, 2018, 16:57
Default
  #21
Senior Member
 
cyln
Join Date: Jul 2016
Posts: 102
Rep Power: 10
cyln is on a distinguished road
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
cyln is offline   Reply With Quote

Old   October 2, 2018, 00:40
Default
  #22
Senior Member
 
Michael Alletto
Join Date: Jun 2018
Location: Bremen
Posts: 615
Rep Power: 16
mAlletto will become famous soon enough
nonuniform 0(); means that the boundary value are not uniform but the boundary patch is not present at the processor you are looking at.
mAlletto 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
Basic Nozzle-Expander Design karmavatar CFX 20 March 20, 2016 08:44
How to define an interior interface in SU2 momo_sjx SU2 2 July 27, 2014 10:57
How to define the heat flux in the interior interface between two phases fangdian FLUENT 1 November 18, 2013 07:23
Installing OF 1.6 on Mac OS X gschaider OpenFOAM Installation 129 June 19, 2010 09:23
How to define the interface between two fluids TfG FLUENT 17 May 3, 2009 10:49


All times are GMT -4. The time now is 21:11.