|
[Sponsors] |
May 6, 2022, 17:04 |
Time Varying Boundary on Outlet
|
#1 |
New Member
RandyMcNurlin
Join Date: May 2022
Posts: 1
Rep Power: 0 |
I am trying to simulate an industrial process. I am using uniformFixedValue to turn on inlets at specific times in the process by using "uniformValue table". My inlet looks like this and it works great.
inlet { type uniformFixedValue; uniformValue table ( ( 0.000 ( 1 0 0)) ( 1.000 ( 1 0 0)) ( 1.200 ( 0 0 0)) ( 2.000 ( 0 0 0)) ); } I would like to do the same thing with outlets. This is the outlet I currently have: outlet { type inletOutlet; inletValue uniform (0 0 0); value $internalField; } Basically I am trying to simulate the opening and closing of valves to add and remove fluid from a container. |
|
Tags |
outlet, time varying boundary, uniformfixedvalue |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
bash script for pseudo-parallel usage of reconstructPar | kwardle | OpenFOAM Post-Processing | 42 | May 8, 2024 00:17 |
Question about different kinds of Boundaries and Boundary Conditions | granzer | Main CFD Forum | 17 | April 12, 2022 18:27 |
How to write k and epsilon before the abnormal end | xiuying | OpenFOAM Running, Solving & CFD | 8 | August 27, 2013 16:33 |
plot over time | fferroni | OpenFOAM Post-Processing | 7 | June 8, 2012 08:56 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |