mineral: Alpha-Quartz (-3m1, X||a, Y||b*, Z||c*)
bandwidth: 4
antipodal: true
It is possible I made a mistake some where !
all the best David
%% Clear memory and close all plots
clear all;
close all;
%% Matrix of alpha-quartz thermal conductivity values in (W/m K)
% x = a-axis y = m-axis z = c-axis
M = [[ 6.5 0.0 0.0 ]; ...
[ 0.0 6.5 0.0 ]; ...
[ 0.0 0.0 11.3 ]];
% Define tenor object in MTEX thermal conductivity tensor
cs_tensor = crystalSymmetry('-3m', [4.1934 4.1934 5.4052],...
'X||a', 'Z||c', 'mineral', 'Alpha-Quartz')
thermal_conductivity = tensor(M,cs_tensor,'propertyname',...
'Thermal conductivity','units','W/m K')
%**************************************************************************
%% Pole figure representation of thermal conductivity values
%**************************************************************************
% [111] = 8.1 W/m K
directionalMagnitude(thermal_conductivity,vector3d(1,1,1))
% [2-1-10]= 6.5 W/m K
directionalMagnitude(thermal_conductivity,Miller(2,-1,-1,0,cs_tensor,'UVTW'))
% [2-1-10]= 11.3 W/m K
directionalMagnitude(thermal_conductivity,Miller(0,0,0,1,cs_tensor,'UVTW'))
figure
plota2east
plot(thermal_conductivity,'complete','upper')
mtexColorMap white2black
mtexColorbar('Title','W/m K','FontSize',25,'location','southoutside')
annotate([Miller(2,-1,-1,0,cs_tensor,'UVTW'),...
Miller(0,1,-1,0,cs_tensor,'UVTW'),...
Miller(0,0,0,1,cs_tensor,'UVTW')],'all','labeled','BackgroundColor','w',...
'MarkerSize',20,'FontSize',30)
drawNow(gcm,'figSize','medium')
saveFigure('Example_Thermal_Conductivity.pdf')
%**************************************************************************
%% The harmonic method for radius vector with value of thermal conductivity
%**************************************************************************
% generate harmonic coefficients
TC_harmonic = thermal_conductivity.directionalMagnitude
figure
surf(TC_harmonic)
mtexColorMap white2black
axis equal
axis tight
drawNow(gcm,'figSize','medium')
saveFigure('Example_Thermal_Conductivity_surf.pdf')
%%
% TC_harmonic = S2FunHarmonic (show methods, plot)
% mineral: Alpha-Quartz (-3m1, X||a, Y||b*, Z||c*)
% bandwidth: 4
% antipodal: true
figure ; plot(TC_harmonic,'complete','upper')
--
If you want to reduce the number of emails you get through this forum login to https://groups.google.com/forum/?fromgroups=#!forum/mtexmail, click "My membership" and select "Don't send me email updates". You can still get emails on selected topics by staring them.
---
You received this message because you are subscribed to the Google Groups "MTEX" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mtexmail+u...@googlegroups.com.
Visit this group at https://groups.google.com/group/mtexmail.
For more options, visit https://groups.google.com/d/optout.