|
[Sponsors] |
Evaluate Temperature field starting from an already eval. U field in interFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 11, 2023, 12:30 |
Evaluate Temperature field starting from an already eval. U field in interFoam
|
#1 |
New Member
Filippo Azzini
Join Date: Apr 2020
Posts: 10
Rep Power: 6 |
Good evening, everyone. I have been working with multiphase simulations using interFoam. Currently, I am attempting to incorporate temperature field analysis into my simulations. I have successfully integrated the temperature (T) equation into interFoam (specifically working with OpenFOAM version 8) quite effortlessly. However, re-running the simulation to include these changes is quite time-consuming.
In my specific case, the fluid properties are not affected by the temperature field. Therefore, I am exploring ways to calculate the temperature field using the velocity (U) and volume fraction (Alpha) fields already evaluated in the previus simulations. To achieve this, I've adapted the scalarTransportFoam solver to read the alpha field. This adaptation is necessary to accurately compute the property values. I've modified the solver's equation to the following: Code:
c*(fvm::ddt(rho, T) + fvm::div(rhoPhi, T)) - fvm::laplacian(k, T) Could anyone provide insights or guidance on this matter? Any assistance would be greatly appreciated. Thank you very much. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
whats the cause of error? | immortality | OpenFOAM Running, Solving & CFD | 13 | March 24, 2021 08:15 |
[mesh manipulation] Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Temperature field error in compressible LES | aljo | OpenFOAM Running, Solving & CFD | 4 | December 10, 2013 04:30 |
is internalField(U) equivalent to zeroGradient? | immortality | OpenFOAM Running, Solving & CFD | 7 | March 29, 2013 02:27 |