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

Temperature and Velocity Limiter in rhoCentralFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 20, 2023, 08:16
Default Temperature and Velocity Limiter in rhoCentralFoam
  #1
New Member
 
Nick
Join Date: Jun 2023
Posts: 3
Rep Power: 2
cfdpester is on a distinguished road
Hello,

I have included in the fvoptions file the limiter of velocity and temperature in rhoCentralFoam. It's read but not applied. I want to limit temperature and velocity to avoid the solution diverging initially. Can anyone help me?

Thanks,

Nick

Code:
limitV
{
    type            limitVelocity;
    active          yes;

    selectionMode   all;
    min             200;
    max             400;
    
}

limitT
{
    type            limitTemperature;
    active          yes;

    selectionMode   all;
    min             100;
    max             600;
}
cfdpester is offline   Reply With Quote

Old   September 25, 2023, 08:43
Default
  #2
New Member
 
prab
Join Date: Jun 2021
Posts: 4
Rep Power: 4
aneps is on a distinguished road
Hello Nick, I am also struggling with the same issue!

I learned from different sources that rhoCentralFoam does not work with fvOptions. If one wants to use fvOptions, one has to modify the source code (rhoCentralFoam.C). I am not sure how to do it properly. I have to go through the tutorials.

In case if you find a way to limit the temperature, could you please post it here? Thanks you so much.
aneps is offline   Reply With Quote

Reply

Tags
compressible solver, divergence, limiters, rhocentralfoam, stabilization


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
Import .csv - velocity profile - error eSKa CFX 9 April 3, 2021 13:38
Outlet temperature to temperature boundary condition of velocity inlet. (UDF) dillon Fluent UDF and Scheme Programming 3 March 25, 2018 11:06
Multiphase flow - incorrect velocity on inlet Mike_Tom CFX 6 September 29, 2016 01:27
Ansys CFX problem: unexpected very high temperatures in premix laminar combustion faizan_habib7 CFX 4 February 1, 2016 17:00
Variables Definition in CFX Solver 5.6 R P CFX 2 October 26, 2004 02:13


All times are GMT -4. The time now is 06:42.