CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

bubble creation in time

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 1, 2015, 06:58
Default bubble creation in time
  #1
New Member
 
domenico
Join Date: Apr 2015
Posts: 3
Rep Power: 10
dome90 is on a distinguished road
Hi everyone, I'm pretty new in OpenFoam and I'm working with statict mixer. In my job, I have to simulate a turbulent flow of water in a pipe where there are oil droplets and 6 static mixer (kenics). I created the geometrie in 3D and in 2D but now I'm working on 2D. I'm using setFields to create one spherical droplet but I want to create more than 1 droplet. Is it possible? For example every 10 seconds I want generate one bubble...

Thank you very much, I hope somebody will can help me! Sorry for my owful english
dome90 is offline   Reply With Quote

Old   June 5, 2015, 07:57
Default
  #2
Senior Member
 
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,266
Blog Entries: 1
Rep Power: 24
nimasam is on a distinguished road
well, its possible, you just need some pieces of coding.
for example

Code:
forAll (mesh){

if ( mesh.C() < ...)

alpha[celli] = 0

else

alpha[celli] = 1.0

}
__________________
My Personal Website (http://nimasamkhaniani.ir/)
Telegram channel (https://t.me/cfd_foam)
nimasam 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
[Other] refineWallLayer Error Yuby OpenFOAM Meshing & Mesh Conversion 2 November 11, 2021 11:04
TimeVaryingMappedFixedValue irishdave OpenFOAM Running, Solving & CFD 32 June 16, 2021 06:55
AMI speed performance danny123 OpenFOAM 21 October 24, 2020 04:13
Transient simulation not converging skabilan OpenFOAM Running, Solving & CFD 14 December 16, 2019 23:12
air bubble is disappear increasing time using vof xujjun CFX 9 June 9, 2009 07:59


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