|
[Sponsors] |
October 8, 2015, 12:32 |
Interpolate time averaged values
|
#1 |
New Member
Rikard
Join Date: Sep 2015
Posts: 4
Rep Power: 11 |
Hi!
I wonder if someone can help me, i've searched in this forum an Ansys user guide but can find a solution. I have a problem where the flow field is hard to converge in a steady simulation but works fine when I do it transient. I then want to calculate the dispersion of a passive scalar in the field and to save computational power I want to use the "frozen" steady flow field. Is it possible to use the time averaged field from the transient simulation to solve the transport equation. I can save the time averaged values for post processing but how to read it into fluent? |
|
October 12, 2015, 00:14 |
|
#2 |
Senior Member
Lucky
Join Date: Apr 2011
Location: Orlando, FL USA
Posts: 5,751
Rep Power: 66 |
You can freeze the velocity field by disabling the flow and any other equations you don't need.
In the GUI go to solution controls => equations and uncheck flow,etc. This will freeze the velocity field at the current time-step (it will not use the time-averaged velocity field). What you need to do is patch the instantaneous velocity field with the mean field. The mean field is stored as a separate variable. Unfortunately Fluent won't let you reference a builtin variable so you must create a custom field function. Create a custom field function for each of the mean quantities: custom-function-0 = mean_x_velocity do this for all quantities (mean_y_velocity, mean_temperature, etc). Then you can patch the instantaneous x-velocity, y-velocity, z-velocity to the custom function. Just make sure you patch everything and don't forget any important variables. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Sudden jump in Courant number | NJG | OpenFOAM Running, Solving & CFD | 7 | May 15, 2014 14:52 |
Unstabil Simulation with chtMultiRegionFoam | mbay101 | OpenFOAM Running, Solving & CFD | 13 | December 28, 2013 14:12 |
mixerVesselAMI2D's mass is not balancing | sharonyue | OpenFOAM Running, Solving & CFD | 6 | June 10, 2013 10:34 |
calculation diverge after continue to run | zhajingjing | OpenFOAM | 0 | April 28, 2010 05:35 |