|
[Sponsors] |
November 16, 2020, 04:50 |
Multple FvOptions in OpenFOAM
|
#1 |
Senior Member
mohammad
Join Date: Sep 2015
Posts: 281
Rep Power: 12 |
Hello my friends,
I am using fvOption tool to force a desired mean velocity in my periodic domain. The domain needs to mimic an unbounded box, so it should have zero mean velocity at three directions. To this end, I am forcing the zero Ubar through meanVelocityForce in my fvOption file. However, the fvOption cannot get the exactly zero value. A solution can be a very small value like Code:
Ubar= (1e-7 1e-7 1e-7) Code:
Ubar=(1e-7 0 0) Ubar=(0 1e-7 0) Ubar=(0 0 1e-7) Thank you for your help. Mo |
|
November 17, 2020, 02:23 |
|
#2 |
Senior Member
mohammad
Join Date: Sep 2015
Posts: 281
Rep Power: 12 |
Is this equivalent to these fvOption source terms?
Code:
momentumSource1 { type meanVelocityForce; active on; selectionMode all; fields (U); Ubar (0 0 0.0000001); } momentumSource2 { type meanVelocityForce; active on; selectionMode all; fields (U); Ubar (0 0.0000001 0); } momentumSource3 { type meanVelocityForce; active on; selectionMode all; fields (U); Ubar ( 0.0000001 0 0); } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Frequently Asked Questions about Installing OpenFOAM | wyldckat | OpenFOAM Installation | 3 | November 14, 2023 12:58 |
OpenFOAM Training Jan-Jul 2017, Virtual, London, Houston, Berlin | CFDFoundation | OpenFOAM Announcements from Other Sources | 0 | January 4, 2017 07:15 |
OpenFOAM Training, London, Chicago, Munich, Sep-Oct 2015 | cfd.direct | OpenFOAM Announcements from Other Sources | 2 | August 31, 2015 14:36 |
OpenFOAM Foundation releases OpenFOAM 2.2.2 | opencfd | OpenFOAM Announcements from ESI-OpenCFD | 0 | October 14, 2013 08:18 |
[Gmsh] 2D Mesh Generation Tutorial for GMSH | aeroslacker | OpenFOAM Meshing & Mesh Conversion | 12 | January 19, 2012 04:52 |