CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   Time dependent water injection (https://www.cfd-online.com/Forums/openfoam-solving/177509-time-dependent-water-injection.html)

madfan123 September 15, 2016 07:00

Time dependent water injection
 
Hello Dear Foamers,

I've faced with one problem but it shouldn't be too difficult. I am using simpleFoam laminar solver for simulation of droplet transport through bended pipe. I want to inject into the pipe through inlet certain amount of water, so I have to set time dependent boundary condition for water phase in alpha1. I used time dependent BC for velocity and set it by table with correspondent values for each time interval:
type uniformFixedValue;
uniformValue table
(
(0 (0 0 0))
(1 (0 10 0))
(5 (0 20 0))
);
outOfBounds clamp;

But unfortunately this type of BC doesn't work with set up of water phase at inlet. Could anybody tell please how can I solve this issue with water injection if I want to inject water at inlet during some time interval?

Thanks in advance.


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