CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent Multiphase

open channel BC

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 30, 2022, 08:16
Default open channel BC
  #1
New Member
 
Join Date: Jan 2022
Posts: 1
Rep Power: 0
javad.gh is on a distinguished road
Hello guys,
i am modeling following problem in fluent. i tried mass flow inlet but my simulation went wrong.
how can i solve this problem in transient calculation? i used this udf for free surface level. do i use pressure inlet?
thanks a lot ..

*********************************
#include "udf.h"
DEFINE_TRANSIENT_PROFILE(free_surface,CURRENT_TIME )
{
real f_surface=0.0 ;
real ti ;
ti = CURRENT_TIME;
if (ti < 1)
{
f_surface = 0.5 ;
}
else
{
f_surface = 5 ;
}
return f_surface;
}
Attached Images
File Type: jpg WhatsApp Image 2022-01-14 at 3.45.25 AM.jpg (98.3 KB, 9 views)
javad.gh is offline   Reply With Quote

Reply

Tags
fluent, open channel flow


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
Using PengRobinsonGas EoS with sprayFoam Jabo OpenFOAM Running, Solving & CFD 35 April 29, 2022 15:35
[swak4Foam] funkyDoCalc with OF2.3 massflow NiFl OpenFOAM Community Contributions 14 November 25, 2020 03:30
Enabling Open Channel Flow Sub-Model in Mixture model cod213 FLUENT 0 January 10, 2017 13:40
Open Channel Boundary Conditions Issues Env FLUENT 8 June 28, 2016 16:05
OpenFOAM without MPI kokizzu OpenFOAM Installation 4 May 26, 2014 09:17


All times are GMT -4. The time now is 19:01.