|
[Sponsors] |
Time-dependent tabular data for mass flow inlet |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 17, 2014, 17:44 |
Time-dependent tabular data for mass flow inlet
|
#1 |
New Member
Paul
Join Date: Apr 2012
Posts: 27
Rep Power: 14 |
Hello,
Does anyone knows how to define time-varying mass flow inlet boundary condition in OpenFOAM, where the mass flow cannot be described by the single time function? Example for such mass flow distributions in time is attached. P.S. If anyone knows, how to define the boundary condition as a some function (e.g., of time) it will be very interesting for me too. I will be grateful for any information. Best Regards, Delcraft |
|
April 18, 2014, 02:38 |
|
#2 |
Senior Member
|
Hi,
flowRateInletVelocity BC defines flowrate as Code:
//- Inlet integral flow rate autoPtr<DataEntry<scalar> > flowRate_; Code:
inlet { type flowRateInletVelocity; massFlowRate table ( 0 0 1 5 2 10 3 0 ... ) } Or if your inlet area is fixed you can use just uniformFixedValue. Here are other options on time-dependent BCs: http://www.openfoam.org/version2.1.0...conditions.php |
|
April 21, 2014, 10:33 |
|
#3 |
New Member
Paul
Join Date: Apr 2012
Posts: 27
Rep Power: 14 |
Alexeym,
Thanks a lot! Regards, Delcraft |
|
Tags |
boundary condition, mass flow, tabular data, time-dependent |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[General] 2 datas on one plot | Akuji | ParaView | 46 | December 1, 2013 15:06 |
How to find a good time scale strategy? | StefanG | CFX | 19 | June 8, 2012 09:41 |
Species mass flow inlet | lorenz | FLUENT | 3 | March 15, 2012 08:26 |
How to update polyPatchbs localPoints | liu | OpenFOAM Running, Solving & CFD | 6 | December 30, 2005 18:27 |
what the result is negatif pressure at inlet | chong chee nan | FLUENT | 0 | December 29, 2001 06:13 |