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

Understanding variableHeightFlowRateInletVelocity boundary condition

Register Blogs Community New Posts Updated Threads Search

Like Tree8Likes
  • 3 Post By sharonyue
  • 1 Post By buesinaw
  • 2 Post By indy07cz
  • 2 Post By hwangpo

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 22, 2015, 12:54
Default Understanding variableHeightFlowRateInletVelocity boundary condition
  #1
New Member
 
Jorge Escobar
Join Date: Apr 2015
Posts: 1
Rep Power: 0
escodonic is on a distinguished road
I am doing a two phase flow simulation with VOF.
As an inlet BC I'm using the "variableHeightFlowRateInletVelocity".

As inputs OpenFoam requires the volumetric flow rate and the phase-fraction field.

When running some cases I can see that the water free surface elevation can change in time. I assume that if the height increases, the velocity should decrease, and always the volumetric flow rate is constant.

Somebody knows how that BC works? How OpenFoam makes the change of velocity and height in time?

Thanks
escodonic is offline   Reply With Quote

Old   June 4, 2015, 07:30
Default
  #2
New Member
 
Join Date: May 2015
Posts: 2
Rep Power: 0
CUnsworth is on a distinguished road
Hello,
I would also like clarity on this question, and in addition how the lower and upper bounds work.
are they set heights(mm or m)? fractions of the inlet boundary scale? percentage? variation from initial conditions?
Chris.
CUnsworth is offline   Reply With Quote

Old   June 4, 2015, 10:44
Default
  #3
Senior Member
 
Dongyue Li
Join Date: Jun 2012
Location: Beijing, China
Posts: 839
Rep Power: 17
sharonyue is on a distinguished road
Quote:
Originally Posted by escodonic View Post
I am doing a two phase flow simulation with VOF.
As an inlet BC I'm using the "variableHeightFlowRateInletVelocity".

As inputs OpenFoam requires the volumetric flow rate and the phase-fraction field.

When running some cases I can see that the water free surface elevation can change in time. I assume that if the height increases, the velocity should decrease, and always the volumetric flow rate is constant.

Somebody knows how that BC works? How OpenFoam makes the change of velocity and height in time?

Thanks
Hi,

here is the code:
Code:
scalarField alphap =
        patch().lookupPatchField<volScalarField, scalar>("alpha1");

    alphap = max(alphap, scalar(0));
    alphap = min(alphap, scalar(1));

    // a simpler way of doing this would be nice
    scalar avgU = -flowRate_/gSum(patch().magSf()*alphap);

    vectorField n(patch().nf());

    operator==(n*avgU*alphap);
where n is to make it a vector. And avgU is:
avgU = \frac{F}{{\sum {\left( {{\alpha _1} \cdot S} \right)} }}

Then U in every patch cell will be:
U = \frac{F}{{\sum {\left( {{\alpha _1} \cdot S} \right)} }}{\alpha _1} \cdot \vec n

avigrod, minh khang and Teresa.Z like this.
__________________
My OpenFOAM algorithm website: http://dyfluid.com
By far the largest Chinese CFD-based forum: http://www.cfd-china.com/category/6/openfoam
We provide lots of clusters to Chinese customers, and we are considering to do business overseas: http://dyfluid.com/DMCmodel.html
sharonyue is offline   Reply With Quote

Old   December 30, 2019, 11:07
Default
  #4
New Member
 
Aaron B.
Join Date: Nov 2019
Posts: 6
Rep Power: 6
buesinaw is on a distinguished road
If I understand correctly, together the variableHeightFlowRate boundary condition can be used in the "alpha.water" file and the variableHeightFlowRateInletVelocity boundary condition can be used in the "U" file to apply a volumetric flow rate to a boundary of a two-phase (air/water) open-channel flow problem. It appears that there's no control over how much of the specified volumetric flow is assigned to water and how much is assigned to air. In an open-channel flow problem the user typically wants to specify the volumetric flow rate of just the water, not the air. Can one use these boundary conditions to specify that the volumetric inflow is the volumetric inflow of water only?
hhu_lulu likes this.
buesinaw is offline   Reply With Quote

Old   January 7, 2020, 15:28
Default
  #5
Member
 
Honza Höll
Join Date: Mar 2016
Location: Brno, CZ
Posts: 34
Rep Power: 10
indy07cz is on a distinguished road
Quote:
Originally Posted by buesinaw View Post
If I understand correctly, together the variableHeightFlowRate boundary condition can be used in the "alpha.water" file and the variableHeightFlowRateInletVelocity boundary condition can be used in the "U" file to apply a volumetric flow rate to a boundary of a two-phase (air/water) open-channel flow problem. It appears that there's no control over how much of the specified volumetric flow is assigned to water and how much is assigned to air. In an open-channel flow problem the user typically wants to specify the volumetric flow rate of just the water, not the air. Can one use these boundary conditions to specify that the volumetric inflow is the volumetric inflow of water only?

