|
[Sponsors] |
April 14, 2021, 17:45 |
fixing volume fraction at a certain region
|
#1 |
New Member
fredrick
Join Date: Apr 2015
Location: China
Posts: 15
Rep Power: 11 |
Greetings
I would like to fix volume fraction of air at 1 (and hence zero for solid particles) during the simulation in a region defined as fluid-part-lower as seen in the code below. My thinking is that i should fix particle velocity at zero in this region and alpha.air and alpha.particles at 1 and 0 respectively. This is however not working. could anyone help me correct the problem fixedVelocity { type vectorFixedValueConstraint; selectionMode cellZone; cellZone fluid-part-lower; fieldValues { U.particles (0 0 0); } } volumeFraction { type scalarFixedValueConstraint; selectionMode cellZone; cellZone fluid-part-lower; fieldValues { alphar.particles 0; alphar.air 1; } } |
|
Tags |
fluidized bed, openfoam |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
multiphaseEulerFoam high Courant number | Frenk_T | OpenFOAM | 5 | November 24, 2016 04:23 |
multiphaseEulerFoam (OF2.3.0) : Courant number explodes when running in parallel | Mehrez | OpenFOAM Running, Solving & CFD | 10 | May 18, 2016 12:44 |
Stuck in a Rut- interDyMFoam! | xoitx | OpenFOAM Running, Solving & CFD | 14 | March 25, 2016 08:09 |
[blockMesh] non-orthogonal faces and incorrect orientation? | nennbs | OpenFOAM Meshing & Mesh Conversion | 7 | April 17, 2013 06:42 |
[blockMesh] error message with modeling a cube with a hold at the center | hsingtzu | OpenFOAM Meshing & Mesh Conversion | 2 | March 14, 2012 10:56 |