Dear Anjishnu
To calculate Psi = log(A), we need to diagonalize A, for which A must be positive definite...
With f_s(A)= A - I - 2*lam*D, the conformation tensor A may be loosing its positive definiteness property...
Hence the divergence...
In Basilisk approach, the extra stress is decomposed as Tau = Tau_p + 2*mu_s*D where Tau_p is calculated by log-conform.h and the 2*mu_s*D part is handled by viscosity.h
In EVSS, the extra stress is decomposed as follows: Tau = (Tau_p - 2*mu_p*D) + 2*mu_total*D, so viscosity one has to provide to the centered.h solver is the total viscosity, i.e, polymer plus the solvent viscosity.
So viscosity.h will have to handle a higher viscosity which may be problematic in spite of the fact that it is an implicit formulation...
Also, as I mentioned above, the (Tau_p - 2*mu_p*D) part may cause A to loose its positive definiteness, hence the divergence...
I may be wrong here, others please correct me!
What approach is used for solving the polymer stresses in the paper you mentioned?
Thanks, Regards