June 5, 2012, 08:09
|
Simple jet modeling with internal faces / cells
|
#1
|
Member
Tibor Nyers
Join Date: Jul 2010
Location: Hungary
Posts: 91
Rep Power: 17
|
Hi,
I would like to create a jet in a 2D simulation through the use of internal faces or cells. My simulation includes buoyant effects so the solver is buoyantBoussinesqPimpleFoam.
My first approach was to create internal faces and define a fan cyclic boundary. The setup was straightforward, the simulation started without error, but the cyclic boundary has no effect on the flow. The error can stem from the fact that there is no explicit p iterations in the solver - cavityBuoyantFan demo case
I don't know if there is any method to constraint the flux / velocity through some faces, like a flowRateInletVelocity for internal boundary.
The new feature in OpenFOAM, the source addition via sourcesProperties was my second try. I extended the selection from faces to the nearby cells and the idea is to constraint the velocity via vectorExplicitSetValue. I couldn't make it work unfortunately, with vectorExplicitSource the simulation runs fine, but with SetValue it blows up within a few iterations. Tested the concept with simpleFoam, source handling is not implemented in buoyantBoussinesqPimpleFoam. I must say that I'm not 100% sure that this is a viable way of prescribing the velocity in certain cells, and it's physically correct - cavityFieldSource demo case
Thanks!
|
|
|