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

flowRateInletVelocity in tabular form does not work

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 16, 2020, 13:52
Default flowRateInletVelocity in tabular form does not work
  #1
Senior Member
 
Join Date: Dec 2019
Posts: 215
Rep Power: 7
shock77 is on a distinguished road
Hi,


I am trying to run a simulation with rhoCentralFoam and OpenFOAM4. I am modelling the outflow from a pressure vessel into the free enviroment.


My BCs are:


Inlet:


p - uniformTotalPressure (tabular)
T - uniformTotalTemperature (tabular)
U - flowRateInletVelocity (tabular)


Outlet:


p - waveTransmissive
T - inletOutlet
u - inletOutlet


I try to implement the flowRateInletVelocity as follows:


Code:
inlet
    {
    type flowRateInletVelocity;
    rhoInlet        1.2;           // for the initial timeStep? Otherwise it doenst run
    rho            rho;
    massFlowRate table
    (
    (    0    0    )
    (   0.00013 0    )    
(    0.00014    0.237883    )
(    0.00015841    0.251926    )
...
);
}
Unfortunately the massflow at the inflow just becomes 0 and I have not the slightest idea why.




Kind regards,
shock77
shock77 is offline   Reply With Quote

Old   October 20, 2020, 03:29
Default
  #2
Senior Member
 
Join Date: Dec 2019
Posts: 215
Rep Power: 7
shock77 is on a distinguished road
It works now.



Actually I am not sure why, since I didnt do any important changes. I guess the simulation terminated before the mass flow could develop itself.
shock77 is offline   Reply With Quote

Reply


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
Trying to understand FDM vs FVM vs Conservative form vs Non-conservative form granzer Main CFD Forum 5 December 4, 2019 03:00
Are all integral forms of governing equations in weak form? granzer Main CFD Forum 7 September 1, 2019 04:42
Companies that lease software & hardware for cloud-based work? Catthan ANSYS 0 June 18, 2014 10:53
Do all CFD analysts have to do some hands-on work except PhDs? e13drd Main CFD Forum 2 March 17, 2014 14:56
Conservative form of N-S equation for incompressible flow and sharp interface doctorWho Main CFD Forum 1 November 5, 2013 05:53


All times are GMT -4. The time now is 23:04.