Calculating Basic Parameters for Tetrahedrons
clc
clear
a=1;
c=0.25*(3)^0.5;
A0=c*a^2;
cc=(2/3)^(0.5);
H=cc*a;
ccc=1/(6*(2)^0.5);
V=ccc*a^3
angle_b_e_f=a
clear
a=1;
c=0.25*(3)^0.5;
A0=c*a^2;
cc=(2/3)^(0.5);
H=cc*a;
ccc=1/(6*(2)^0.5);
V=ccc*a^3
angle_b_e_f=a
Unless otherwise noted, all content on this site is @Copyright by Ahmed Al Makky 2012-2013 - http://cfd2012.com