|
[Sponsors] |
Limit temperature with compressibleInterFoam? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 22, 2023, 09:20 |
Limit temperature with compressibleInterFoam?
|
#1 |
New Member
S Abrahams
Join Date: Mar 2022
Location: UK
Posts: 15
Rep Power: 4 |
Hi everyone!
It appears from this post in 2021 that it was not possible to limit temperature when using compressibleInterFoam: https://bugs.openfoam.org/view.php?id=3737 Does anyone know if this is still the case or if there are any OF versions that now allow the temperature to be limited in compressibleInterFoam? I'm currently using compressibleInterFoam in OF9. I was trying to limit temperature using fvConstraints. This is my fvConstraints code: Code:
limitTwater { type limitTemperature; fields (T); selectionMode all; min 200; max 400; phase water; } limitTvapour { type limitTemperature; selectionMode all; min 200; max 400; phase vapour; } Code:
Constraint limitTwater defined for field e.water but never used |
|
Tags |
compressibleinterfoam, fvconstraints, fvoptions, limit, temperature |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Weird (unphysical) temperature rise with chtMultiRegionFoam | Phil910 | OpenFOAM Running, Solving & CFD | 3 | November 9, 2022 10:25 |
Averaging over iterations for steady-state simulation | CFD student | Fluent UDF and Scheme Programming | 8 | September 22, 2022 04:39 |
[ANSYS Meshing] Fluent Conjugate heat transfer: Temperature at a small fluid region exceed limit | RPjack | ANSYS Meshing & Geometry | 1 | June 20, 2019 08:11 |
Difficulty In Setting Boundary Conditions | Moinul Haque | CFX | 4 | November 25, 2014 18:30 |
Radiation Modeling | Chris89 | CFX | 20 | August 14, 2014 08:51 |