CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Time Varying Boundary on Outlet

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 6, 2022, 16:04
Default Time Varying Boundary on Outlet
  #1
New Member
 
RandyMcNurlin
Join Date: May 2022
Posts: 1
Rep Power: 0
mcnurlin is on a distinguished road
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.
mcnurlin is offline   Reply With Quote

Reply

Tags
outlet, time varying boundary, uniformfixedvalue

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
bash script for pseudo-parallel usage of reconstructPar kwardle OpenFOAM Post-Processing 41 August 23, 2023 02:48
Question about different kinds of Boundaries and Boundary Conditions granzer Main CFD Forum 17 April 12, 2022 17:27
How to write k and epsilon before the abnormal end xiuying OpenFOAM Running, Solving & CFD 8 August 27, 2013 15:33
plot over time fferroni OpenFOAM Post-Processing 7 June 8, 2012 07:56
RPM in Wind Turbine Pankaj CFX 9 November 23, 2009 04:05


All times are GMT -4. The time now is 22:00.