Hello everyone, 

I am using step-46 as starting point to implement a time dependent fsi 
problem using block vectors and block matrices.
I successfully written the time iteration and changed everything to block 
structures but I am struggling to find a method to impose the fluid 
velocity equal to the displacement velocity at the interface (i.e. setting 
a fsi kinetic coupling). 
My approach is to use AffineConstraints::add_entry and 
AffineConstraints::set_inhomogeneity to write something like v=(u - u_old) 
/ time_step, where u_old is the previous time step solution.
The problem is to find the right column index j required by these class 
methods. Is there a way to find it?
Thank you in advance
  

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/dealii/b3f4fa75-7f77-4323-b964-765663129c65n%40googlegroups.com.

Reply via email to