|
[Sponsors] |
it confuse me when i read CEulerSolver::BC_Inlet function |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 27, 2022, 13:36 |
it confuse me when i read CEulerSolver::BC_Inlet function
|
#1 |
New Member
ll
Join Date: Jul 2022
Posts: 1
Rep Power: 0 |
In this function, a variable is defined like
SoundSpeed_Total2 = Gamma_Minus_One*(H_Total - (Energy + Pressure/Density)+0.5*Velocity2) + SoundSpeed2; Two questions arise: 1. if I don't make a mistake gamma_minus_one*(energy + pressure/density) = soundspeed2 so why not the expression reduced to: soundspeed_total2 = gamma_minus_one(h_total + 0.5*velocity2) 2. so, what is the real meaning of this variable? I read the related topic in <Inflow/Outflow Boundary Conditions with Application to FUN3D > I think the most similar variable is the eqn.36 but I can't understand the expression SU2 uses |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
foamToTecplot360 | thomasduerr | OpenFOAM Post-Processing | 121 | June 11, 2021 11:05 |
[snappyHexMesh] How to define to right point for locationInMesh | Mirage12 | OpenFOAM Meshing & Mesh Conversion | 7 | March 13, 2016 15:07 |
channelFoam for a 3D pipe | AlmostSurelyRob | OpenFOAM | 3 | June 24, 2011 14:06 |
Error with Wmake | skabilan | OpenFOAM Installation | 3 | July 28, 2009 01:35 |
Problem with rhoSimpleFoam | matteo_gautero | OpenFOAM Running, Solving & CFD | 0 | February 28, 2008 07:51 |