calcTensor

(method of orientation)

compute the average tensor for a vector of orientations

Syntax

%returns the Voigt--, Reuss-- and Hill-- average [[tensor_index.html,tensor]] of T
[TVoigt, TReuss, THill] = calcTensor(ori,T,'weights',w) -
% returns the specified [[tensor_index.html,tensor]], i.e. 'Hill' in this case
THill = calcTensor(ori,T,'Hill')
% uses geometric mean instead of arithmetric one
TVoigt = calcTensor(ori,T,'geometricMean')

Input

ori

orientation

T

tensor

w

weights for each orientation

param,val Parameters and values that control calcTensor
Parameter Description
'Voigt'

voigt mean

'Reuss'

reuss mean

'Hill'

hill mean

Output

TVoigt, TReuss, THill

tensor

See also