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

Coupled Boundary

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 15, 2023, 10:31
Default Coupled Boundary
  #1
New Member
 
Join Date: Jun 2023
Posts: 1
Rep Power: 0
Hesh is on a distinguished road
Hi,

I have been trying to couple the temperature across two boundaries almost as an expression.

One boundary is considered as an inlet with with a fixedValue temperature type that should be linked to an outlet boundary of adiabatic (zeroGradient) condition. Essentially the inlet temperature should be half of the average temperature recorded on the outlet surface.

I tried the following, however this code does not work. Any guidance would be very much appreciated.

HTML Code:
\T:
    Supply
    {
        type            zeroGradient;
    }

    Return
    {
        type            fixedValue;
        value           $Supply/(0.5);
    }

\U:
    Return
    {
        type                flowRateInletVelocity;
        volumetricFlowRate  0.625; // m3/s
        value               uniform (0 0 0);
    }

    Supply
    {
        type                flowRateOutletVelocity;
        volumetricFlowRate  0.625; // m3/s
        value               uniform (0 0 0);  
    }
Hesh 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
Wind turbine simulation Saturn CFX 60 July 17, 2024 05:45
Out File does not show Imbalance in % Mmaragann CFX 5 January 20, 2017 10:20
Waterwheel shaped turbine inside a pipe simulation problem mshahed91 CFX 3 January 10, 2015 11:19
Question about heat transfer coefficient setting for CFX Anna Tian CFX 1 June 16, 2013 06:28
[Commercial meshers] Trimmed cell and embedded refinement mesh conversion issues michele OpenFOAM Meshing & Mesh Conversion 2 July 15, 2005 04:15


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