Compute the strain rate tensor from the velocity field. Result is on mid points (staggering=0). Tensor is stored as follows: S = 0.5*( grad(u) + grad(u)^T ) ( S(1) S(4) S(6) ) = ( S(4) S(2) S(5) ) ( S(6) S(5) S(3) )
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(op_obj), | intent(inout) | :: | this |
Differential operators utility |
||
type(eulerian_obj_r), | intent(in) | :: | U |
Fluid velocity field in 1-dir |
||
type(eulerian_obj_r), | intent(in) | :: | V |
Fluid velocity field in 2-dir |
||
type(eulerian_obj_r), | intent(in) | :: | W |
Fluid velocity field in 3-dir |
Result