|
[Sponsors] |
Temperature and Velocity Limiter in rhoCentralFoam |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 20, 2023, 09:16 |
Temperature and Velocity Limiter in rhoCentralFoam
|
#1 |
New Member
Nick
Join Date: Jun 2023
Posts: 3
Rep Power: 3 |
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; } |
|
September 25, 2023, 09:43 |
|
#2 |
New Member
prab
Join Date: Jun 2021
Posts: 4
Rep Power: 5 |
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. |
|
Tags |
compressible solver, divergence, limiters, rhocentralfoam, stabilization |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Import .csv - velocity profile - error | eSKa | CFX | 9 | April 3, 2021 14:38 |
Outlet temperature to temperature boundary condition of velocity inlet. (UDF) | dillon | Fluent UDF and Scheme Programming | 3 | March 25, 2018 12:06 |
Multiphase flow - incorrect velocity on inlet | Mike_Tom | CFX | 6 | September 29, 2016 02:27 |
Ansys CFX problem: unexpected very high temperatures in premix laminar combustion | faizan_habib7 | CFX | 4 | February 1, 2016 18:00 |
Variables Definition in CFX Solver 5.6 | R P | CFX | 2 | October 26, 2004 03:13 |