|
[Sponsors] |
OpenFOAM - pressure values variation at boundary faces |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 6, 2019, 03:41 |
OpenFOAM - pressure values variation at boundary faces
|
#1 |
Member
Vishnu
Join Date: May 2019
Location: Tamilnadu, India
Posts: 55
Rep Power: 7 |
Hi all,
I have an issue in pressure values. my case has totally 3 fluid domains. 1.Inlet Tank 2.Core 3.Outlet Tank I want to monitor pressure at between the fluid domains (boundary faces) ie. boundary face between inlet tank and core, core and outlet tank. and i will calculate pressure drop manually by dp = inlet tank (in face) - inlet tank (out face ie.boundary face between inlet tank and core) And pressure drop result should be higher in inlet tank and less in outlet tank than the inlet tank. But from my CFD simulation result, it was opposite now. And i will monitor the pressure values in between the domains by creating Iso-surface (by transfering to fluent) Is there any problem in boundary conditions ?? if it is there please correct me.. 0/U dictionary file Code:
massflow-inlet { type flowRateInletVelocity; massFlowRate constant value; value uniform (0 0 0); rho rho; rhoInlet value; } pressure-outlet { type inletOutlet; value uniform (0 0 0); inletValue uniform (0 0 0); } wall-inlet-tank { type fixedValue; value uniform (0 0 0); } wall-outlet-tank { type fixedValue; value uniform (0 0 0); } wall-core { type fixedValue; value uniform (0 0 0); } Code:
internalField uniform 98.211; boundaryField { wall-outlet-tank { type zeroGradient; } wall-inlet-tank { type zeroGradient; } wall-core { type zeroGradient; } massflow-inlet { type zeroGradient; } pressure-outlet { type fixedValue; value $internalField; } } Thank you, Vishsel |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Foam::error::PrintStack | almir | OpenFOAM Running, Solving & CFD | 92 | May 21, 2024 08:56 |
[Other] Mesh Importing Problem | cuteapathy | ANSYS Meshing & Geometry | 2 | June 24, 2017 06:29 |
[snappyHexMesh] SHM is not extruding/adding Layers everywhere | matthiasd | OpenFOAM Meshing & Mesh Conversion | 2 | October 16, 2016 17:45 |
[mesh manipulation] Importing Multiple Meshes | thomasnwalshiii | OpenFOAM Meshing & Mesh Conversion | 18 | December 19, 2015 19:57 |
snappyhexmesh remove blockmesh geometry | philipp1 | OpenFOAM Running, Solving & CFD | 2 | December 12, 2014 11:58 |