I used theese BC's for spillway study and it worked as you expect - volumetric inflow=volumetric inflow of water. Just check spillway in FOAM_tutorials. Or you can separate inlet into 2 parts: one for water and one for air and then use other BC's.
hwangpo and Teresa.Z like this.
indy07cz is offline   Reply With Quote

Old   February 1, 2020, 01:13
Default
  #6
Member
 
Ben B. Huang
Join Date: Oct 2012
Posts: 54
Rep Power: 13
hwangpo is on a distinguished road
The variableHeightFlowRate boundary condition provides a phase fraction condition based on the local flow conditions, whereby the values are constrained to lay between user-specified upper and lower bounds. The behaviour is described by:
if alpha > upperBound:
- apply a fixed value condition, with a uniform level of the upper bound
if lower bound <= alpha <= upper bound: - apply a zero-gradient condition
if alpha < lowerBound:
- apply a fixed value condition, with a uniform level of the lower bound.
Thus, the lowerBound and upperBound should be given.

The variableHeightFlowRateInletVelocity boundary condition provides a velocity boundary condition for multiphase flow based on a user-specified volumetric flow rate.
The flow rate is made proportional to the phase fraction alpha at each face of the patch and alpha is ensured to be bound between 0 and 1. The flowRate and alpha terms should be provided.

Hope this helps.
M.W.G. and hhu_lulu like this.
hwangpo is offline   Reply With Quote

Old   April 30, 2021, 06:53
Default Inlet angle for variableHeightFlowRateInletVelocity boundary
  #7
New Member
 
Alfa
Join Date: Apr 2021
Location: Germany
Posts: 3
Rep Power: 5
alfa.fauzi is on a distinguished road
Hi everyone,


I have a question regarding an inlet angle when using variableHeightFlowRateInletVelocity BC for interFoam. Is there a way to setup an angle? I know that it is easy to setup an angle using velocity vector component within standard inlet BC e.g. using fixedValue uniform (Usin45 Ucos45 0) for an angle of 45 degree between x&y direction.



However I'm not sure how it works with variableHeightFlowRateInletVelocity although there is the vector component uniform (0 0 0). Is it only by changing the value inside the bracket?



As an example if I want a 45 degree between x & y direction, is it simply by writing the followings?



type variableHeightFlowRateInletVelocity;
flowRate 109.15; //(m3/s)
alpha alpha.water;
value uniform (109.15*sin45 109.15*cos45 0);



Hope someone answers my question. Thanks!


Regards,
Alfa
alfa.fauzi is offline   Reply With Quote

Old   April 30, 2021, 07:16
Default
  #8
Member
 
Honza Höll
Join Date: Mar 2016
Location: Brno, CZ
Posts: 34
Rep Power: 10
indy07cz is on a distinguished road
Hi, I'm not sure but I think that value here is just placeholder. Just try and you will see.
indy07cz is offline   Reply With Quote

Old   June 4, 2022, 07:57
Default
  #9
Member
 
Mahmoud
Join Date: Nov 2020
Location: United Kingdom
Posts: 43
Rep Power: 5
Mahmoud Abbaszadeh is on a distinguished road
Hi All,

I would like to use variableHeightFlowRateInletVelocity BC. In this scenario, we can define a constant flow discharge across the inlet boundary. I'm wondering if we can use a non-uniform flow discharge at the inlet boundary?

I tried to use the topoSetDict and set non-uniform values at the inlet. However, after a few time steps, the depth at the inlet increases to satisfy the fixed flow discharge. As a result, the non-uniform velocity will only affect a fraction of the initialized cellZone that was determined in the toposetDict.

Anyone has an idea how to deal with it?

Thanks in advance.
Mahmoud Abbaszadeh 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
Mathematical representation of fixedDisplacementZeroShear boundary condition Sargam05 OpenFOAM 14 January 11, 2022 06:55
Velocity profile boundary condition Tuca FLOW-3D 1 April 23, 2013 12:02
No-slip condition for non-resolved boundary layer in open channel banks Lupocci Main CFD Forum 1 January 17, 2013 03:11
External Radiation Boundary Condition (Two sided wall), Grid Interface CFD XUE FLUENT 0 July 8, 2010 06:49
The Boundary Condition about the Flat Plate boing Main CFD Forum 1 January 6, 2002 16:53


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