|
[Sponsors] |
Unphysical temperature drop when using dynamic mesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 18, 2020, 14:07 |
Unphysical temperature drop when using dynamic mesh
|
#1 |
New Member
peyman havaej
Join Date: Jan 2016
Posts: 16
Rep Power: 10 |
Dear All
I have recently added an Energy equation to a compressible flow solver developed by myself. It seems that the energy equation is solved correctly on the static mesh; it presents a logical and physical solution. However, when there is a mesh motion, an unreasonable temperature drop is observed in the fluid domain. I have tried to debug and fix this issue., therefore, considering the following simplified energy equation: Code:
fvm::ddt(T) ==fvm::laplacian(alphaThermal,T) I have found the unreasonable temperature drop or conservativeness problem is due to the transient term (fvm::ddt(T)). I have searched for a solution, but I still do not know how I can deal with this problem. I will appreciate it if anyone has any idea or suggestion about this problem. Best regards, Peyman dynamicMeshDict: Code:
dynamicFvMesh dynamicMotionSolverFvMesh; solver velocityLaplacian; diffusivity quadratic inverseDistance 1(interface_fluid); Code:
internalField uniform (0 0 0); boundaryField { interface_fluid { type fixedValue; value uniform (0 0.04 0); } inlet { type slip; value uniform (0 0 0); } outlet { type slip; value uniform (0 0 0); } bottumWalls { type fixedValue; value uniform (0 0 0); } topWalls { type fixedValue; value uniform (0 0 0); } frontAndBack { type empty; } } T Code:
internalField uniform 353.15; boundaryField { inlet { type fixedValue; value $internalField; } outlet { type fixedValue; value $internalField; } bottumWalls { type fixedValue; value $internalField; } topWalls { type fixedValue; value $internalField; } interface_fluid { type fixedValue; value uniform 353.15; } frontAndBack { type empty; } } |
|
June 24, 2020, 09:35 |
|
#2 |
New Member
Join Date: Jun 2017
Posts: 3
Rep Power: 9 |
Hi,
Could you find the problem? I am running a simulation using density-based solver and dynamic mesh in Ansys Fluent, and I also noticed a temperature drop when the mesh moves compared to the static mesh. If I use the pressure based solver then the result is the same for both static and moving mesh. |
|
Tags |
conservative variables, dynamic mesh, energy equation, numerical error, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic Mesh | kennyboy | FLUENT | 1 | February 23, 2019 02:52 |
Gambit problems | Althea | FLUENT | 22 | January 4, 2017 04:19 |
Local mesh refinement definition in a DEFORMING dynamic mesh zone using Dynamic Mesh | Emanuele88 | FLUENT | 0 | February 9, 2016 12:39 |
Ansys CFX problem: unexpected very high temperatures in premix laminar combustion | faizan_habib7 | CFX | 4 | February 1, 2016 18:00 |
dynamic mesh for drop interface | IndrajitW | FLUENT | 0 | March 30, 2013 09:03 |