Objective
- Key step is to identify the reference frame velocity .
- The Droplet Velocity gradually approaches to zero i.e the Moving reference frame is caught up to it’s position.
- The “correction” of the MRF is achieved through the use of a feedback loop to reduce the error.
Step 1: Find the Center of the Droplet (copy from BubbleInterTrackFoam line 72, 96 Create Bubble.H)
Position of the Droplet1
Where is the position vector
Step 2 Calculate the Reference frame velocity required to center the droplet ()
Corrected Position of droplet
Error in each time step: Maybe having error zero in first try isn’t ideal.
where is the position of the domain’s center.
Step 3 Update Wall Condition
Subtract the Inlet velocity with the velocity of the reference frame. So that the newly adjusted input velocity along with the reference velocity will give the physical velocity.
Note: We have a steady simulation input boundary. So the Reference Velocity will always be lesser than or equal to the input velocity.