|
[Sponsors] |
Question about the Energy Equation (Turbomachinery) |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
May 11, 2024, 06:47 |
Question about the Energy Equation (Turbomachinery)
|
#1 |
New Member
Lorenz
Join Date: Jun 2023
Location: Austria
Posts: 11
Rep Power: 3 |
Hello Foamers,
Maybe someone can clarify or have a suggestion what is wrong with my temperature field. I am solving a compressible flow through a turbomachinery (radial turbine). The model includes a MRF zone, and between the zones a mixing plane treatment is included. The mesh was generated using Ansys TurboGrid and was transferred to OpenFOAM. The same mesh was used in a CFX simulation to compare results with literature (APU Test Case). Case Setup:
Primarily I am using rhoSimpleFoam to validate the setup and compare the results. Pressure and velocity fields tend towards the same results obtained using CFX. However, the temperature field is fully off. I do not see any cooling inside the turbine, although the pressure and velocity reduce along the flow path. Energy equation in rhoSimpleFoam Code:
fvScalarMatrix EEqn ( fvm::div(phi, he) + ( he.name() == "e" ? fvc::div(phi, volScalarField("Ekp", 0.5*magSqr(U) + p/rho)) : fvc::div(phi, volScalarField("K", 0.5*magSqr(U))) ) - fvm::laplacian(turbulence->alphaEff(), he) == fvOptions(rho, he) ); In the UEqn the MRF zone is considered adding the Coriolis and centrifugal force to the system using the term Code:
MRF.DDt(rho,U) OpenFOAM solves in absolute velocity formulation. Therefore, quite high velocities are reached inside the rotational domain. Could this affect the kinetic part of the simulation? Am I missing some term in the energy equation or the UEqn that reduces the energy in the system due to the MRF zone? Pressure gradients at the blade surfaces do look good, and I see a moment acting on those surfaces (post processed using the force library). Attached the pressure, velocity, tempreaure and total tempreature field along the flow path of the turbine. looking forward to the discussion, Lorenz
__________________
Lorenz H. PhD Student Montanuniversity Leoben |
|
Tags |
energy equation, mrf, rhosimplefoam, turbomachery |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Energy equation - where is the turbulent kinetic energy? | usv001 | OpenFOAM Programming & Development | 1 | January 25, 2022 16:04 |
Energy equation for compressible flow | majkl | OpenFOAM Running, Solving & CFD | 5 | February 10, 2021 16:17 |
Fluent do not use my velocity field(by UDF) to solve energy equation | tangleiplus | Fluent UDF and Scheme Programming | 6 | January 21, 2019 22:28 |
Calculation of the Governing Equations | Mihail | CFX | 7 | September 7, 2014 07:27 |
Need help:about energy equation in CFX | Stein | CFX | 4 | July 2, 2009 23:31 |