|
[Sponsors] |
compressibleMultiphaseInterFoam rho solver in fvSolution does not do anything! |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 9, 2019, 13:13 |
compressibleMultiphaseInterFoam rho solver in fvSolution does not do anything!
|
#1 |
New Member
Reza
Join Date: Jun 2012
Posts: 27
Rep Power: 14 |
Hi,
I am trying to learn a bit about the compressibleMultiphaseInterFoam solver to use it later on and build my own case. At the moment I copied the OF6 tut-case (damBreak) with a new geometry with an inlet at the bottom to inject air into a mixture of water and oil with air at the top. I managed to run the case without any problem but there were couple of issues: 1- The results looked very much like the results of incompressible solver multiphaseInterFoam! 2- I looked at the run-time output of the solver and saw the following: diagonal: Solving for rho, Initial residual = 0, Final residual = 0, No Iterations 0 This tells me that the solver does not calculate the density which means the density should have been constant; hence, the results looking like the incompressible case now make sense (which is veery confusing since this is suppose to be incompressible)! 3- Then to test further, I commented out the solver for rho in the fvSolution as follows: ".*(rho|rhoFinal)" { //solver diagonal; solver banana; } what I expected was for the solver to crash and complain BUT to my supersize, it continued withou any issue!!! The only thing I could conclude from this is the fact that the solver acts as incompressible and does not calculate the density which according to the info in the CFD Direct webpage the density should be calculated as rho=p/(RT). I would appreciate if someone can let me know what I am doing wrong or maybe forgetting to do. In case anyone wants to know the BCs I am using: U: Inlet flowRateInletVelocity 0.001 / outlet pressureInletOutletVelocity p: initialized to 1e5 / all the boundaries calculated p_rgh: initialized to 1e5 / inlet fixedFluxPressure 1e6 / outlet totalPressure 1e5 T: initialized to 293 / inlet fixedValue 293 / outlet inletOutlet (inletValue 293) / walls fixedValue 293 [I intentionally set the system in a isothermal state for simplicity] Thanks! |
|
Tags |
compressible flow, density, fvsolution, interfoam, vof |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
rho calculating and updating in buoyantPimpleFoam | calf.Z | OpenFOAM Programming & Development | 9 | March 13, 2019 11:17 |
SLTS+rhoPisoFoam: what is rDeltaT??? | nileshjrane | OpenFOAM Running, Solving & CFD | 4 | February 25, 2013 05:13 |
Quarter Burner mesh with periosic condition | SamCanuck | FLUENT | 2 | August 31, 2011 12:34 |
Error log | vw.cfd | OpenFOAM | 6 | August 7, 2009 06:44 |
why the solver reject it? Anyone with experience? | bearcat | CFX | 6 | April 28, 2008 15:08 |