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

fixedProfile

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By alexvaleije

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 6, 2021, 10:50
Default fixedProfile
  #1
New Member
 
Mary
Join Date: Sep 2021
Posts: 16
Rep Power: 4
limpideyes is on a distinguished road
Hello,

I would like to set up a custom wind profile at the inlet boundary condition. I've found the type, fixedProfile for OpenFOAM v9:

https://cpp.openfoam.org/v9/classFoa...d.html#details
Code:
inlet
{
        type            fixedProfile;
        profile         table;
        profileCoeffs
        {
            file                "UProfile";
            format              csv;
            nHeaderLine         0;
            refColumn           0;
            componentColumns    (1 2 3);
            separator           ",";
            mergeSeparators     no;
            outOfBounds         clamp;
            interpolationScheme linear;
        }
        direction        (0 1 0);
        origin           0;
}

What I want is to keep the custom inlet wind profile until the outlet.

My question is:
Once I set up with the fixedProfile at the inlet, does this profile maintain until reaching outlet?

Please advise,

Thanks in advance!
limpideyes is offline   Reply With Quote

Old   November 8, 2021, 07:19
Default
  #2
Member
 
Alejandro Valeije
Join Date: Nov 2014
Location: Spain
Posts: 52
Rep Power: 11
alexvaleije is on a distinguished road
Hi,

Without any further research, I would say no. The profile will develop according to the rest of the boundary conditions you set in the case. If you want to keep it you would have to set your BCs accordingly, using symmetry conditions or fixed values to help it during the calculation

Hope it helps. Regards
limpideyes likes this.
alexvaleije is offline   Reply With Quote

Old   November 8, 2021, 07:36
Default
  #3
New Member
 
Mary
Join Date: Sep 2021
Posts: 16
Rep Power: 4
limpideyes is on a distinguished road
Thanks for your note, alexvaleije !

What is the symmetry conditions? And, does the fixed vaules mean a codedFixedValue?
limpideyes is offline   Reply With Quote

Old   November 8, 2021, 08:03
Default
  #4
Member
 
Alejandro Valeije
Join Date: Nov 2014
Location: Spain
Posts: 52
Rep Power: 11
alexvaleije is on a distinguished road
In short, symmetry boundary conditions are used in CFD to represent boundaries where the normal gradient of the variable to the surface is 0, and are commonly used for the side walls and sky in external flow simulations, since you want these boundaries to be far from your domain of study to not interact with it (and from for wind condition, it seems that you are running something similar to that)

In openfoam is represented (at least for older versions) with the term "symmetry".

As for your question regarding codedFixedValue, I did some some small research, and it seems to be a more developed condition than "fixedValue". The one that I am talking is this:

inlet
{
type fixedValue;
value uniform (1 0 0);
}


where you define a scalar value in the three directions. I imagine that the BC that you are using works similar to this

Regards,
alexvaleije 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
fixedProfile kOmega MazenDraw OpenFOAM Running, Solving & CFD 4 January 23, 2023 07:54
How to assign flow direction for fixedProfile inlet Boundary condition lachuktr OpenFOAM 2 August 29, 2021 10:29
FixedProfile polynomial Boundary Condition - Advice Please basecase OpenFOAM Pre-Processing 0 May 28, 2021 00:09
FixedProfile Boundary condition for wall bhuvanChennoju OpenFOAM Running, Solving & CFD 0 October 6, 2019 05:54
FixedProfile inlet velocity - Multiphase Flow jozsef_kiraly OpenFOAM Pre-Processing 0 June 20, 2019 10:03


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