|
[Sponsors] | |||||
Fixed TotalPressure at Inlet, but it still rises |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
Member
Join Date: Jun 2017
Posts: 73
Rep Power: 10 ![]() |
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;
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);
Thank you! Friendly |
|
|
|
|
|
|
|
|
#2 |
|
Senior Member
Troy Snyder
Join Date: Jul 2009
Location: Akron, OH
Posts: 220
Rep Power: 20 ![]() |
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.
|
|
|
|
|
|
|
|
|
#3 |
|
Member
Join Date: Jun 2017
Posts: 73
Rep Power: 10 ![]() |
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. |
|
|
|
|
|
|
|
|
#4 |
|
New Member
Adrian Kwiatkowski
Join Date: Oct 2021
Posts: 2
Rep Power: 0 ![]() |
Hi,
Did you manage to solve the case? |
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [OLAFLOW] The OLAFLOW Thread | Phicau | OpenFOAM Community Contributions | 461 | June 6, 2025 17:44 |
| totalPressure (why flux direction dependend) | Tobi | OpenFOAM Running, Solving & CFD | 3 | October 17, 2019 23:27 |
| Reversed flow using pressure inlet and outlet? | here_for_help | FLUENT | 0 | September 28, 2018 16:20 |
| Adjuting oulet pressure till inlet pressure reaches a certain value in timestep | pvpnrao | OpenFOAM Running, Solving & CFD | 2 | September 11, 2018 11:14 |
| Looping over all faces within a boundary condition (turbulent inlet development) | Sevex | OpenFOAM Programming & Development | 5 | September 8, 2016 14:58 |