calcTensor

(method of EBSD)

compute the average tensor for an EBSD data set

Syntax

[TVoigt, TReuss, THill] = calcTensor(ebsd,T_phase1,T_phase2,...) - returns the Voigt--, Reuss-- and Hill-- tensor, applies each tensor given in order of input to each phase

[TVoigt, TReuss, THill] = calcTensor(ebsd('phase2'),T_phase2) - returns the Voigt--, Reuss-- and Hill-- tensor, applies a tensor on a given phase

THill = calcTensor(ebsd,T_phase1,T_phase2,'Hill') - returns the specified tensor, i.e. 'Hill' in this case

TVoigt = calcTensor(ebsd,T_phase1,T_phase2,'geometricMean') - use geometric mean instead of arithmetric one

Input

ebsd

EBSD

T_phaseN

tensor for the N-th phase

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

voigt mean

'Reuss'

reuss mean

'Hill'

hill mean

Output

T

tensor

See also