Regarding Upper Convected Derivative

59 views
Skip to first unread message

Shyam Sunder Yadav

unread,
Feb 13, 2024, 10:39:45 AM2/13/24
to basilisk-fr
Dear Prof. Lopez

I was trying to extend your formulation for the upper convected derivative in the header file "upper.h" to three dimensions.

I am stuck at the relaxation function for 3D.

Please let me know how I can extend the lines below in the routine 
static void relax_upper_convected 
to 3D

    foreach_dimension ()
      S.x.x[] = (R.x.x[]+L.x.y[]*(S.x.y[]+S.y.x[]))
      /(theta[]-2.*L.x.x[]);

    S.x.y[] = (R.x.y[]+(L.y.x[]*S.x.x[]+L.x.y[]*S.y.y[]))
      /(theta[]-L.x.x[]-L.y.y[]);

Thank you
Regards
--
Dr. Shyam Sunder Yadav
Associate Professor
Mechanical Engineering
BITS Pilani
09902346342
http://www.bits-pilani.ac.in/pilani/ssyadav/Profile

The information contained in this electronic communication is intended solely for the individual(s) or entity to which it is addressed. It may contain proprietary, confidential and/or legally privileged information. Any review, retransmission, dissemination, printing, copying or other use of, or taking any action in reliance on the contents of this information by person(s) or entities other than the intended recipient is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us by responding to this email or telephone and immediately and permanently delete all copies of this message and any attachments from your system(s). The contents of this message do not necessarily represent the views or policies of BITS Pilani.
Reply all
Reply to author
Forward
0 new messages