Microsoft PowerPoint - Chapter 4 Biomechanics-이정찬.ppt [호환 모드]

Size: px
Start display at page:

Download "Microsoft PowerPoint - Chapter 4 Biomechanics-이정찬.ppt [호환 모드]"

Transcription

1 Biomechanics Jung Chan LEE

2 Mechanics 4M Mechanics 고체역학 : Solid Mechanics Solid Mechanics : deformation and fracture Statics : F=0 and M=0 동역학 : Dynamics Kinematics ( 기구학 ) : 운동의형태 Kinetics ( 운동역학 ) : 힘 과 에너지 유체역학 Fl idi (Fl id M h i ) 유체역학 : Fluidics (Fluid Mechanics) 유체정역학 : 비점성, 비압축성 유체동역학 : 점성, 압축성 ( 기체 )

3 열역학 : Thermodynamics 열역학제 0 법칙 : 열적평형상태 열역학제1법칙 : 열시스템의내부에너지는시스템에가해진열에너지와시스템이외부에한 -( 일 ) 의합이다. 열역학제 2 법칙 : 시스템의총엔트로피는시간을따라증가하려는경향이있다. 열역학제3법칙 : 절대영도에다가갈수록엔트로피는최소값상수로수렴 엔트로피 ( 일로변환할수없는에너지, 무질서도 ) 열전달 ( 전도, 대류, 복사 ) 열기관 ( 냉동기 )

4 Vector Mechanics Vector Math. 2D Norm Angle

5 3D

6

7 Vector 연산 Summation Product Dot Product ( 내적 ): 힘, 변위, 일 Cross Product ( 외적 ) : 토크, 모멘트, 비틀림

8 Dot Product ( 내적 ) : 스칼라값 힘, 변위, 일 힘을 F, 변위를 s, 힘과변위사이의각을 θ라고할때, 일 W 는

9 Cross Product ( 외적 ) : 토크, 모멘트, 비틀림

10 >> %(a) First write the direction vector d that points along F >> % as a 1D array: >> d = [ ] d = >> % Now write the unit vector of F, giving its direction: >> unit_vector = d/norm (d) unit_vector = >> % F consists of the magnitude 10 kn times this unit vector >> F = 10*unit_vector F = >> % Or, more directly >> F = 10*(d/norm(d) (d) ) F = >> % (b) First write the vector r_xz that points in the xz plane: >> r_xz = [12 0 9] r_xz = >> % The dot product is given by the sum of all the term by term >> % multiplications of elements of vectors F and r_xz >> F_dot_r_xz = sum(f.*r_xz) >> % or simply, dot(f,r_xz) F_dot_r_xz = >> % (c) Cross F with a vector that points from the origin to F. >> % The cross product is given by the cross function >> r_xz_cross_f = cross(r_xz,f) r_xz_cross_f = >> % Note that the cross product is not commutative >> cross(f,r_xz) ans = >> % Vectors are added and subtracted in MATLAB using the + and - >> %operations, respectively.

11 Coordinate Transformation

12 Euler Angle

13

14 % eulerangles.m % %E Euler angles for y-x-z rotation ti sequence % using MATLAB symbolic math toolbox % % x, y and z are thetax, thetay and thetaz, respectively % First define them as symbolic variables syms x y z % Writing equations as a matrix A A = [ cos(y), 0, -sin(y); 0, 1, 0; sin(y), 0, cos(y)] % equations as matrix B B = [ 1, 0, 0; 0, cos(x), sin(x); 0, -sin(x), cos(x)] %andequations as matrix C C = [ cos(z), sin(z), 0; -sin(z), cos(z), 0; 0, 0, 1] % The matrix equation 4.30 is created by multiplying matrices C, B % and A D = C*B*A >> eulerangles D = [cos(z)*cos(y)+sin(z)*sin(x)*sin(y), sin(z)*cos(x), -cos(z)*sin(y)+sin(z)*sin(x)*cos(y)] [-sin(z)*cos(y)+cos(z)*sin(x)*sin(y), cos(z)*cos(x), sin(z)*sin(y)+cos(z)*sin(x)*cos(y)] [cos(x)*sin(y), -sin(x), cos(x)*cos(y)]

15

16 function y = cosd(x) %COSD(X) cosines of the elements of X measured in degrees. y = cos(pi*x/180); function y = sind(x) %SIND(X) sines of the elements of X measured in degrees. y = sin(pi*x/180); function D = eulangle (thetax, thetay, thetaz) %EULANGLE matrix of rotations by Euler s angles. % EULANGLE(thetax, thetay, thetaz) yields the matrix of % rotation of a system of coordinates by Euler s % angles thetax, thetay and thetaz, measured in degrees. % Now the first rotation is about the x axis, so we use eqs A = [ cosd(thetax) sind(thetax) 0 -sind(thetax) cosd(thetax) ]; % Next is the y axis rotation (Eqs ) 23) B = [ cosd(thetay) 0 -sind(thetay) sind(thetay) 0 cosd(thetay) ]; % Finally, the z axis rotation (Eqs ) C = [ cosd(thetaz) sind(thetaz) 0 -sind(thetaz) cosd(thetaz) ]; % Multiplying rotation matrices C, B and A as in Eq gives the solution: D=C*B*A; >> eulangle(30,20,10) ans =

17 Static Equilibrium 정지 된물체에작용하는힘과모멘트고려 힘의합 =0 모멘트의합=0

18

19

20 가정 풀리의직경은무시 줄에걸리는장력은줄전체로동일 (T=F 1 =F 2 =F 3 ) i, j 성분끼리

21 x components y components Sol.

22 z y R y F 2, F 3

23 Moment of Inertia 물체의회전력을지속하게끔하는질량분포에너지 ( 물체각부분의질량 )X( 회전축까지의거리 )^2 의합

24 Mechanics of Materials Stress( 응력 ) Strain( 변형율 ) Elastic Modulus

25 Poisson s Ratio : 축방향 strain 에대한횡방향 strain 의비

26

27 Stress-strain curve

28 Brittle( 취성 ) vs. Ductile( 연성 )

29 Spring-back hysteresis

30 Viscoelastic Model K B 스프링상수 : K F=Kx 스프링상수 : K F=Kx 댐핑상수 : B F=B*dx/dt=Bv

31 Simple Spring Model : F=Kx

32 Maxwell Model : dx/dt=1/k*df/dt+1/b*f

33 Voight Model : F=Kx+B*dx/dt

34 Kelvin Model : F+B/K*dF/dt=Kx+2B*dx/dt

35 Cardiovascular Dynamics Blood Rheology Solid vs. Fluid against Shear stress

36 점성과전단응력 압력, 온도, 밀도 : 시스템의특성을나타내는열역학적변수 점도 : 움직이는유체에서의국소응력과유체요소의변형률 (strain) 과의관계 치약, 케첩, 혈액 (?) 천천히흘려주면흐르지만, 강하게쏟으면고정 ( 전방농후 ) 천천히흘려주면약간흐르지만, 강하게쏟으면무너짐 ( 전방희박 ), 생크림, 페인트

37 % Power Law Fit of Blood Data % % Store shear strain rate and stress data in arrays alpha=[ ]; [1.5,2,3.2,6.5,11.5,16,25,50,100] T = [12.5,16,25.2,40,62,80.5,120,240,475] ; % Take natural logs of both x = log(alpha) ; y = log(t) ; % Use MATLAB s polyfit function to do linear curve fit coeff = polyfit (x,y,1) % Write curve fit coefficients as a new x-y function for plotting x1=[0;0.01;5] y1=polyval (coeff,x1) % Plot the original data as o points plot(x,y, o ) hold on % Overlay a plot of the curve-fit line plot(x1,y1) grid on title ( Power Law Function ) xlabel( ln Strain Rate [ln (1/s)] ) ylabel( ln Shear Stress [ln dyne/cm2] )

38 비압축성, 압축성유동 연속식을간단하게하기위해밀도변화를무시 : 비압축성 혈액유동을포함하는대부분의생체공학적인유동은비압축성유동으로해석 ex) 압축성유체공학 : 기체를주로다루는내연기 ex) 압축성유체공학 : 기체를주로다루는내연기관, 항공역학

39 레이놀즈수 (Reynolds number) 무차원변수 : 층류유동과난류유동을구분하는기준 점성력에대한관성력의비 Re 가매우작은경우 : 점성력이지배, 관성을무시 Re가매우큰경우 : 관성력이지배, 점성의효과를무시 유체밀도 ρ, 점성계수 μ, 특성길이 l, 속도 V

40 난류유동 (Turbulent flow) 유선이발견되지않음 유체는질량의소용돌이 속도분포 : 중앙에서최대, 벽부근에서중앙의절반정도 원형관에서 Re > 2000 일때발생

41 층류유동 (Laminar flow) 유체의입자가서로층을이루어, 뒤섞임없이질서있게흐르는상태 원형관내에서의층류유동 벽부근속도는 0, 관의중앙에서최대 관내에서속도분포는포물선 평균속도는중심속도의약 배 Re < 2000

42 Poiseuille flow 일정한단면을가진원형튜브내를흐르는정상상태의층류유동 튜브의반지름이 2 배늘어나면유량은 16 배로증튜브의반지름이 2 배늘어나면유량은 16 배로증가 ( 관저항이 1/16 로감소 ) 튜브의반지름이 ½ 로줄어들면유량은 1/16 으로감소 ( 관저항이 16 배로증가 )

43 에너지보존방정식 수직응력, 전단응력, 중력, 외부에서받는압력을고려

44 Navier-stokes Eq. 거의모든유동현상을풀수있다? 유체흐름의운동량미분방정식 가정 1) 뉴턴유체 가정 2) 비압축성유체 에너지보존식에연속방정식 ( 질량보존 ) 을적용 - CFD 프로그램의기본원리 Cylindrical Coord.

45 Hemodyamics( 혈역학 ) 혈액의압력과유량에대한측정과해석 CO : Cardiac Output 심박출량 MAP : Mean Artery Pressure 평균동맥압 BP(dia) : Diastolic Blood Pressure 이완기혈압 BP(sys) : Systolic Blood Pressure 수축기혈압 PVR : Pulmonary Vascular Resistance 폐혈관저항 SVR : Systemic Vascular Resistance 체순환혈관저항 = TPR(Total Peripheral Resistance) RAP : Mean Right Atrial Pressure 평균우심방압 CVP(Central Venous Pressure) 중심정맥압 HR : Heart Rate 심박수 D'arcy's Law Flow = Pressure/Resistance CO=(MAP-RAP)/TPR

46

4.1 힘의모멘트 스칼라공식 4.1 힘의모멘트 스칼라공식 모멘트크기 (resultant moment) 2

4.1 힘의모멘트 스칼라공식 4.1 힘의모멘트 스칼라공식 모멘트크기 (resultant moment) 2 Engineering Mechanics 정역학 (Statics) 4장힘계의합력 1 GeoPave Lab. 4.1 힘의모멘트 스칼라공식 1 4.1 힘의모멘트 스칼라공식 4.1 힘의모멘트 스칼라공식 모멘트크기 (resultant moment) 2 4.1 힘의모멘트 The moment does not always cause r otation. The actual

More information

산선생의 집입니다. 환영해요

