|
[Sponsors] |
Initializing inlet velocity for a wedged mesh? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
June 27, 2019, 11:55 |
Initializing inlet velocity for a wedged mesh?
|
#1 | ||
New Member
anu
Join Date: Jun 2019
Posts: 9
Rep Power: 7 |
Hi everyone! I'm trying to simulate laminar flow over a delta wing, and have been running into some problems.
I wanted an inlet velocity parallel to the z axis, so it would flow over the delta wing parallel to its symmetric axis. However, the velocity in paraView appears to be flowing along the x axis. Could someone help me with this? I've attached a drawing to give you a sense of what I want. Here is my blockMeshDict: Quote:
and my U file: Quote:
I'd appreciate any help! |
|||
June 28, 2019, 06:18 |
|
#2 |
Senior Member
Zander Meiring
Join Date: Jul 2018
Posts: 125
Rep Power: 8 |
For your internal field (all mesh that isn't boundary) is set to 0 in all directions. If you want to initilize your flow, you can set your internal field to have some velocity in the z direction, ie:
Code:
internalField uniform (0 0 0.1) |
|
June 28, 2019, 12:14 |
|
#3 |
New Member
anu
Join Date: Jun 2019
Posts: 9
Rep Power: 7 |
Hi, thanks for replying
I tried changing it and it doesn't seem to have made a difference? Does it have to do with the coordinate system I'm using? |
|
Tags |
inlet velocity, velocity angle, wedge block |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
velocity inlet, overset mesh: acceleration | JohnAB | STAR-CCM+ | 17 | April 3, 2014 13:54 |
How to define a fixed velocity for a given mass flow rate on inlet | mqasimali | FLUENT | 2 | April 12, 2013 18:24 |
[Gmsh] 2D Mesh Generation Tutorial for GMSH | aeroslacker | OpenFOAM Meshing & Mesh Conversion | 12 | January 19, 2012 04:52 |
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! | sc298 | OpenFOAM Meshing & Mesh Conversion | 2 | March 27, 2011 22:11 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |