Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Create a orthotropic material by ANSYS
no vote
FINISH /CLEAR,NOSTART /TITLE,Modified timberlog coordinates /CONFIG, NRES, 1000000 /PREP7   ! Units used ! m, N, s, kg, Pa, m/s, m/(s^2), kg/(m^3), W /UNITS,SI !! Define local element type ! ET, ITYPE, Ename, KOP1, KOP2, KOP3, KOP4, KOP5, KOP6, INOPR ET,1,SOLID45 ET,2,LINK8   !! Define material properties for Timber Log (Kapur-SD4)(isotropic) MP,DENS,1,750      ! Density = 750 kg/m3 MP,EX,1,14E9 MP,EY,1,0.85E9 MP,EZ,1,1.955E9 MP,PRXY,1,0.682 MP,PRYZ,1,0.023 MP,PRXZ,1,0.044 MP,GXY,1,0.357E9 MP,GYZ,1,0.037E9 MP,GXZ,1,1.513E9 !! Define material properties for Steel LINK (isotropic) MP,EX,2,210000E6  ! EX=210000 N/mm2 = 210000E6 N/m2 <
nini401290
2016-08-23
0
1
Fourier Spectrum
no vote
%% % to save data from a workspace variable to a txt file use: % dlmwrite('New_filemane.txt', workspace_var_name, 'delimiter', '\t') clc %Get that filename and pathname for the time series Data file [filenameD,pathnameD] = uigetfile({ '*.txt';'*.mat'},'Select the Data file'); if isequal(filenameD,0)     disp( 'User selected Cancel' )
nini401290
2016-08-23
0
1
No more~