산선생의 집입니다. 환영해요 Biped Walking Robot Biped Walking Robot Simulation Program Down(Visual Studio 6.0 ) ). Version.,. Biped Walking Robot - Project Degree of Freedom : 12(,,, 12) :,, : Link. Kinematics. 1. Z (~ Diablo Set

More information

슬라이드 1

슬라이드 1 1. 서론 수리학의정의 수리학 (hydraulics) 또는수리공학 (hydraulic engineering) 은유체 (liquid) 특히물의역학을다루는분야로물의기본성질및물과물체간에작용하는힘뿐만아니라물과관련된구조물이나시스템의계획및설계를연구하는응용과학의한분야이다. 1 장강의내용 - 유체의정의 - 물의상태변화 - 차원및단위 - 점성 - 밀도, 단위중량및비중 - 표면장력및모세관현상

More information

Microsoft PowerPoint - 기계공학실험1-1MATLAB_개요2D.pptx

Microsoft PowerPoint - 기계공학실험1-1MATLAB_개요2D.pptx 1. MATLAB 개요와 활용 기계공학실험 I 2013년 2학기 MATLAB 시작하기 이장의내용 MATLAB의여러창(window)들의 특성과 목적 기술 스칼라의 산술연산 및 기본 수학함수의 사용. 스칼라 변수들(할당 연산자)의 정의 및 변수들의 사용 방법 스크립트(script) 파일에 대한 소개와 간단한 MATLAB 프로그램의 작성, 저장 및 실행 MATLAB의특징

More information

소성해석

소성해석 3 강유한요소법 3 강목차 3. 미분방정식의근사해법-Ritz법 3. 미분방정식의근사해법 가중오차법 3.3 유한요소법개념 3.4 편미분방정식의유한요소법 . CAD 전처리프로그램 (Preprocessor) DXF, STL 파일 입력데이타 유한요소솔버 (Finite Element Solver) 자연법칙지배방정식유한요소방정식파생변수의계산 질량보존법칙 연속방정식 뉴톤의운동법칙평형방정식대수방정식

More information

Microsoft PowerPoint - Chapter_01BW.ppt [호환 모드]

Microsoft PowerPoint - Chapter_01BW.ppt [호환 모드] 제 장. 기본개념 Introduction and Basic concepts Prof. Byoung-Kwon Ahn bkahn@cnu.ac.kr ac kr http//fincl.cnu.ac.krcnu Dept. of Naval Architecture & Ocean Engineering College of Engineering, Chungnam National

More information

정역학및연습 : Ch. 1. Introduction 기계공학부최해진 School of Mechanical Engineering 강의소개 1-2 q 담당교수 : u 최해진 봅스트홀 226 호, ,

정역학및연습 : Ch. 1. Introduction 기계공학부최해진 School of Mechanical Engineering 강의소개 1-2 q 담당교수 : u 최해진 봅스트홀 226 호, , 정역학및연습 : Ch. 1. Introduction 기계공학부최해진 강의소개 1 - q 담당교수 : u 최해진 (hjchoi@cau.ac.kr), 봅스트홀 6 호, 0-80-5787, q 강의교재 : u Beer F. P., et al., Vector Mechanics for Engineers 8th Ed. McGraw Hill u 강의노트 (http://isdl.cau.ac.kr/

More information

h 를대류열전달계수, 열전달계수, 혹은막컨덕턴스라고함 열전도계수와마찬가지로물체에따라다르지만열전도계수와다르게주변환경에따라급격히변하므로정확한측정이어렵다. 다시말해서, h 가알려져있는경우뉴턴의냉각법칙을통해서열손실을계산할수있다. 하지만, 열전달계수는여러인자, 즉유체의형태, 흐

h 를대류열전달계수, 열전달계수, 혹은막컨덕턴스라고함 열전도계수와마찬가지로물체에따라다르지만열전도계수와다르게주변환경에따라급격히변하므로정확한측정이어렵다. 다시말해서, h 가알려져있는경우뉴턴의냉각법칙을통해서열손실을계산할수있다. 하지만, 열전달계수는여러인자, 즉유체의형태, 흐 Chapter 5: Principles of Convection 서론현재까지학습한대류의개념은전도에있어서경계조건으로만사용되었다. 지금부터학습할내용은대류자체에초점을맞춰대류열전달을계산하는방법과대류열전달계수 h 를어떻게결정하는가에대한내용이다. 대류열전달은유체의유동 / 흐름과매우밀접한관련이있으므로, ( 교과서에나와있는것처럼 ) 대류열전의 기초적인이해를위해서 유체역학

More information

슬라이드 1

슬라이드 1 운동역학 목요일 2, 3, 4 담당 : 박상균교수 ( 운동역학실 : 필승관 3 층 ) : 410-6952 spark@knsu.ac.kr 교재 : 운동역학 ( 핚국운동역학회저 ) 평가 : 출석 (20), 과제 (10), 중간고사 (30), 기말고사 (40) 과대표 : 임양현 > 교재는꼭준비!!! 운동역학실 3 Rules : No Cellular phone( 핸드폰

More information

Microsoft Word - 4장_처짐각법.doc

Microsoft Word - 4장_처짐각법.doc 동아대학교토목공학과구조역학 4. 처짐각법 변위법 (Slope Deflection ethod Displacement ethod) Objective of this chapter: 처짐각법의기본개념. What will be presented: 처짐각법을이용한다차부정정보해석 처짐각법을이용한다차부정정골조해석 Theoretical background 미국미네소타대학의

More information

2. 수치시뮤레이션 2.1 기본방정식과수치조건 기본방정식은 Navier-Stokes 방정식이며 FEM 수치기법으로이산화하여구조격자를만들어계산을수행하였다. k- 을사용한수송방정식은 t (ρε)+ (ρεu x i )= i x j [( μ+ μ t σ ε ) ε + C 1ε

2. 수치시뮤레이션 2.1 기본방정식과수치조건 기본방정식은 Navier-Stokes 방정식이며 FEM 수치기법으로이산화하여구조격자를만들어계산을수행하였다. k- 을사용한수송방정식은 t (ρε)+ (ρεu x i )= i x j [( μ+ μ t σ ε ) ε + C 1ε 2005 년도한국해양과학기술협의회공동학술대회 장애물이있는관유동의수치모사와난류모형적용 Numerical Simulation of Pipe Flow with an Obstacle and the Application of Turbulent Models 곽승현한라대학교컴퓨터응용설계학과 SEUNG-HYUN KWAG Department of Computer Aided

More information

예제 1.1 ( 관계연산자 ) >> A=1:9, B=9-A A = B = >> tf = A>4 % 4 보다큰 A 의원소들을찾을경우 tf = >> tf = (A==B) % A

예제 1.1 ( 관계연산자 ) >> A=1:9, B=9-A A = B = >> tf = A>4 % 4 보다큰 A 의원소들을찾을경우 tf = >> tf = (A==B) % A 예제 1.1 ( 관계연산자 ) >> A=1:9, B=9-A A = 1 2 3 4 5 6 7 8 9 B = 8 7 6 5 4 3 2 1 0 >> tf = A>4 % 4 보다큰 A 의원소들을찾을경우 tf = 0 0 0 0 1 1 1 1 1 >> tf = (A==B) % A 의원소와 B 의원소가똑같은경우를찾을때 tf = 0 0 0 0 0 0 0 0 0 >> tf

More information

Chapter 1 INTRODUCTION AND BASIC CONCEPTS

Chapter 1  INTRODUCTION AND BASIC CONCEPTS Fluid Mechanics: Fundamentals and Applications Third Edition in SI Units Yunus A. Cengel, John M. Cimbala McGraw-Hill, 2014 Chapter 9 유체유동의미분해석 유체유동을지배하는기본미분방정식을유도하고, 몇가지간단한유동에대해방정식을푸는방법을보인다. 토네이도로인한공기유동과같이복잡한유동들은엄밀해를구할수없다.

More information

Microsoft PowerPoint - 7-Work and Energy.ppt

Microsoft PowerPoint - 7-Work and Energy.ppt Chapter 7. Work and Energy 일과운동에너지 One of the most important concepts in physics Alternative approach to mechanics Many applications beyond mechanics Thermodynamics (movement of heat) Quantum mechanics...

More information

정역학 [Statics] 2017 학년도제 2 학기 김진오교수 교재 : F. P. Beer, E. R. Johnston, D. F. Mazurek Vector Mechanics for Engineers - STATICS, 11th edition in SI units M

정역학 [Statics] 2017 학년도제 2 학기 김진오교수 교재 : F. P. Beer, E. R. Johnston, D. F. Mazurek Vector Mechanics for Engineers - STATICS, 11th edition in SI units M 정역학 [Statics] 2017 학년도제 2 학기 김진오교수 교재 : F. P. Beer, E. R. Johnston, D. F. Mazurek Vector Mechanics for Engineers - STATICS, 11th edition in SI units McGraw-Hill, 2016. 내용 : 제1장서론 [Introduction] 제2장질점의정역학

More information

- 관성력 inertia force 점성력 viscous force Re : Reynolds 수 ( 무차원수 ) : 유체의동점성계수 : 유체밀도 : 관로직경 : 유속 - 층류 : Re ( 또는 2320) - 천이영역 : - 난류 : - 상임계속도 (upper criti

- 관성력 inertia force 점성력 viscous force Re : Reynolds 수 ( 무차원수 ) : 유체의동점성계수 : 유체밀도 : 관로직경 : 유속 - 층류 : Re ( 또는 2320) - 천이영역 : - 난류 : - 상임계속도 (upper criti 3 장동수역학 ( 動水力學 ) < 흐름의종류 > Reynolds 의실험 http://vimeo.com/5648342 http://www.youtube.com/watch?v=kqqtob30jws&feature=related http://www.youtube.com/watch?v=nplrdarmdf8&feature=related http://www.youtube.com/watch?v=xoll2kediog&feature=related

More information

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할 저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 변경금지. 귀하는이저작물을개작, 변형또는가공할수없습니다. 귀하는, 이저작물의재이용이나배포의경우,

More information

<4D6963726F736F667420506F776572506F696E74202D204D41544C4142B0ADC0C7B7CF28B9E8C6F7BFEB295F3031C0E55FBDC3C0DBC7CFB1E22E707074205BC8A3C8AF20B8F0B5E55D>

<4D6963726F736F667420506F776572506F696E74202D204D41544C4142B0ADC0C7B7CF28B9E8C6F7BFEB295F3031C0E55FBDC3C0DBC7CFB1E22E707074205BC8A3C8AF20B8F0B5E55D> MATLAB MATLAB 개요와 응용 1장 MATLAB 시작하기 10 5 0 황철호 -5-10 30 20 10 0 0 5 10 15 20 25 MATLAB 시작하기 이장의내용 MATLAB의여러창(window)들의 특성과 목적 기술 스칼라의 산술연산 및 기본 수학함수의 사용. 스칼라 변수들(할당 연산자)의 정의 및 변수들의 사용 방법 스크립트(script) 파일에

More information

<4D F736F F F696E74202D20C0E7B7E1C0C720B0ADB5B52CBFACBCBA2CB0E6B5B5C6F2B0A1B1E2B9FD205BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D20C0E7B7E1C0C720B0ADB5B52CBFACBCBA2CB0E6B5B5C6F2B0A1B1E2B9FD205BC8A3C8AF20B8F0B5E55D> 재료의강도 / 연성 / 경도평가기법 기계적시험 (Mechanical Tests) 목적 : 재료의응력 (stress) 에대한재료의저항 (strain) 관계를구함 인장 / 압축시험 경도시험 굽힘시험, 피로시험, 열피로시험, 파괴인성시험, 크리프시험, 충격시험, 열충격시험, 마모시험등 변형 (Deformation) 의종류 Tension Compression Shear

More information

π >> x=linspace(0,2*pi,30); >> y=sin(x); >> plot(x,y) π

π >> x=linspace(0,2*pi,30); >> y=sin(x); >> plot(x,y) π π >> x=linspace(,2*pi,3); >> y=sin(x); >> plot(x,y) - - - - - 2 3 4 5 6 7 π >> x=linspace(,2*pi,3); y=sin(x); z=cos(x); >> plot(x,y,x,z) - - - - - 2 3 4 5 6 7 >> x=linspace(,2*pi,3); y=sin(x); z=cos(x);

More information

Microsoft PowerPoint - chapter4-2-web [호환 모드]

Microsoft PowerPoint - chapter4-2-web [호환 모드] Chapter4 Principles of Steady-State Heat Transfer 이광남 정상상태열전달의원리 1 차원해석 Buckingham π theorem ~ u개의기본적단위나차원으로주어진 q개의양또는변수의함수관계는 (q-u) 개의독립적군 (π) 으로표현할수있다. Buckingham method 특별한물리적문제에있어서중요한변수들을나열한다음에 Buckingham

More information

목 차 국문요약 ⅰ ABSTRACT ⅲ 그림목차 ⅴ 표목차 ⅵ 1 1 3 4 4 5 6 9 11 11 13 16 32 32 3.1.1 초고층건축물의정의 32 3.1.2 대상모델개요 32 3.1.3 대상모델의모델링 35 3.1.4 CFD 해석의경계조건 38 3.1.5 CFD 시뮬레이션 42 53 3.2.1 적용프로그램 54 3.2.2 풍압의적용 54 3.2.3

More information

1 n dn dt = f v = 4 π m 2kT 3/ 2 v 2 mv exp 2kT 2 f v dfv = 0 v = 0, v = /// fv = max = 0 dv 2kT v p = m 1/ 2 vfvdv 0 2 2kT = = vav = v f dv π m

1 n dn dt = f v = 4 π m 2kT 3/ 2 v 2 mv exp 2kT 2 f v dfv = 0 v = 0, v = /// fv = max = 0 dv 2kT v p = m 1/ 2 vfvdv 0 2 2kT = = vav = v f dv π m n dn dt f v 4 π m kt 3/ v mv exp kt f v dfv 0 v 0, v /// fv max 0 dv kt v p m / vfvdv 0 kt vav. 8v f dv π m k m 0 v / R0 4 T vav.45 0 cm / sec M M p v v fvdv 0 3 fvdv 0 kt m / 3kT v v. 5 m rms v p n dn

More information

Microsoft PowerPoint - solid_Ch 8(5)-(note)-수정본.ppt

Microsoft PowerPoint - solid_Ch 8(5)-(note)-수정본.ppt Stress and Strain Ⅴ Metal Forming CA Lab. Department of Mechanical ngineering Geongsang National Universit, Korea Metal Forming CA Lab., Geongsang National Universit 주응력축과주변형률축과의관계, G의관계 주응력과주변형률축은일치하는가?

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 03 모델변환과시점변환 01 기하변환 02 계층구조 Modeling 03 Camera 시점변환 기하변환 (Geometric Transformation) 1. 이동 (Translation) 2. 회전 (Rotation) 3. 크기조절 (Scale) 4. 전단 (Shear) 5. 복합변환 6. 반사변환 7. 구조변형변환 2 기하변환 (Geometric Transformation)

More information

<C0E5B7C1BBF328BEEEB8B0C0CCB5E9C0C729202D20C3D6C1BE2E687770>

<C0E5B7C1BBF328BEEEB8B0C0CCB5E9C0C729202D20C3D6C1BE2E687770> 본 작품들의 열람기록은 로그파일로 남게 됩니다. 단순 열람 목적 외에 작가와 마포구의 허락 없이 이용하거나 무단 전재, 복제, 배포 시 저작권법의 규정에 의하여 처벌받게 됩니다. 마포 문화관광 스토리텔링 공모전 구 분 내 용 제목 수상내역 작가 공모분야 장르 어린이들의 가장 즐거웠던 나들이 장소들 마포 문화관광 스토리텔링 공모전 장려상 변정애 창작이야기 기타

More information

<4D F736F F F696E74202D2035BBF3C6F2C7FC5FBCF8BCF6B9B0C1FA2E BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D2035BBF3C6F2C7FC5FBCF8BCF6B9B0C1FA2E BC8A3C8AF20B8F0B5E55D> 5. 상평형 : 순수물질 이광남 5. 상평형 : 순수물질 상전이 phase transition 서론 ~ 조성의변화없는상변화 5. 상평형 : 순수물질 전이열역학 5. 안정성조건 G ng ng n G G 자발적변화 G < 0 G > G or 물질은가장낮은몰Gibbs 에너지를갖는상 가장안정한상 으로변화하려는경향 5. 상평형 : 순수물질 3 5. 압력에따른Gibbs

More information

인쇄본 - 10졸업논문_배세욱_강내탄도에 사용되는 Ergun식에 대한 수치적 보정연구_초록 수정.hwp

인쇄본 - 10졸업논문_배세욱_강내탄도에 사용되는 Ergun식에 대한 수치적 보정연구_초록 수정.hwp - I - - II - max Maximum exponent of the velocity in pressure drop equation - III - - IV - - V - - VI - - VII - - VIII - - 1 - 하나하나의 입자에 대하여 Lagrangian 접근법을 사용하여 지배방정식을 풀게 된다. 이 때, 기상과 고상의 지배방정식의 물리적 정보를

More information

Microsoft PowerPoint - Ch2-1평형1.ppt [호환 모드]

Microsoft PowerPoint - Ch2-1평형1.ppt [호환 모드] Equlbrum ( 평형 ) Ⅰ Metal ormng CE Lab. Department of Mechancal Engneerng Gyeongsang Natonal Unversty, Korea Metal ormng CE Lab., Gyeongsang Natonal Unversty 정역학문제의구성 역학의구성요소와정역학및고체역학 구성요소정역학고체역학 부분계 1 힘힘의평형조건힘의평형조건,

More information

Microsoft Word - SDSw doc

Microsoft Word - SDSw doc MIDAS/SDS Ver..4.0 기술자료 Design>Shear Check Result KCI-USD99의슬래브의불균형모멘트에대한고려기준은다음과같습니다. 7.11. 전단편심설계 (1) 슬래브의평면에수직한위험단면의도심에대해전단편심에의해전달된다고보아야할불균형모멘트의비율은다음과같다. γ υ 1 = 1 b 1+ 3 b 1 () 전단편심에의한모멘트전달로인한전단응력은위의

More information

슬라이드 1

슬라이드 1 tress and train I Metal Forming CAE La. Department of Mechanical Engineering Geongsang National Universit, Korea Metal Forming CAE La., Geongsang National Universit tress Vector, tress (Tensor) tress vector:

More information

Microsoft PowerPoint - HydL_Ch4_Losses [호환 모드]

Microsoft PowerPoint - HydL_Ch4_Losses [호환 모드] 4. Frictional Losses in Hydraulic Pipelines Laminar & Turbulent Flow Reynolds Number Darcy s Equation Moody Diagram Frictional Losses & Friction Factor Losses in Valves & Fittings: K Factor Equivalent-Length

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 RecurDyn 의 Co-simulation 와 하드웨어인터페이스적용 2016.11.16 User day 김진수, 서준원 펑션베이솔루션그룹 Index 1. Co-simulation 이란? Interface 방식 Co-simulation 개념 2. RecurDyn 과 Co-simulation 이가능한분야별소프트웨어 Dynamics과 Control 1) RecurDyn

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 응력불변량 방향코사인 ( 방향여현 ) : N S l ON OA m ON OB n ON OC x 방향의힘평형 : 사면체의체적 : ABC S OBC + OAC τ + OAB τ x x x zx V ABC ON OBC OA OAC OB OAB OC S OBC OAC OAB + τ + τ ABC ABC ABC ON ON ON x + τ x + τzx OA OB OC

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA EDISON_CFD : 유체공학교육 연구용 e-science 기반시뮬레이션소프트웨어및콘텐츠개발 이근배 이성욱 * 이창훈 ** 최정일 ** 이도형 *** 김종암 * EDISON_CFD : Development of e-science-based Simulation Software and Contents for Education and Research in Fluid

More information

Chapter 11 Rate of Reaction

Chapter 11 Rate of Reaction Chapter 11 Rate of Reaction 11 11.1 ? Rate Law Kinetics : 11 11.2 CO(g) + NO 2 (g) CO 2 (g) + NO(g) E a =134 kj CO(g) + NO 2 (g) H = -226 kj CO 2 (g) + NO(g) 11 11.3 N 2 O 5 (g) 2NO 2 (g) + 1/2 O 2 (g)

More information

fx-82EX_fx-85EX_fx-350EX

fx-82EX_fx-85EX_fx-350EX KO fx-82ex fx-85ex fx-350ex http://edu.casio.com RJA532550-001V01 ...2... 2... 2... 3... 4...5...5...6... 8... 9...10... 10... 11... 13... 16...17...17... 17... 18... 20 CASIO Computer Co., Ltd.,,, CASIO

More information

슬라이드 제목 없음

슬라이드 제목 없음 1 장 1/14 Chapter 1 일반적원리 ( General Principle ) 1.1 역학 역학 (Mechanics) : 정지해있거나운동하는물체에작용하는힘과그물체의운동 혹은변형상태와의관계를연구하는물리학의한분야 공업역학 (Engineering mechanics) : 공학특히기계, 토목공학분야에직접적용될수 있는역학으로서물체의크기가원자나분자보다는월등히크고 (

More information

LIDAR와 영상 Data Fusion에 의한 건물 자동추출

LIDAR와 영상 Data Fusion에 의한 건물 자동추출 i ii iii iv v vi vii 1 2 3 4 Image Processing Image Pyramid Edge Detection Epipolar Image Image Matching LIDAR + Photo Cross correlation Least Squares Epipolar Line Matching Low Level High Level Space

More information

PowerPoint Presentation

PowerPoint Presentation 기계항공시스템해석 MATLAB 실습 - 시스템구성및시간 / 주파수응답그래프 - 박사과정서종상 azuresky@snuackr Tel:0-880-194 301-113 Vehicle Dynamics & Control Laboratory Set Transfer Function and State Space 1) tf Transfer Function From = tf(numerator,

More information

주어진실험식은프란틀수 (Pr) 가 0.6 에서 100 사이의범위이고벽과유체사이에적당한온도차조건을갖는 유체가매끈한관내를흐르는완전히발달된난류유동에대하여유효하다. 이때유체의성질은평균유체 체적온도에서구한값이된다. 2 Gnielinski 는매끈한관내의난류유동에대해보다더좋은결과를

주어진실험식은프란틀수 (Pr) 가 0.6 에서 100 사이의범위이고벽과유체사이에적당한온도차조건을갖는 유체가매끈한관내를흐르는완전히발달된난류유동에대하여유효하다. 이때유체의성질은평균유체 체적온도에서구한값이된다. 2 Gnielinski 는매끈한관내의난류유동에대해보다더좋은결과를 Chapter 6: Empirical and practical relations for forced-convection heat transfer 서론앞서살펴보았던대류문제는해석적인방법을통해서풀릴수있는문제로서 ( 연속방정식과운동량방정식을동시에풀었음을참조 ), 대류에있어서열전달의원리와이해를돕기위한간단한문제에한정되었다. 하지만, 실제로는, 해석적인방법을통해서실용적인열전달현상에적용하는것은한계가있기때문에,

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 3. 원형축의비틀림 eal Foming CAE Lab. Depamen of echanical Engineeing Gyeongsang Naional Univesiy, Koea 원형축의비틀림 문제의정의와가정 이론전개대상축의형상 : 원형축 (Cicula shaf), Shaf 용도 : 동력전달 (Powe ansmission), sping, ec., 이론전개를위한가정

More information

<4D F736F F F696E74202D20BFA1C4DA5FC0D3BBF3C3CAC0BDC6C42E BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D20BFA1C4DA5FC0D3BBF3C3CAC0BDC6C42E BC8A3C8AF20B8F0B5E55D> 심장 (Heart) 심초음파 서울대병원내과 김용진 심장은평생몇번이나뛸까요? 1) 3 백만번 2) 3 천만번 3) 3 억번 4) 30 억번 30 억박동, 2 억리터의혈액 Cause 심장질환 6.2 12.4 11.1 16.2 뇌졸중 4.3 8.5 7.7 11.3 기타심혈관질환 2.6 5.1 6.0 8.8 심혈관질환 13.1 26.0 24.8 36.3 총사망 50.4

More information

Vector Differential: 벡터 미분 Yonghee Lee October 17, 벡터미분의 표기 스칼라미분 벡터미분(Vector diffrential) 또는 행렬미분(Matrix differential)은 벡터와 행렬의 미분식에 대 한 표

Vector Differential: 벡터 미분 Yonghee Lee October 17, 벡터미분의 표기 스칼라미분 벡터미분(Vector diffrential) 또는 행렬미분(Matrix differential)은 벡터와 행렬의 미분식에 대 한 표 Vector Differential: 벡터 미분 Yonhee Lee October 7, 08 벡터미분의 표기 스칼라미분 벡터미분(Vector diffrential) 또는 행렬미분(Matrix differential)은 벡터와 행렬의 미분식에 대 한 표기법을 정의하는 방법이다 보통 스칼라(scalar)에 대한 미분은 일분수 함수 f : < < 또는 다변수 함수(function

More information

PowerPoint Presentation

PowerPoint Presentation 009 The McGraw-Hill Companies, Inc. ll rights reserved. Fifth SI Edition CHTER MECHNICS OF MTERIS Ferdinand. Beer E. Russell Johnston, Jr. John T. DeWolf David F. Mazurek Stress and Strain xial oading

More information

교축 유량계를 이용한 유량측정

교축 유량계를 이용한 유량측정 교축유량계를이용한 유량측정법 담당교수 : 이열 ( 연구실 : 기계관 318 호, 실험실 : 기계관 106 호 ) Korea Aerospace University 실험목적 관로내부를흘러가는유체의유량을측정하는여러가지방법중, 관로내부에유동방해물을설치하여이방해물전후방에서나타나는압력차를측정하고이를이용하여유량을측정하는교축유량계 (obstruction devices, 장애물식유량계,

More information

<4D F736F F F696E74202D20C1A633C0E528BFF8C7FCC3E0C0C7BAF1C6B2B8B229>

<4D F736F F F696E74202D20C1A633C0E528BFF8C7FCC3E0C0C7BAF1C6B2B8B229> 제 3 장원형축의비틀림 3.1 개요 : 회전운동을하는부재 동력전달축, 비틂봉, 드릴축 비틂모멘트, 전단응력, 전단변형률, 비틂각 3.2 변형의기하학 : 한쪽끝단이고정된원형단면축 비틀림모멘트의방향 : 오른손법칙 변형전 : 선AB, 선OA 변형후 : 선A B, 선 OA 고정단에서임의거리 x인위치에서두께 x인미소요소 CD를절취함. ( 양의비틀림모멘트에대한표현 )

More information

Torsion

Torsion 009 he MGraw-Hill Companies, In. All rights reserved. Fifth SI Edition CHAPER 3 MECHANICS OF MAERIALS Ferdinand P. eer E. Russell ohnston, r. ohn. DeWolf David F. Mazurek Leture Notes:. Walt Oler exas

More information

ePapyrus PDF Document

ePapyrus PDF Document 19 3 (2009 9 ) J Korean Soc Occup Environ Hyg 2009;19(3):240~249 Numerical Study on Ventilation Method for Temperature Control of HRSG Building Chul Hwan Kim Jong Wook Lee Hoon Ki Choi Geun Jong Yoo Dept.

More information

슬라이드 1

슬라이드 1 ressure Sensors (Blood ressure) irculation System AV valve close Aortic valve close Blood ressure Definition 단위면적의혈관벽에가해지는혈액의힘 continuous : 혈액순환에있어서가장중요함심장에서 pumping된양과같은양의혈액이인체각부분에전달되어야함 Why do we need

More information

<31325FB1E8B0E6BCBA2E687770>

<31325FB1E8B0E6BCBA2E687770> 88 / 한국전산유체공학회지 제15권, 제1호, pp.88-94, 2010. 3 관내 유동 해석을 위한 웹기반 자바 프로그램 개발 김 경 성, 1 박 종 천 *2 DEVELOPMENT OF WEB-BASED JAVA PROGRAM FOR NUMERICAL ANALYSIS OF PIPE FLOW K.S. Kim 1 and J.C. Park *2 In general,

More information

fl 2

fl 2 1 fl 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69

More information

05 목차(페이지 1,2).hwp

05 목차(페이지 1,2).hwp THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2014 Oct.; 25(10), 10771086. http://dx.doi.org/10.5515/kjkiees.2014.25.10.1077 ISSN 1226-3133 (Print)ISSN 2288-226X (Online)

More information

fx-570EX_fx991EX

fx-570EX_fx991EX KO fx-570ex fx-991ex http://edu.casio.com RJA532528-001V01 ...2... 2... 2... 3... 4...5...6...7... 9... 10...11... 12... 13 QR... 15...16 CALC...17 SOLVE... 17... 18 n... 21...22... 23... 25... 26...27...

More information

<4D F736F F F696E74202D20B0FCBCF6B7CEC0C720C1A4BBF3B7F9205BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D20B0FCBCF6B7CEC0C720C1A4BBF3B7F9205BC8A3C8AF20B8F0B5E55D> log L 관수로흐름 층류 (Laminar) 와난류 (Turbulent) 난류 C 난류 난류 난류 층류 A 층류 B O 층류 층류천이영역난류 log A B : 상한계유속 ( 층류 난류) : 하한계유속 ( 난류 층류) A점에서의 Re 한계 Reynolds 수 Reynolds 수로분류 Re ν ρ [ 무차원] μ 관수로흐름 예제 ) cm ν 0.0 cm /sec

More information

Torsion

Torsion 전동축설계 (Design of ransmission Shafts) 전동축의설계에서필요한주요명세사항 : - 동력 - 축의회전속도 설계자의역할은축이특정한속도에서필요한동력을전달할때재료가허용할수있는최대전단응력을넘지않도록축의재료를선정하고축의단면의치수를결정 토크 를받으면의각속도 ω 로회전하는강체가발생시킬수있는동력 P ω πf P ω P πf 최대허용전단응력을초과하지않은축의단면치수계산.

More information

untitled

untitled Logic and Computer Design Fundamentals Chapter 4 Combinational Functions and Circuits Functions of a single variable Can be used on inputs to functional blocks to implement other than block s intended

More information

Control Simulation and Experiment of a Cart-Pendulum System Mission. Control and Estimator Design Derivation of the (coupled nonlinear) dynamic equati

Control Simulation and Experiment of a Cart-Pendulum System Mission. Control and Estimator Design Derivation of the (coupled nonlinear) dynamic equati 205 년고등자동제어 Term Project Dynamic Simulation and Control Experiment for Cart-Pendulum System Dynamic Simulation Modeling and Control Design Control Experiment Control Simulation and Experiment of a Cart-Pendulum

More information

Microsoft PowerPoint 힘의과학-Week12-Chapter10(배포용) [호환 모드]

Microsoft PowerPoint 힘의과학-Week12-Chapter10(배포용) [호환 모드] 힘의과학 ( 정역학 Statics) 건국대학교공과대학토목공학과 010년 학기 Week 1 Chapter 10 관성모멘트 (Moment of nertia) Class Schedule Week Topic Chapter 01 08/009/0 역학의일반적원리, 스칼라와벡터 1&(17-57) 0 09/0609/10 벡터의연산 (58-8) 0-09/109/17 벡터의연산,

More information

6자료집최종(6.8))

6자료집최종(6.8)) Chapter 1 05 Chapter 2 51 Chapter 3 99 Chapter 4 151 Chapter 1 Chapter 6 7 Chapter 8 9 Chapter 10 11 Chapter 12 13 Chapter 14 15 Chapter 16 17 Chapter 18 Chapter 19 Chapter 20 21 Chapter 22 23 Chapter

More information

Microsoft PowerPoint - HydL_Ch3_Energy [호환 모드]

Microsoft PowerPoint - HydL_Ch3_Energy [호환 모드] 3. Energy & Power in Hydraulic Systems Hydraulic Energy & Power Efficiency Pascal s Law Hydraulic Jack Air-to-Hydraulic Pressure Booster Conservation of Energy Law Continuity Equation Hydraulic Power Potential

More information

歯기구학

歯기구학 1 1.1,,.,. (solid mechanics)., (kinematics), (statics), (kinetics). ( d y n a m i c s ).,,. ( m e c h a n i s m ). ( l i n k a g e ) ( 1.1 ), (pin joint) (revolute joint) (prismatic joint) ( 1.2 ) (open

More information

2 장정수역학 ( 靜水力學 ) 압력 (pressure) - 정의 : 단위면적당작용하는힘 - 단위면적 (SI : 1m 2, 또는 1cm2 ) 당미치는압축응력 작용하는힘 Pa 면적 - 압력의단위 SI 단위 : Pa(pascal)=N/ m2, MPa Pa 공학단위 : kg

2 장정수역학 ( 靜水力學 ) 압력 (pressure) - 정의 : 단위면적당작용하는힘 - 단위면적 (SI : 1m 2, 또는 1cm2 ) 당미치는압축응력 작용하는힘 Pa 면적 - 압력의단위 SI 단위 : Pa(pascal)=N/ m2, MPa Pa 공학단위 : kg 물의비중량 ( 단위중량 ) w Nm (SI 단위 ) kg f m ( 공학단위 ) 물의밀도단위 kgm (SI 단위 ) kg f sec ( 중력단위 ) w w g w w g msec sec 유체의점도 (Viscosity) U Δy 평균유속 ( 가정 ) 실제유속분포 U B - 전단응력 = 유속차이가있는층사이에발생하는단위면적당전단력 ( 마찰력 ) : 전단응력 ([F/L

More information

Buy one get one with discount promotional strategy

Buy one get one with discount promotional strategy Buy one get one with discount Promotional Strategy Kyong-Kuk Kim, Chi-Ghun Lee and Sunggyun Park ISysE Department, FEG 002079 Contents Introduction Literature Review Model Solution Further research 2 ISysE

More information

Introduction Capillarity( ) (flow ceased) Capillary effect ( ) surface and colloid science, coalescence process,

Introduction Capillarity( ) (flow ceased) Capillary effect ( ) surface and colloid science, coalescence process, Introduction Capillarity( ) (flow ceased) Capillary effect ( ) surface and colloid science, coalescence process, Introduction Capillary forces in practical situation Capillary Model A Capillary Model system,

More information

<4D F736F F D20536F6C69645F30385FC6F2B8E9C0C0B7C2C0C720C0C0BFEB5FBED0B7C2BFEBB1E220BAB820B9D720C1B6C7D5C7CFC1DF2E646F63>

<4D F736F F D20536F6C69645F30385FC6F2B8E9C0C0B7C2C0C720C0C0BFEB5FBED0B7C2BFEBB1E220BAB820B9D720C1B6C7D5C7CFC1DF2E646F63> 제 8 장평면응력의적용 [ 압력용기, 보및조합하중 ] 8. 개요 - 평면응력 : 빌딩, 기계, 자동차, 항공기등에적용 - 압력용기의해석 : 압축공기탱크, 수도파이프등 - 보내의응력 : 주응력, 최대전단응력 - 보내의응력 : 주응력, 최대전단응력 8. 구형압력용기 - 압력용기 (essue vessel): 압력을받고있는액체나기체를포함하고있는폐 (closed) 구조물

More information

(1 일목 ) 제 3 발표장 47 수치기법 [I] 이은택 1, 안형택 2* SIMULATION ON FLOW PAST A CIRCULAR CYLINDER USING UNSTRUCTURED MESH BASED INCOMPRESSIBLE FLUID SOLVER(ULSAN3

(1 일목 ) 제 3 발표장 47 수치기법 [I] 이은택 1, 안형택 2* SIMULATION ON FLOW PAST A CIRCULAR CYLINDER USING UNSTRUCTURED MESH BASED INCOMPRESSIBLE FLUID SOLVER(ULSAN3 (1 일목 ) 제 3 발표장 47 이은택 1, 안형택 2* SIMULATION ON FLOW PAST A CIRCULAR CYLINDER USING UNSTRUCTURED MESH BASED INCOMPRESSIBLE FLUID SOLVER(ULSAN3D) E. Lee and H.T. Ahn 1. 1.1 Navier-Stokes Navier-Stokes. (1)

More information

STATICS Page: 7-1 Tel: (02) Fax: (02) Instructor: Nam-Hoi, Park Date: / / Ch.7 트러스 (Truss) * 트러스의분류 트러스 ( 차원 ): 1. 평면트러스 (planar tru

STATICS Page: 7-1 Tel: (02) Fax: (02) Instructor: Nam-Hoi, Park Date: / / Ch.7 트러스 (Truss) * 트러스의분류 트러스 ( 차원 ): 1. 평면트러스 (planar tru STATICS Page: 7-1 Instructor: Nam-Hoi, Park Date: / / Ch.7 트러스 (Truss) * 트러스의분류 트러스 ( 차원 ): 1. 평면트러스 (planar truss) - 2 차원 2. 공간트러스 or 입체트러스 (space truss)-3 차원트러스 ( 형태 ): 1. 단순트러스 (simple truss) 삼각형형태의트러스

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 탄성체역학 pplied Theory of lasticity Week07: 전단력과휨모멘트 (1) 토목안전환경공학과 옥승용 2 Class Schedule(1) Week Topics Remarks 01 Introduction to class Ch. 1 02 Tensile, Compressive and Shear orces (1) Ch. 1 03 Tensile,

More information

e hwp

e hwp TITLE 'Dew Pressure Calculation for the Condenser Pressure' IN-UNITS ENG DEF-STREAMS CONVEN ALL DESCRIPTION " General Simulation with English Units : F, psi, lb/hr, lbmol/hr, Btu/hr, cuft/hr. Property

More information

4 CD Construct Special Model VI 2 nd Order Model VI 2 Note: Hands-on 1, 2 RC 1 RLC mass-spring-damper 2 2 ζ ω n (rad/sec) 2 ( ζ < 1), 1 (ζ = 1), ( ) 1

4 CD Construct Special Model VI 2 nd Order Model VI 2 Note: Hands-on 1, 2 RC 1 RLC mass-spring-damper 2 2 ζ ω n (rad/sec) 2 ( ζ < 1), 1 (ζ = 1), ( ) 1 : LabVIEW Control Design, Simulation, & System Identification LabVIEW Control Design Toolkit, Simulation Module, System Identification Toolkit 2 (RLC Spring-Mass-Damper) Control Design toolkit LabVIEW

More information

(2) : :, α. α (3)., (3). α α (4) (4). (3). (1) (2) Antoine. (5) (6) 80, α =181.08kPa, =47.38kPa.. Figure 1.

(2) : :, α. α (3)., (3). α α (4) (4). (3). (1) (2) Antoine. (5) (6) 80, α =181.08kPa, =47.38kPa.. Figure 1. Continuous Distillation Column Design Jungho Cho Department of chemical engineering, Dongyang university 1. ( ).... 2. McCabe-Thiele Method K-value. (1) : :, K-value. (2) : :, α. α (3)., (3). α α (4) (4).

More information

<4D F736F F F696E74202D20342EBFADBFAAC7D02D32B9FDC4A22E BC8A3C8AF20B8F0B5E55D>

<4D F736F F F696E74202D20342EBFADBFAAC7D02D32B9FDC4A22E BC8A3C8AF20B8F0B5E55D> 4. 열역학 : 제 2 법칙 이광남 열역학 : 제 2 법칙칙 1 엔트로피 자발적변화 (spontaneous change) ~ 시간에는무관 비자발적변화 (nonspontaneous change) 4.1 자발적인변화의방향 무질서해지려는에너지와물질의경향 물질의분산방향 에너지의분산방향 열역학 : 제 2 법칙칙 2 자발적인물리적과정 1. 물질이무질서해지려한다. 2.

More information

1.표지.hwp

1.표지.hwp μ μ a b c σ τ sin sin sin sin (a) (b) (c) μ 0.0002 0.0000-0.0002 Displacement(cm) -0.0004-0.0006-0.0008-0.0010-0.0012-0.0014 0 5 10 15 20 25 Pressure(N)

More information

15 홍보담당관 (언론홍보담당) 김병호 ( 金 秉 鎬 ) 16 (행정담당) 박찬해 ( 朴 鑽 海 ) 예산담당관 17 (복지행정담당) 이혁재 ( 李 赫 在 ) 18 (보육담당) 주사 이영임 ( 李 泳 任 ) 기동근무해제. 19 (장애인담당) 박노혁 ( 朴 魯 爀 ) 기동

15 홍보담당관 (언론홍보담당) 김병호 ( 金 秉 鎬 ) 16 (행정담당) 박찬해 ( 朴 鑽 海 ) 예산담당관 17 (복지행정담당) 이혁재 ( 李 赫 在 ) 18 (보육담당) 주사 이영임 ( 李 泳 任 ) 기동근무해제. 19 (장애인담당) 박노혁 ( 朴 魯 爀 ) 기동 人 事 發 令 논산시 (2013. 2. 7일자) 일련 1 감사담당관 지방행정사무관 이정열 ( 李 廷 烈 ) 2 지방행정사무관 김오형 ( 金 五 衡 ) 감사담당관 3 지방행정사무관 조상환 ( 趙 相 煥 ) 행정지원과 4 지방행정사무관 이정호 ( 李 廷 鎬 ) 5 지방행정사무관 서형욱 ( 徐 炯 旭 ) 6 산림공원과 지방행정사무관 이연형 ( 李 連 炯 ) 취암동

More information

Microsoft PowerPoint - statics_Ch 5(1)-노트.ppt

Microsoft PowerPoint - statics_Ch 5(1)-노트.ppt 5. 분포력, 보의전단력과굽힘모멘트 I Metal orming CE Lab. Department of Mechanical Engineering Geongsang National Universit, Korea Metal orming CE Lab., Geongsang National Universit 세장부재에작용하는힘과부재의명칭 가느다란긴부재 ( 세장부재, Slender

More information

04_PrincipalSpaceElasticity_MP

04_PrincipalSpaceElasticity_MP Principal Space and Elasticity 강의명 : 금속유동해석특론 (AMB2039) 정영웅창원대학교신소재공학부 YJEONG@CHANGWON.AC.KR 연구실 : #52-208 전화 : 055-213-3694 HOMEPAGE: HTTP://YOUNGUNG.GITHUB.IO Outline Stress space를이해한다. Principal space

More information

이 장에서 사용되는 MATLAB 명령어들은 비교적 복잡하므로 MATLAB 창에서 명령어를 직접 입력하지 않고 확장자가 m 인 text 파일을 작성하여 실행을 한다

이 장에서 사용되는 MATLAB 명령어들은 비교적 복잡하므로 MATLAB 창에서 명령어를 직접 입력하지 않고 확장자가 m 인 text 파일을 작성하여 실행을 한다 이장에서사용되는 MATLAB 명령어들은비교적복잡하므로 MATLAB 창에서명령어를직접입력하지않고확장자가 m 인 text 파일을작성하여실행을한다. 즉, test.m 과같은 text 파일을만들어서 MATLAB 프로그램을작성한후실행을한다. 이와같이하면길고복잡한 MATLAB 프로그램을작성하여실행할수있고, 오류가발생하거나수정이필요한경우손쉽게수정하여실행할수있는장점이있으며,

More information

WOMA Pumps - Z Line

WOMA Pumps - Z Line High-Pressure Plunger Pumps Z-Line (up to 1500 bar) 150 Z 250 Z 400 Z 550 Z 700 Z 1000 Z High-Pressure Plunger Pump Type 150 Z 211 133 250 615 100 95 Discharge 60 -Konus 9.5 deep M12x17 deep 322 255 331

More information

<INPUT DATA & RESULT / 전단벽 > NUM NAME tw Lw Hw 철근 위치 Pu Mu Vu RESULT (mm) (mm) (mm) 방향 개수 직경 간격 (kn) (kn-m)

<INPUT DATA & RESULT / 전단벽 > NUM NAME tw Lw Hw 철근 위치 Pu Mu Vu RESULT (mm) (mm) (mm) 방향 개수 직경 간격 (kn) (kn-m) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NUM NAME tw Lw Hw 철근 위치 Pu Mu Vu RESULT (mm) (mm) (mm) 방향 개수 직경 간격 (kn) (kn-m) (kn) 휨 전단 축력 종합 1 2W1 300 3400 4500 수직 2EA- D13 @150

More information

Microsoft PowerPoint - AC3.pptx

Microsoft PowerPoint - AC3.pptx Chapter 3 Block Diagrams and Signal Flow Graphs Automatic Control Systems, 9th Edition Farid Golnaraghi, Simon Fraser University Benjamin C. Kuo, University of Illinois 1 Introduction In this chapter,

More information

Microsoft PowerPoint - 20-Entropy.ppt

Microsoft PowerPoint - 20-Entropy.ppt Chapter 20. 엔트로피 (Entropy) 와열역학제 2 법칙 열역학제 2 법칙 : 닫힌계의엔트로피는감소하지않는다. ( ΔS 0) 엔트로피 (Entropy) : 무질서한정도 - 계를구성하는입자가정렬할수있는방법의수로정의 Physics, Page 1 New concept: Entropy (S) A measure of disorder A property of

More information

Microsoft PowerPoint - solid_Ch 5(1)(노트).ppt

Microsoft PowerPoint - solid_Ch 5(1)(노트).ppt 보이론 I Beam Theor etal Forming CE La. Department of echanical Engineering Geongsang National Universit, Korea 개론 - 세장부재에관한고체역학의총정리 Chapter Ke words emer Load 변형 변형의기하학 응력 힘 - 변형관계 관계식 Uniaial loading Truss,

More information

축방향변형 Metal Forming CAE Lab. Department of Mechanical Engineering Gyeongsang National University, Korea

축방향변형 Metal Forming CAE Lab. Department of Mechanical Engineering Gyeongsang National University, Korea 축방향변형 Metal Forming CE ab. Department of Mechanical Engineering Gyeongsang National University, Korea 압축력을받는직사각형봉 축부재의신장 축부재와관련된자유물체도 그림 5.7 복합축부재와관련된자유물체도 그림 5.8 변하는내력과단면적을가지는축부재 양단고정 - 균일축강성 - 내부집중축하중

More information

<353038B1E8BFEBBFCF2E687770>

<353038B1E8BFEBBFCF2E687770> 004 춘계학술발표회 논문집 한국원자력학회 증기발생기카세트 이종금속결합부의 응력 평가방법 A Method of Stress Evaluation on the Dissimiliar Material Joint of Steam Generator Cassette 김용완, 김동옥, 이재선, 김긍구, 김종인 한국원자력연구소 대전광역시 유성구 덕진동 50번지 요 약 일체형원자로에

More information

<303120C1A6B5CEC8A32D F696C20C1D6BAAFBFA1BCADC0C720C3FEB7F92E687770>

<303120C1A6B5CEC8A32D F696C20C1D6BAAFBFA1BCADC0C720C3FEB7F92E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 14, No. 4 pp. 1533-1539, 13 http://dx.doi.org/1.576/kais.13.14.4.1533 제두호 1*, 황은성, 이장형 1 육군사관학교무기기계공학과, 광운대학교방위산업학과 A study for laminar

More information

Microsoft Word - 5장_보&골조.doc

Microsoft Word - 5장_보&골조.doc 5. 보와골조 : 전단력과휨모멘트 (Beams and Frames: Shear forces and bending moments) 수업목적 : 평면상에서하중을받는보와골조에발생하는내력과모 멘트계산에필요한해석기법을이해하고습득. 수업내용 : 전단력도와모멘트도 하중, 전단력, 휨모멘트사이의관계 정성적처짐형상 평면골조의정적정정, 부정정, 불안정 평면골조의해석 Lecture

More information

1 Nov-03 CST MICROWAVE STUDIO Microstrip Parameter sweeping Tutorial Computer Simulation Technology

1   Nov-03 CST MICROWAVE STUDIO Microstrip Parameter sweeping Tutorial Computer Simulation Technology 1 CST MICROWAVE STUDIO Microstrip Parameter sweeping Tutorial Computer Simulation Technology wwwcstcom wwwcst-koreacokr 2 1 Create a new project 2 Model the structure 3 Define the Port 4 Define the Frequency

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 1 1.1 열역학의사용 열역학 (thermodynamics)? 에너지와그에너지변환을연구하는학문 에너지와엔트로피를다루는과학 Albert Einstein 이론이라는것은가정이간단할수록, 그이론과관련된것들은다양할수록, 그리고그이론의응용범위가넓을수록더욱인상적인것이된다. 따라서나는고전열역학에깊은감명을받았다 공업열역학 (engineering thermodynamics)?

More information

MATLAB for C/C++ Programmers

MATLAB for C/C++ Programmers 축 (axis) 속성 MATLAB 은그래프가화면에서가능한한많은공간을이용할수있도록직사각형모양의좌표계를만듬 t = 0:0.1:2*pi; x = 2 * cos(t); y = 2 * sin(t); plot(x, y); axis auto axis equal axis 명령어옵션 axis auto axis equal axis square axis image 의미 기본축한계로되돌아감

More information

Microsoft PowerPoint - 27.pptx

Microsoft PowerPoint - 27.pptx 이산수학 () n-항관계 (n-ary Relations) 2011년봄학기 강원대학교컴퓨터과학전공문양세 n-ary Relations (n-항관계 ) An n-ary relation R on sets A 1,,A n, written R:A 1,,A n, is a subset R A 1 A n. (A 1,,A n 에대한 n- 항관계 R 은 A 1 A n 의부분집합이다.)

More information

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월 지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., 2004 5 2009 12 KOSPI200.,. * 2009. 지능정보연구제 16 권제 1 호 2010 년 3 월 김선웅 안현철 社 1), 28 1, 2009, 4. 1. 지능정보연구제 16 권제 1 호 2010 년 3 월 Support

More information

untitled

untitled 5.8 PROC UNIVARIATE (hitogram, tem and leaf plot, box-whiker plot), (p- ). Univariate( ).. NORMAL (Shapiro- Wilk Kolmogorov-Smirno D- OUTPUT( SAS ). PROC MEANS PROC MEANS. (moment) E( X ). k Sehyug Kwon,

More information

Microsoft PowerPoint - 5장

Microsoft PowerPoint - 5장 5 장. 운동의법칙 (The Laws of Motion) 5. 힘의개념 5. 뉴턴의제법칙과관성틀 5.3 질량 5.4 뉴턴의제법칙 5.5 중력과무게 5.6 뉴턴의제3법칙 5.7 뉴턴의제법칙을이용한분석모형 5.8 마찰력 장과 4 장에서는운동이왜일어나는가를고려하지않고위치, 속도, 가속도로물체의운동을정의 ( 운동학 ) 이제무엇이물체의운동을변화시키는가를공부 - 고려해야할두개의중요한요인은물체에가해지는힘과물체의질량

More information

공기중에서 낙하하는 물체의 운동 이론(교사용)

공기중에서 낙하하는 물체의 운동 이론(교사용) 공기중에서낙하하는물체의운동 ( 교사지도자료 ) ( 사이언스큐브웹사이트 : www.sciencecube.com) 실험은지도교사의지도아래실시하고실험안전주의사항을반드시숙지하고지켜주세요. www.sciencecube.com 1 1. 활동안내도움말 (Teacher Information) 공기중에서낙하하는물체는중력과공기저항에의한힘을받아서운동을하게된다. 이때물체에작용하는중력

More information

Physics 106P: Lecture 1 Notes

Physics 106P: Lecture 1 Notes Chapter 20. 엔트로피 (Entropy) 와열역학제 2 법칙 열역학제 2 법칙 : 닫힌계의엔트로피는감소하지않는다. ( ΔS 0) 엔트로피 (Entropy) : - 계의무질서한정도를나타내는상태함수. - 계를구성하는입자가정렬할수있는방법의수로정의 Physics, Page 1 비가역적과정 : 주위의작은변화만으로는결코역방향의과정이 일어나지않는과정 Ex) - 손으로감싼따뜻한커피는식을뿐이지손은더차가워지고커피는더뜨거워지는과정은저절로일어나지않음

More information

Y 1 Y β α β Independence p qp pq q if X and Y are independent then E(XY)=E(X)*E(Y) so Cov(X,Y) = 0 Covariance can be a measure of departure from independence q Conditional Probability if A and B are

More information

public key private key Encryption Algorithm Decryption Algorithm 1

public key private key Encryption Algorithm Decryption Algorithm 1 public key private key Encryption Algorithm Decryption Algorithm 1 One-Way Function ( ) A function which is easy to compute in one direction, but difficult to invert - given x, y = f(x) is easy - given

More information