Dear all
I have been following the method decribed in post #745 and the following trail, to supply values for U and V separately at a liquid boundary (rather than velocity normal to the bounday).
I thought I had it right but I still have compilation errors.
I created a liquid boundary file with required VTU(#) and VTV(#), created functions VTU and VTV (copied from vit) amenduimg FCT as suggested, and included them in my fortran file. I also ammended BORD to read VTU and VTV with:
IF(PROVEL(NUMLIQ(K)).EQ.1) THEN
UBOR(K,1) = VTU(NUMLIQ(K),NBOR(K))
VBOR(K,1) = VTV(NUMLIQ(K),NBOR(K))
There are other declarations required for my functions vtu and vtv (interface_telemac2d.f ??). I would be very grateful for any help with where the declarations should be made or if a different way of achieving the time varying unput of U and V at a liquid boundary is possible.
Thanks
John