|
[Sponsors] |
January 30, 2022, 09:16 |
open channel BC
|
#1 |
New Member
Join Date: Jan 2022
Posts: 1
Rep Power: 0 |
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; } |
|
Tags |
fluent, open channel flow |
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Using PengRobinsonGas EoS with sprayFoam | Jabo | OpenFOAM Running, Solving & CFD | 36 | July 16, 2024 04:52 |
[swak4Foam] funkyDoCalc with OF2.3 massflow | NiFl | OpenFOAM Community Contributions | 14 | November 25, 2020 04:30 |
Enabling Open Channel Flow Sub-Model in Mixture model | cod213 | FLUENT | 0 | January 10, 2017 14:40 |
Open Channel Boundary Conditions Issues | Env | FLUENT | 8 | June 28, 2016 17:05 |
OpenFOAM without MPI | kokizzu | OpenFOAM Installation | 4 | May 26, 2014 10:17 |