CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Limit temperature with compressibleInterFoam?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 22, 2023, 08:20
Question Limit temperature with compressibleInterFoam?
  #1
New Member
 
S Abrahams
Join Date: Mar 2022
Location: UK
Posts: 14
Rep Power: 4
sabrahams is on a distinguished road
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;
}
I get the same warning as in the linked post above:
Code:
 Constraint limitTwater defined for field e.water but never used
Can anyone give any advice on how I may be able to limit the temperature please?
sabrahams is offline   Reply With Quote

Reply

Tags
compressibleinterfoam, fvconstraints, fvoptions, limit, temperature


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Weird (unphysical) temperature rise with chtMultiRegionFoam Phil910 OpenFOAM Running, Solving & CFD 3 November 9, 2022 09:25
Averaging over iterations for steady-state simulation CFD student Fluent UDF and Scheme Programming 8 September 22, 2022 03:39
[ANSYS Meshing] Fluent Conjugate heat transfer: Temperature at a small fluid region exceed limit RPjack ANSYS Meshing & Geometry 1 June 20, 2019 07:11
Difficulty In Setting Boundary Conditions Moinul Haque CFX 4 November 25, 2014 17:30
Radiation Modeling Chris89 CFX 20 August 14, 2014 07:51


All times are GMT -4. The time now is 01:54.