|
[Sponsors] |
problem with velocity field during tank filling/ interfoam solver |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 7, 2020, 09:05 |
problem with velocity field during tank filling/ interfoam solver
|
#1 |
New Member
danai
Join Date: Jun 2019
Location: the Netherlands
Posts: 4
Rep Power: 7 |
Dear All,
I have a tank filled until a point with water the rest of the domain is air. The inlet is inside the water. I am interested to check the turbulence created by the water flow from the inlet. As you can see from the images the whole domain seems to have the same velocity while gradually the velocity increases in the air part of the domain and the computation finally crashes. Can anybody help me with what I am doing wrong? I have attached my boundary conditions and the log file output. Thanking you in advance for your answer. Best Regards, D. ------------Velocity------------------------------------------------------------ FoamFile { version 2.0; format ascii; class volVectorField; location "0"; object U; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [0 1 -1 0 0 0 0]; internalField uniform (0 0 0); boundaryField { upper_boundary { type pressureInletOutletVelocity; value uniform (0 0 0); } walls { type zeroGradient; } outlet { type zeroGradient; } inlet { type flowRateInletVelocity; volumetricFlowRate constant 0.2; value uniform (0 0 0); } } -----------------------------------p_rgh------------------------------- FoamFile { version 2.0; format ascii; class volScalarField; object p_rgh; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // dimensions [1 -1 -2 0 0 0 0]; internalField uniform 0; boundaryField { inlet { type zeroGradient; value $internalField; } walls { type fixedFluxPressure; value $internalField; } upper_boundary { type totalPressure; p0 uniform 0; value $internalField; } outlet { type zeroGradient; value $internalField; } } |
|
Tags |
interfoam, water filling tank, water/air interface |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
interFoam Solver diverges | samanngh | OpenFOAM Running, Solving & CFD | 3 | March 19, 2020 12:43 |
Star cd es-ice solver error | ernarasimman | STAR-CD | 2 | September 12, 2014 01:01 |
Problem with time average tangential velocity in swirl flow. | lakhi | FLUENT | 5 | July 18, 2012 17:28 |
Getting too many iterations by velocity solving (aborting). Changing U - Solver? | suitup | OpenFOAM Running, Solving & CFD | 0 | January 20, 2010 08:45 |
Neumann pressure BC and velocity field | Antech | Main CFD Forum | 0 | April 25, 2006 03:15 |