|
[Sponsors] |
flowRateInletVelocity in tabular form does not work |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
October 16, 2020, 14:52 |
flowRateInletVelocity in tabular form does not work
|
#1 |
Senior Member
Join Date: Dec 2019
Posts: 215
Rep Power: 8 |
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 ) ... ); } Kind regards, shock77 |
|
October 20, 2020, 04:29 |
|
#2 |
Senior Member
Join Date: Dec 2019
Posts: 215
Rep Power: 8 |
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. |
|
|
|
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 04:00 |
Are all integral forms of governing equations in weak form? | granzer | Main CFD Forum | 7 | September 1, 2019 05:42 |
Companies that lease software & hardware for cloud-based work? | Catthan | ANSYS | 0 | June 18, 2014 11:53 |
Do all CFD analysts have to do some hands-on work except PhDs? | e13drd | Main CFD Forum | 2 | March 17, 2014 15:56 |
Conservative form of N-S equation for incompressible flow and sharp interface | doctorWho | Main CFD Forum | 1 | November 5, 2013 06:53 |