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

Coupled Interface Boundary Condition for Multi-Region Solver

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   August 1, 2021, 14:09
Default Coupled Interface Boundary Condition for Multi-Region Solver
  #1
New Member
 
Saumava Dey
Join Date: Sep 2020
Posts: 29
Rep Power: 5
saumavadey is on a distinguished road
Hello!

I am developing a multi-region solver for coupling water flow over the overland surface and through stream networks using the diffusive model of Saint Venant equations. My simulation region consists of two regions: overland and channel. At the interface of the overland region, I need to exchange a flux with the channel region. The flux is one-way (overland to channel) or two-way (overland to channel and vice versa) based on a parameter Zb (bank elevation).

The flux calculations are as follows:

if (Zb > hc)
Qoc = Cd*(ho - Zb)^1.5
Qco = 0

else
Qoc = Qco = Cd*((ho - hc)^0.5)*(ho - Zb)

ho = flow depth in the overland region
hc = flow depth in the channel
Cd = a constant
Qoc = flux from overland to channel
Qco = flux from channel to overland

I seek help in how to implement it as a boundary condition on the coupled interface.

I desperately need some help as my whole work has got stuck for some time due to this.
saumavadey is offline   Reply With Quote

Reply

Tags
coupled bc, coupled boundary, multiregions


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
Centrifugal fan j0hnny CFX 13 October 1, 2019 13:55
Centrifugal fan-reverse flow in outlet lesds to a mass in flow field xiexing CFX 3 March 29, 2017 10:00
Low torque values on Screw Turbine Shaun Waters CFX 34 July 23, 2015 08:16
External Radiation Boundary Condition (Two sided wall), Grid Interface CFD XUE FLUENT 0 July 8, 2010 06:49
[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 13:08.