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

Fixed TotalPressure at Inlet, but it still rises

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 15, 2020, 06:00
Default Fixed TotalPressure at Inlet, but it still rises
  #1
Member
 
Join Date: Jun 2017
Posts: 73
Rep Power: 8
Friendly is on a distinguished road
Hello everyone,


I am struggling with a weird phenomenon:
I am doing a simulationen of an underexpanded jet with rhoCentralFoam. At the inlet I have a totalPressure, totalTemperature und zeroGradient for U and the outlet wavetransmissive for p and U and zeroGradient for T. Walls are slip (U) or zeroGradient (p,T).
I have noticed, that that the totalPressure at the inlet rises. I have set the totalPressure to 10e5 Pa but he rises up to 23e5 Pa.


Here are the boundary conditions for the Inlet:


Code:

p:

 
         type            totalPressure;

        phi               phi;
        rho              none;
        psi               thermo:psi;
        gamma           1.4;
        p0               uniform 10e5;
         value           uniform 10e5;

T:
        type            totalTemperature;
        gamma         1.4;
        phi              phi;
        rho             none;
        psi              thermo:psi;
        T0              uniform 293.15;
        value           uniform 293.15;


U:

        type            zeroGradient;
For the outlet:


Code:

p:


        type            waveTransmissive;
        field           p;
        psi             thermo:psi;
        gamma           1.4;
        fieldInf        101325;
        lInf            1;
        value           uniform 101325;


T:


        type            zeroGradient;


U:


        type            waveTransmissive;
        field             U;
        phi              phi;
        rho              rho;
        psi               thermo:psi;
        gamma           1.4;
        fieldInf        (0 0 0);
        lInf            1;
        value           uniform (0 0 0);
I think somehow my boundary conditions are wrong. But I have seen many people using them like that. Does anyone have an idea what I coudl do better?


Thank you!


Friendly
Friendly is offline   Reply With Quote

Old   November 19, 2020, 02:35
Default
  #2
Senior Member
 
Troy Snyder
Join Date: Jul 2009
Location: Akron, OH
Posts: 219
Rep Power: 18
tas38 is on a distinguished road
Are you sure that the total pressure on the inlet boundary patch itself rises, or the total pressure rises "close" to the inlet. I wonder if the inlet boundary patch may not be specified correctly and there is a sudden increase in total pressure just inside the computational domain.
tas38 is offline   Reply With Quote

Old   November 23, 2020, 04:41
Default
  #3
Member
 
Join Date: Jun 2017
Posts: 73
Rep Power: 8
Friendly is on a distinguished road
Hi,


yes, I am looking only at the inlet. I also think that my boundary conditions are wrong, so I searched for other works and those boundary conditions seem ok.


I also wonder why the total pressure should rise. I think it is only possible if a closed vessel is filled with gas. But those boundary conditions shouldnt work like a wall.
Friendly is offline   Reply With Quote

Old   April 7, 2022, 12:29
Default
  #4
New Member
 
Adrian Kwiatkowski
Join Date: Oct 2021
Posts: 2
Rep Power: 0
akwiatek is on a distinguished road
Hi,

Did you manage to solve the case?
akwiatek 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
[OLAFLOW] The OLAFLOW Thread Phicau OpenFOAM Community Contributions 457 March 27, 2024 00:59
totalPressure (why flux direction dependend) Tobi OpenFOAM Running, Solving & CFD 3 October 17, 2019 22:27
Reversed flow using pressure inlet and outlet? here_for_help FLUENT 0 September 28, 2018 15:20
Adjuting oulet pressure till inlet pressure reaches a certain value in timestep pvpnrao OpenFOAM Running, Solving & CFD 2 September 11, 2018 10:14
Looping over all faces within a boundary condition (turbulent inlet development) Sevex OpenFOAM Programming & Development 5 September 8, 2016 13:58


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