Hi all,
I need to calculate
d/dr(tau_rt) , d/dt(tau_tt)
where tau is stress tensor that is a volSymmTensorField and r , t are polar coordinates components.
I have two problem:
1- Foam doesn't have cylindrical coordinates
2- the function "fvc::grad(X)" can't get a volSymmTensorField as input.
Could you please help me if you have any similar experience?