3. Method Option Keywords 3-1. ATOL : Absolute convergence criteria for Newton iteration. - Default : 1.E-9 - Example : ATOL 1.E RTOL : Relativ

Size: px
Start display at page:

Download "3. Method Option Keywords 3-1. ATOL : Absolute convergence criteria for Newton iteration. - Default : 1.E-9 - Example : ATOL 1.E RTOL : Relativ"

Transcription

1 Oppdif - 대향류화염 (Opposed-Flow Diffusion Flames) 에서기체상들간의화학반응및연소를모 델화하기위한프로그램 OPPDIF.INP의키워드 (Keyword) 에대한설명 1. 키워드문법및사용법 1-1. 키워드의이름은반드시 CHEMKIN에정의된것을사용한다 키워드는각라인의처음에위치하여하여야하며, 최대 4자이다 키워드의값은각라인의 5번째에서 80번째사이에위치할수있다 키워드의값이두가지이상으로구성되면값사이에빈공간으로구분한다 값은정수 (Integer), 실수 (floating-point) 또는지수 (E format) 형식으로입력한다 잘못된 Keyword가사용되었다면 OPPDIF.OUT에 "ERROR...ILLEGAL KEYWORD" 가출력이되며컴파일취소가된다 주석 (Comment) 을사용하기위해서는각라인의처음에아래문자를사용한다. : 마침표 (.), 슬래쉬 (/), 느낌표 (!) 1-8. 마지막라인에는반드시 "END" 키워드가와야한다. 2. Problem type Keywords 2-1. AXIS : Radial axisymmetric coordinate system. - Default : Coordinate system is radial axisymmetric PLAN : Planar coordinate system. - Default : Coordinate system is radial axisymmetric TGIV : Energy equation is not included. User specifies a temperature profile using the TEMP keyword. - Default : None(Either TGIV or ENRG are required.) 2-4. ENRG : Energy equation is included. A temperature profile specified by the TEMP keyword will be used as an initial guess in this case. - Default : None(Either TGIV or ENRG are required.) 2-5. NOFT : Skip the fixed temperature problem and include the energy equation on the first attempt. - Default : Fixed temperature solution is obtained before adding the energy equation LINE : Linear profile used to set up initial solution estimates. - Default : PLAT 2-7. PLAT : Plateau profile used to set up initial solution estimates. - Default : PLAT

2 3. Method Option Keywords 3-1. ATOL : Absolute convergence criteria for Newton iteration. - Default : 1.E-9 - Example : ATOL 1.E RTOL : Relative convergence criteria for Newton iteration. - Default : 1.E-4 - Example : RTOL 1.E ATIM : Absolute convergence criteria for time stepping - Default : 1.E-9 - Example : ATIM 1.E RTIM : Relative convergence criteria for time stepping - Default : 1.E-4 - Example : RTIM 1.E TIME : Number of steps and time step value for time stepping for the starting procedure. - Unit : None, Second - Default : 50, 1.E-6 - Example : TIME E TIM2 : Number of steps and time step value for time stepping after adding the energy equation. - Unit : None, Second - Default : 50, 1.E-6 - Example : TIME E TRAN : Perform time-stepping only, without attempting Newton iteration for a steady solution. - Unit : None, Second - Default : A steady-state solution is attempted. - Example : TRAN E NDPR : Frequency of output printing during time integration, given as the number of time-steps. - Default : Example : NDPR 50

3 3-9. UFAC : Factor for increasing the time step when time integration proceeds without rapid changes to the solution. - Default : 2. - Example : UFAC DFAC : Factor for decreasing the time step when time integration experiences difficulties. - Default : Example : DFAC DTMN : Minimum allowable time step. - Unit : Seconds - Default : 1.E-10 - Example : DTMN 1.E DTMX : Maximum allowable time step. - Unit : Seconds - Default : 1.E-4 - Example : DTMX 1.E WDIF : Use windward differencing on convective terms in the equations. - Default : Windward differencing CDIF : Use central differencing on convective terms in the equations. - Default : Windward differencing SFLR : Floor, or minimum, value for the species mass fractions. - Default : -1.E-4 - Example : SFLR -1.E SPOS : Small positive value used to replace negative species mass fractions upon restart or regridding. - Default : 1.E-10 - Example : SPOS 1.E GFAC : Multiplying factor used to modify all gas-phase reaction rate calculated using the CHEMKIN input reaction parameters. - Default : Example : GFAC 1.1

4 3-18. IRET : Retirement period for a given time step, or number of time steps prior to increasing the step size. - Default : 50 - Example : IRET ISTP : Directs TWOPNT to take this number of initial time steps before attempting the Newton search for the steady-state solution. - Default : 0 - Example : ISTP TJAC : Retirement age for the Jacobian during the time integration. - Default : 20 - Example : TJAC KOUT : List of species names to be included in the text output. - Default : All species printed - Example : KOUT H2 O2 H2O H OH 4. Grid Parameter Key words 4-1. NPTS : Number of initial mesh points. This specification will be ignored if GRID keywords are included. - Default : 6 - Example : NPTS GRID : Location of an initial mesh point. NOTE : GRID keyword lines must be in order of GRID location value. - Units : cm - Default : None, NPTS=6 assumed if no GRID keywords are included. - Example : GRID GRAD : Parameter that controls the degree of mesh adaptation based on the first gradient in the solution. - Default : Example : GRAD CURV : Parameter that controls the degree of mesh adaptation based on the second gradient, or curvature, in the solution. - Default : Example : CURV 0.7

5 4-5. NTOT : Minimum number of grid points allowed for this job. - Default : NTOT=maximum grid dimension set by OPPDIF driver program - Example : NTOT NADP : Number of mesh points that TWOPNT can add during each grid refinement. - Default : 10 - Example : NADP XEND : Physical length of the computational domain, or value of x at the end of the domain. NOTE : The fuel inlet is assumed to be located at x = 0. - Units : cm - Default : None(XEND keyword is required) - Example : XEND XCEN : Center of the mixing region, used in defining the initial profile for the LINE or PLAT options. - Units : cm - Default : XEND * Example : XCEN WMIX : Width of the mixing region, used in defining the initial profile for the LINE or PLAT options. - Units : cm - Default : XEND * Example : WMIX Flame Definition Keywords 5-1. VFUE : Fuel inlet velocity(at x = 0) - Units : cm/s - Default : None(VFUE must be specified) - Example : VFUE VOXI : Oxidizer inlet velocity(at x = XEND) - Units : cm/s - Default : None(VOXI must be specified) - Example : VOXI 100.0

6 5-3. AFUE : Radial gradient in fuel inlet velocity(at x = 0) - Units : l/s - Default : 0. - Example : AFUE AOXI : Radial gradient in oxidizer inlet velocity(at x = XEND) - Units : l/s - Default : 0. - Example : AOXI TFUE : Fuel inlet temperature(at x = 0) - Units : Kelvin - Default : None(TFUE must be specified) - Example : TFUE TOXI : Oxidizer inlet temperature(at x = XEND) - Units : Kelvin - Default : None(TOXI must be specified) - Example : TOXI TMAX : Maximum temperature of use with profiles defined by the LINE or PLAT options. - Units : Kelvin - Default : Example : TMAX PRES : The initial pressure of the gas mixture. - Units : atmospheres - Default : 1. - Example : PRES FUEL : Species name and the number of moles of that species in the fuel mixture. The mole fractions of the species will be normalized from the input mole quantities, so the absolute magnitudes of the input quantities are unimportant, as long as they are consistent for all FUEL entries. - Default : None(Species input is required) - Example : FUEL H OXID : Species name and the number of moles of that species in the oxidizer mixture. The mole fractions of the species will be normalized

7 from the input mole quantities, so the absolute magnitudes of the input quantities are unimportant, as long as they are consistent for all OXID entries. - Default : None(Species input is required) - Example : OXID O PROD : Species name and the number of moles of that species in the products of combustion of the fuel and oxidizer in stoichiometric proportions. The product mixture is used to define the initial profiles specified using the LINE or PLAT keywords. The mole fractions of the species will be normalized from the input mole quantities, so the absolute magnitudes of the input quantities are unimportant, as long as they are consistent for all PROD entries. - Default : None(Species input is required) - Example : PROD H2O TEMP : Specifies and initial(for ENRG) or given(for TGIV) temperature profile in pairs of grid location and temperature(x, T) - Units : cm, Kelvin - Default : A linear temperature profile is assumed between the TOXI and TFUE values. - Example : TEMP USTG : On a restart, use the given temperature profile, not the temperature from the solution on the restart file. - Default : The temperature profile on the restart file will be used. 6. Transport Option Keywords MULT : Use the multicomponent formula for diffusion velocities - Default : Use the mixture-averaged formula(mix) 6-2. MIX : Use the mixture-averaged formula for diffusion velocities. - Default : Use the mixture-averaged formula TDIF : Include thermal diffusion in the calculation of diffusion velocities. - Default : Thermal diffusion is neglected

8 7. Sensitivity Option Keywords ASEN : Inclusion of this Keyword causes all the first-order sensitivity coefficients with respect to the rate constants to be determined. - Default : No sensitivities computed. - Restart : Can be changed HSEN : Inclusion of this Keyword causes all the first order sensitivity coefficients with respect to the species heats of formation to be determined. - Default : No sensitivities computed. - Restart : Can be changed. 8. Printing and Restarting Keywords PRNT : This integer value controls the level of printing and diagnostics from TWOPNT. A value of 0, 1, and 2 provide increasing amounts of text output. - Default : 1 - Example : PRNT RSTR : Read a solution from the restart file(rest.bin) - Default : The program does not look for a restart file JJRG : Perform a regrid operation on the restart solution prior to attempting to solve the new problem. Use the specified number of points for the new mesh. The new grid is adapted to the temperature profile according to the weighting parameters PCAD and RGTC - Default : 40 - Example : JJRG PCAD : Specifies the fraction of available mesh points to be used for adapting the mesh to the temperature profile in a regrid operation. The value must be greater than zero and less than one. If the value is zero, then a regrid will produce a uniform grid. - Default : Example : PCAD RGTC : Specifies the ratio of weighting for adaptation of the grid by first gradient vs. curvature (or second derivative) in the temperature profile. Theoretically, there is no limit on this ratio, but values

9 greater than or equal to one are recommended, because resolving to curvature is usually less important than gradient. - Default : Example : RGTC END : This keyword must appear on the last line of the input data. 도스에서 CHEMKIN 실행하기 - 아래의예제는 CHEMKIN의 Application중 OPPDIF에대해서설명을한것이다. OPPDIF는 therm.dat 및 tran.dat 파일을필요로하지만 Aurora, Surf, Equil등의 Application은 tran.dat가필요치않는다. 1. 예제로실행할디렉토리를만들고필요한파일을복사를한다. > cd C:\temp (temp 디렉토리로이동 ) > md chemkin (Chemkin 디렉토리생성 ) > cd chemkin (Chemkin 디렉토리로이동 ) > md Auto (Auto 디렉토리생성 ) > md Manual (Manual 디렉토리생성 ) 현재경로 : "C:\temp\Chemkin" 필요한파일 (*.inp, *.dat, *.mak) 을해당디렉토리로복사한다. > copy C:\Chemkin36\samples\oppdif\h2_air\*.inp Auto > copy C:\Chemkin36\samples\oppdif\h2_air\*.dat Auto > copy C:\Chemkin36\samples\oppdif\h2_air\*.mak Auto > copy C:\Chemkin36\samples\oppdif\h2_air\*.inp Manual > copy C:\Chemkin36\samples\oppdif\h2_air\*.dat Manual 2. 자동실행방법 (Make(.mak) 파일사용 ) 2-1. 디렉토리이동. > cd Auto 현재경로 : "C:\temp\Chemkin\Auto" 2-2. h2_air_pc.mak 를편집한다.(CHEMKINHOME 의경로를바꾼다.) 먼저 h2_air_pc.mak 의읽기전용속성을해제하여준다. CHEMKINHOME =..\..\ Case 1

10 CHEMKINHOME = C:\CHEMKIN Case 2 CHEMKINHOME의경로를변경한이유. 현재경로는 "C:\temp\Chemkin\Auto" 이다. 그러나 "Case 1" 에따르면, CHEMKINHOME의경로는 "C:\" 가되기때문이다. 그러므로, CHEMKINHOME의경로를 "Case 2" 와같이 "C:\CHEMKIN36" 으로바꾸어준다 Make(.mak) 파일실행 > nmake -f h2_air_pc.mak > h2_air_pc.log nmake(nmake.exe) 위치 : "C:\Program Files\Microsoft Visual Studio\VC98\BIN" 다음과같은파일들이생성된다. - chem.asc : CHEMKIN Gas-phase linking - chem.out : chem.inp의컴파일결과파일 - h2_air_pc.log : 컴파일로그파일 - oppdif.out : oppdif.inp의컴파일결과파일 - oppdif_post.out : oppdif_post.inp의컴파일결과파일 - recov.bin : Recover 파일 - save.bin : Data 파일 - tran.asc : Transport linking - tran.out : tran.dat의컴파일결과파일 * 주의 : 현재디렉토리에 therm.dat, tran.dat 파일이존재하지않으면 " 파일이존재하지않습니다." 라는메세지를출력하고 C:\chemkin36\data\therm.dat, tran.dat의파일을이용하여컴파일을하게된다. 3. 수동실행방법 3-1. Run Gas-phase CHEMKIN Interpreter. > cd C:\temp\Chemkin\Manual 변경된경로 : "C:\temp\Chemkin\Manual" > chem -i chem.inp -o chem.out -d therm.dat chem(chem.exe) 위치 : "C:\chemkin36\bin" -i : Input file name

11 -o : Output file name -d : Data file name 아래의파일들이생성된다. - chem.out - chem.asc 3-2. Run transport > tran -o tran.out -d tran.dat tran(tran.exe) 위치 : "C:\chemkin36\bin" 아래의파일들이생성된다. - tran.out - tran.asc 3-3. Run opposed-flow diffusin flame > oppdif -i oppdif.inp -o oppdif.out -b save.bin oppdif(oppdif.exe) is located in "C:\chemkin36\bin" -b : Output binary data file name(calculation result) 아래의파일들이생성된다. - oppdif.out - recov.bin - save.bin 3-4. 정리. > cd C:\temp\Chemkin\Manual > chem -i chem.inp -o chem.out -d therm.dat > tran -o tran.out > oppdif -i oppdif.inp -o oppdif.out -b save.bin Auto Batch 사용하여 Case별로자동실행하기 1. 아래와같은경로에파일을복사한다. 원본파일경로 : C:\Chemkin36\Sample\oppdif\h2_air Test할경로 : C:\temp\chemkin\BATCH 필요파일 : chem.inp, oppdif_01.inp, oppdif_02.inp, therm.dat, tran.dat oppdif.inp 를 oppdif_01.inp, oppdif_02.inp로복사를한다. 주의사항 : 파일명에 "-" 을넣지않는다. chem.exe, tran.exe, oppdif.exe 실행시파일명에 "-" 을만나면컴파일옵션으로인식을하기때문. "-" 다음의문자를

12 2. Batch 파일의구성 chem, tran, oppdif를실행하고연산을시킨다 > chem -i chem.inp -o chem_01.out -d therm.dat > tran -o tran_01.out -d tran.dat > oppdif -i oppdif_01.inp -o oppdif_01.out -b save-01.bin 2-2. oppdif_02.inp도위와같은방법으로실행시켜준다. > chem -i chem.inp -o chem_02.out -d therm.dat > tran -o tran_02.out -d tran.dat > oppdif -i oppdif_02.inp -o oppdif_02.out -b save-02.bin 2-3. 생성되는파일중링크파일 (.asc), recov.bin 파일을삭제한다. > del *.asc > del recov.bin 2-4. 원본파일과결과파일을구분을하여주기위해서 "OUT" 이라는디렉토리를만들어결과파일을이동을시켜준다. ( 주의 : 이동시 "OUT" 디렉토리안에동일한파일명이있으면덮어써린다.) > md out > move *.out out > move *.bin out 3. Batch 구성보기 (run-batch.bat). del run-result.txt echo ===================== 01 =========================== chem -i chem.inp -o chem_01.out -d therm.dat tran -o tran_01.out -d tran.dat oppdif -i oppdif_01.inp -o oppdif_01.out -b save_01.bin echo ===================== 02 =========================== chem -i chem.inp -o chem_02.out -d therm.dat tran -o tran_02.out -d tran.dat oppdif -i oppdif_02.inp -o oppdif_02.out -b save_02.bin echo =================================================== del recov.bin del *.asc md out move *.out out move *.bin out

13 >> run-result.tx 4. Run-result.txt 보기 ===================== 01 ========================== Total CPUtime (sec): 0.27 Total CPUtime (sec): 0.11 Total CPUtime (sec): ===================== 02 ========================== Total CPUtime (sec): 0.28 Total CPUtime (sec): 0.11 Total CPUtime (sec): =================================================== C:\temp\chemkin\BATCH\chem_01.out = C:\temp\chemkin\BATCH\out\chem_01.out [ok] C:\temp\chemkin\BATCH\chem_02.out = C:\temp\chemkin\BATCH\out\chem_02.out [ok] C:\temp\chemkin\BATCH\tran_01.out = C:\temp\chemkin\BATCH\out\tran_01.out [ok] C:\temp\chemkin\BATCH\tran_02.out = C:\temp\chemkin\BATCH\out\tran_02.out [ok] C:\temp\chemkin\BATCH\oppdif_01.out = C:\temp\chemkin\BATCH\out\oppdif_01.out [ok] C:\temp\chemkin\BATCH\oppdif_02.out = C:\temp\chemkin\BATCH\out\oppdif_02.out [ok] C:\temp\chemkin\BATCH\save_01.bin = C:\temp\chemkin\BATCH\out\save_01.bin [ok] C:\temp\chemkin\BATCH\save_02.bin = C:\temp\chemkin\BATCH\out\save_02.bin [ok]

14 * Run batch 파일 del run-result.txt echo ===================== 01 ========================== chem -i chem.inp -o chem_01.out -d therm.dat tran -o tran_01.out -d tran.dat oppdif -i oppdif_01.inp -o oppdif_01.out -b save_01.bin echo ===================== 02 ========================== chem -i chem.inp -o chem_02.out -d therm.dat tran -o tran_02.out -d tran.dat oppdif -i oppdif_02.inp -o oppdif_02.out -b save_02.bin echo =================================================== del recov.bin del *.asc md out move *.out out move *.bin out

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

Coriolis.hwp

Coriolis.hwp MCM Series 주요특징 MaxiFlo TM (맥시플로) 코리올리스 (Coriolis) 질량유량계 MCM 시리즈는 최고의 정밀도를 자랑하며 슬러리를 포함한 액체, 혼합 액체등의 질량 유량, 밀도, 온도, 보정된 부피 유량을 측정할 수 있는 질량 유량계 이다. 단일 액체 또는 2가지 혼합액체를 측정할 수 있으며, 강한 노이즈 에도 견디는 면역성, 높은 정밀도,

More information

untitled

untitled Chapter 5 Gases 3 5.1 2 NaN 3 (s) 2Na(s) + 3N 2 (g) Air bag 45.5L sodium azide?,,? 3 5.2 ? 1.,,, 2. P, V, n, T ( ) 3. 3 5.3 5.1,, = 1L = 10 3 cm 3 = 10-3 m 3 m=m n ( ) T k = t c + 273.15 : psi, mmhg, atm(

More information

슬라이드 제목 없음

슬라이드 제목 없음 물리화학 1 문제풀이 130403 김대형교수님 Chapter 1 Exercise (#1) A sample of 255 mg of neon occupies 3.00 dm 3 at 122K. Use the perfect gas law to calculate the pressure of the gas. Solution 1) The perfect gas law p

More information

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

Microsoft PowerPoint - ch03ysk2012.ppt [호환 모드] 전자회로 Ch3 iode Models and Circuits 김영석 충북대학교전자정보대학 2012.3.1 Email: kimys@cbu.ac.kr k Ch3-1 Ch3 iode Models and Circuits 3.1 Ideal iode 3.2 PN Junction as a iode 3.4 Large Signal and Small-Signal Operation

More information

歯49손욱.PDF

歯49손욱.PDF 2002 14 C Inventory An Estimation of 14 C Inventory on Each Unit of Wolsong NPP,,, 103-16 14 C 14 C Inventory 14 C Inventory 14 C 14 C, [Inventory] = [ 14 C ] - [ 14 C ] 14 C 14 C 13 C, 14 N 17 O [ 13

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

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

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

More information

歯전용]

歯전용] 2001. 9. 6 1. 1. (1) (1) 1 (2) (2) 2 3 INVESTER PROFESIONAL ORGANIZATION GOVERNMENT CODE COMMITTEE SPECIFICATION CODE LAW LICENSE PERMIT PLANT 4 5 6 7 2. (1) 2. (1) 8 9 (2) (2) 10 (3) ( ). () 20kg/ (P70,

More information

#Ȳ¿ë¼®

#Ȳ¿ë¼® http://www.kbc.go.kr/ A B yk u δ = 2u k 1 = yk u = 0. 659 2nu k = 1 k k 1 n yk k Abstract Web Repertoire and Concentration Rate : Analysing Web Traffic Data Yong - Suk Hwang (Research

More information

Solaris Express Developer Edition

Solaris Express Developer Edition Solaris Express Developer Edition : 2008 1 Solaris TM Express Developer Edition Solaris OS. Sun / Solaris, Java, Web 2.0,,. Developer Solaris Express Developer Edition System Requirements. 768MB. SPARC

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

Orcad Capture 9.x

Orcad Capture 9.x OrCAD Capture Workbook (Ver 10.xx) 0 Capture 1 2 3 Capture for window 4.opj ( OrCAD Project file) Design file Programe link file..dsn (OrCAD Design file) Design file..olb (OrCAD Library file) file..upd

More information

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서

PowerChute Personal Edition v3.1.0 에이전트 사용 설명서 PowerChute Personal Edition v3.1.0 990-3772D-019 4/2019 Schneider Electric IT Corporation Schneider Electric IT Corporation.. Schneider Electric IT Corporation,,,.,. Schneider Electric IT Corporation..

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

, ( ) 1) *.. I. (batch). (production planning). (downstream stage) (stockout).... (endangered). (utilization). *

, ( ) 1) *.. I. (batch). (production planning). (downstream stage) (stockout).... (endangered). (utilization). * , 40 12 (2006 6) 1) *.. I. (batch). (production planning). (downstream stage) (stockout).... (endangered). (utilization). * 40, 40 12 (EPQ; economic production quantity). (setup cost) (setup time) Bradley

More information

untitled

untitled 2005. 6. 11. *, **, ***, * * ** *** Acknowledgement 2005 BTP. 1. 1-1. 1. (Green Logistics) - 90 2 ( - ) EU - ISO 14001 ( ) -, - 3 1. Liberal Return Policy - (South Florida Stock 2000 1000 ) - (,TV, )

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

슬라이드 1

슬라이드 1 / 유닉스시스템개요 / 파일 / 프로세스 01 File Descriptor file file descriptor file type unix 에서의파일은단지바이트들의나열임 operating system 은파일에어떤포맷도부과하지않음 파일의내용은바이트단위로주소를줄수있음 file descriptor 는 0 이나양수임 file 은 open 이나 creat 로 file

More information

강의10

강의10 Computer Programming gdb and awk 12 th Lecture 김현철컴퓨터공학부서울대학교 순서 C Compiler and Linker 보충 Static vs Shared Libraries ( 계속 ) gdb awk Q&A Shared vs Static Libraries ( 계속 ) Advantage of Using Libraries Reduced

More information

ePapyrus PDF Document

ePapyrus PDF Document Trans. of the Korean Hydrogen and New Energy Society(2013. 4), Vol. 24, No. 2, pp. 136~141 DOI: http://dx.doi.org/10.7316/khnes.2013.24.2.136 흡기관 분사식 수소 SI기관의 희박과급 적용에 관한 연구 이광주 1 ㆍ이종구 1 ㆍ이종태 2 1 성균관대학교

More information

<B9AEC8ADC4DCC5D9C3F7BFACB1B82D35C8A32833B1B3292E687770>

<B9AEC8ADC4DCC5D9C3F7BFACB1B82D35C8A32833B1B3292E687770> 독서문화 생태계 조성의 주요 거점으로서, 지역 서점 활성화 방안 연구 - 국내 국외 성공 사례에 기초하여 오선경 * 국문초록 매체 환경이 디지털로 전환해가면서 종이책 독서인구도 감소하고 있다. 더불 어 오픈 마켓이나 대형 서점, 온라인 서점 등의 공격적 마케팅은 보다 편리하고, 보다 빨리, 보다 싸게 라는 책 소비 패턴에 변화를 가져왔다. 이는 곧 규모나 자본

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

LXR 설치 및 사용법.doc

LXR 설치 및 사용법.doc Installation of LXR (Linux Cross-Reference) for Source Code Reference Code Reference LXR : 2002512( ), : 1/1 1 3 2 LXR 3 21 LXR 3 22 LXR 221 LXR 3 222 LXR 3 3 23 LXR lxrconf 4 24 241 httpdconf 6 242 htaccess

More information

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI: NCS : * A Study on

Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp DOI:   NCS : * A Study on Journal of Educational Innovation Research 2018, Vol. 28, No. 3, pp.157-176 DOI: http://dx.doi.org/10.21024/pnuedi.28.3.201809.157 NCS : * A Study on the NCS Learning Module Problem Analysis and Effective

More information

0125_ 워크샵 발표자료_완성.key

0125_ 워크샵 발표자료_완성.key WordPress is a free and open-source content management system (CMS) based on PHP and MySQL. WordPress is installed on a web server, which either is part of an Internet hosting service or is a network host

More information

<313630313032C6AFC1FD28B1C7C7F5C1DF292E687770>

<313630313032C6AFC1FD28B1C7C7F5C1DF292E687770> 양성자가속기연구센터 양성자가속기 개발 및 운영현황 DOI: 10.3938/PhiT.25.001 권혁중 김한성 Development and Operational Status of the Proton Linear Accelerator at the KOMAC Hyeok-Jung KWON and Han-Sung KIM A 100-MeV proton linear accelerator

More information

s SINUMERIK 840C Service and User Manual DATA SAVING & LOADING & & /

s SINUMERIK 840C Service and User Manual DATA SAVING & LOADING & & / SINUMERIK 840C Service and Uer Manual DATA SAVING & LOADING & & / / NC, RS232C /. NC NC / Computer link () Device ( )/PC / / Print erial Data input RS232C () Data output Data management FLOPPY DRIVE, FLOPPY

More information

` Companies need to play various roles as the network of supply chain gradually expands. Companies are required to form a supply chain with outsourcing or partnerships since a company can not

More information

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI: * Suggestions of Ways

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI:   * Suggestions of Ways Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.65-89 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.65 * Suggestions of Ways to Improve Teaching Practicum Based on the Experiences

More information

REVERSIBLE MOTOR 표지.gul

REVERSIBLE MOTOR 표지.gul REVERSIBLE MOTOR NEW H-SERIES REVERSIBLE MOTOR H-EX Series LEAD WIRE w RH 1PHASE 4 POLE PERFORMANCE DATA (DUTY : Min.) MOTOR OUTPUT VOLTAGE (V) FREQUENCY (Hz) INPUT CURRENT (ma) RATING SPEED (rpm) STARTING

More information

IKC43_06.hwp

IKC43_06.hwp 2), * 2004 BK21. ** 156,..,. 1) (1909) 57, (1915) 106, ( ) (1931) 213. 1983 2), 1996. 3). 4) 1),. (,,, 1983, 7 12 ). 2),. 3),, 33,, 1999, 185 224. 4), (,, 187 188 ). 157 5) ( ) 59 2 3., 1990. 6) 7),.,.

More information

#KM-235(110222)

#KM-235(110222) PARTS BOOK KM-235A/B INFORMATION A. Parts Book Structure of Part Book Unique code by mechanism Unique name by mechanism Explode view Ref. No. : Unique identifcation number by part Parts No. : Unique Product

More information

歯1.PDF

歯1.PDF 200176 .,.,.,. 5... 1/2. /. / 2. . 293.33 (54.32%), 65.54(12.13%), / 53.80(9.96%), 25.60(4.74%), 5.22(0.97%). / 3 S (1997)14.59% (1971) 10%, (1977).5%~11.5%, (1986)

More information

1217 WebTrafMon II

1217 WebTrafMon II (1/28) (2/28) (10 Mbps ) Video, Audio. (3/28) 10 ~ 15 ( : telnet, ftp ),, (4/28) UDP/TCP (5/28) centralized environment packet header information analysis network traffic data, capture presentation network

More information

<3130C0E5>

<3130C0E5> Redundancy Adding extra bits for detecting or correcting errors at the destination Types of Errors Single-Bit Error Only one bit of a given data unit is changed Burst Error Two or more bits in the data

More information

레이아웃 1

레이아웃 1 i g d e d mod, t d e d e d mod, t e,0 e, n s,0 e,n e,0 Division of Workers' Compensation (2009). Iowa workers' compensation manual. Gamber, E. N. & Sorensen, R. L. (1994). Are net discount rates stationary?:

More information

#KM560

#KM560 KM-560 KM-560-7 PARTS BOOK KM-560 KM-560-7 INFORMATION A. Parts Book Structure of Part Book Unique code by mechanism Unique name by mechanism Explode view Ref. No. : Unique identifcation number by part

More information

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O

ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE (Online Upgrade) ORANGE CONFIGURATION ADMIN O Orange for ORACLE V4.0 Installation Guide ORANGE FOR ORACLE V4.0 INSTALLATION GUIDE...1 1....2 1.1...2 1.2...2 1.2.1...2 1.2.2 (Online Upgrade)...11 1.3 ORANGE CONFIGURATION ADMIN...12 1.3.1 Orange Configuration

More information

APOGEE Insight_KR_Base_3P11

APOGEE Insight_KR_Base_3P11 Technical Specification Sheet Document No. 149-332P25 September, 2010 Insight 3.11 Base Workstation 그림 1. Insight Base 메인메뉴 Insight Base Insight Insight Base, Insight Base Insight Base Insight Windows

More information

216 동북아역사논총 41호 인과 경계공간은 설 자리를 잃고 배제되고 말았다. 본고에서는 근세 대마도에 대한 한국과 일본의 인식을 주로 영토와 경계인 식을 중심으로 고찰하고자 한다. 이 시기 대마도에 대한 한일 양국의 인식을 살펴볼 때는 근대 국민국가적 관점에서 탈피할

216 동북아역사논총 41호 인과 경계공간은 설 자리를 잃고 배제되고 말았다. 본고에서는 근세 대마도에 대한 한국과 일본의 인식을 주로 영토와 경계인 식을 중심으로 고찰하고자 한다. 이 시기 대마도에 대한 한일 양국의 인식을 살펴볼 때는 근대 국민국가적 관점에서 탈피할 전근대시기 한국과 일본의 대마도 인식 215 전근대시기 한국과 일본의 대마도 인식 하우봉 전북대학교 사학과 교수 Ⅰ. 머리말 브루스 배튼(Bruce Batten)의 정의에 따르면 전근대의 국경에는 국경선으로 이루어진 boundary가 있고, 공간으로 이루어진 frontier란 개념이 있다. 전자 는 구심적이며 내와 외를 격리시키는 기능을 지니고, 후자는 원심적이며

More information

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

Microsoft PowerPoint - dev6_TCAD.ppt [호환 모드] TCAD: SUPREM, PISCES 김영석 충북대학교전자정보대학 2012.9.1 Email: kimys@cbu.ac.kr k 전자정보대학김영석 1 TCAD TCAD(Technology Computer Aided Design, Technology CAD) Electronic design automation Process CAD Models process steps

More information

untitled

untitled SAS Korea / Professional Service Division 2 3 Corporate Performance Management Definition ý... is a system that provides organizations with a method of measuring and aligning the organization strategy

More information

Microsoft Word - SRA-Series Manual.doc

Microsoft Word - SRA-Series Manual.doc 사 용 설 명 서 SRA Series Professional Power Amplifier MODEL No : SRA-500, SRA-900, SRA-1300 차 례 차 례 ---------------------------------------------------------------------- 2 안전지침 / 주의사항 -----------------------------------------------------------

More information

PRO1_09E [읽기 전용]

PRO1_09E [읽기 전용] Siemens AG 1999 All rights reserved File: PRO1_09E1 Information and - ( ) 2 3 4 5 Monitor/Modify Variables" 6 7 8 9 10 11 CPU 12 Stop 13 (Forcing) 14 (1) 15 (2) 16 : 17 : Stop 18 : 19 : (Forcing) 20 :

More information

DIY 챗봇 - LangCon

DIY 챗봇 - LangCon without Chatbot Builder & Deep Learning bage79@gmail.com Chatbot Builder (=Dialogue Manager),. We need different chatbot builders for various chatbot services. Chatbot builders can t call some external

More information

슬라이드 1

슬라이드 1 Pairwise Tool & Pairwise Test NuSRS 200511305 김성규 200511306 김성훈 200614164 김효석 200611124 유성배 200518036 곡진화 2 PICT Pairwise Tool - PICT Microsoft 의 Command-line 기반의 Free Software www.pairwise.org 에서다운로드후설치

More information

<31372DB9CCB7A1C1F6C7E22E687770>

<31372DB9CCB7A1C1F6C7E22E687770> 미래지향 고령친화 주거디자인을 위한 예비노인층의 라이프스타일 특성 Characteristics of Lifestyle of the Pre-Elderly for Future Elderly-friendly Housing Design 류 혜 지 청운대학교 인테리어디자인학과 교수 Ryu hye-ji Dept. of Interior Design, Chungwoon University

More information

USER GUIDE

USER GUIDE Solution Package Volume II DATABASE MIGRATION 2010. 1. 9. U.Tu System 1 U.Tu System SeeMAGMA SYSTEM 차 례 1. INPUT & OUTPUT DATABASE LAYOUT...2 2. IPO 중 VB DATA DEFINE 자동작성...4 3. DATABASE UNLOAD...6 4.

More information

02신현화

02신현화 Yonsei Business Review Vol. 47, No. 1 (Fall 2010), 151-179 David vs. Goliath: M&A of HaiTai Confectionery and Foods Co. by Crown Confectionery Co. Hyun-Han Shin** 2004 10 Korea Confectionary Holdings NV

More information

MAX+plus II Getting Started - 무작정따라하기

MAX+plus II Getting Started - 무작정따라하기 무작정 따라하기 2001 10 4 / Version 20-2 0 MAX+plus II Digital, Schematic Capture MAX+plus II, IC, CPLD FPGA (Logic) ALTERA PLD FLEX10K Series EPF10K10QC208-4 MAX+plus II Project, Schematic, Design Compilation,

More information

- 2 -

- 2 - - 1 - - 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 -

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 @ Lesson 2... ( ). ( ). @ vs. logic data method variable behavior attribute method field Flow (Type), ( ) member @ () : C program Method A ( ) Method B ( ) Method C () program : Java, C++, C# data @ Program

More information

Microsoft PowerPoint - Freebairn, John_ppt

Microsoft PowerPoint - Freebairn, John_ppt Tax Mix Change John Freebairn Outline General idea of a tax mix change Some detailed policy options Importance of casting assessment in the context of a small open economy Economic effects of a tax mix

More information

INDUCTION MOTOR 표지.gul

INDUCTION MOTOR 표지.gul INDUCTION MOTOR NEW HSERIES INDUCTION MOTOR HEX Series LEAD WIRE TYPE w IH 1PHASE 4 POLE PERFORMANCE DATA (DUTY : CONTINUOUS) MOTOR TYPE IHPF10 IHPF11 IHPF IHPF22 IHPFN1U IHPFN2C OUTPUT 4 VOLTAGE

More information

Manufacturing6

Manufacturing6 σ6 Six Sigma, it makes Better & Competitive - - 200138 : KOREA SiGMA MANAGEMENT C G Page 2 Function Method Measurement ( / Input Input : Man / Machine Man Machine Machine Man / Measurement Man Measurement

More information

- iii - - i - - ii - - iii - 국문요약 종합병원남자간호사가지각하는조직공정성 사회정체성과 조직시민행동과의관계 - iv - - v - - 1 - - 2 - - 3 - - 4 - - 5 - - 6 - - 7 - - 8 - - 9 - - 10 - - 11 - - 12 - - 13 - - 14 - α α α α - 15 - α α α α α α

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

<32303035B3E2BFF8BAB828C8AFB0E629312E687770>

<32303035B3E2BFF8BAB828C8AFB0E629312E687770> 부산광역시 보건환경연구원보 제14권(Ⅱ), 78~88, 2004 Rep. Busan Inst. Health & Environ, Vol.14, 78~88, 2004 부산지역 바람장 실시간 모니터링 프로그램 개발(Ⅱ) 대기보전과 도우곤 정종순 The development of realtime monitoring program in Busan wind field(Ⅱ)

More information

untitled

untitled X-Ray FLUORESCENCE NON-DESSTRUCTIVE & NON-CONTAC COATING THICKNESS TESTER EX-3000 Ex WIN Ver.1.00 INSTRUCTION MANUAL ELEC FINE INSTRUMENTS CO., LTD 2-31-5 CHUO, NAKANO-KU, TOKYO, JAPAN PHONE : (03) 3365-4411

More information

step 1-1

step 1-1 Written by Dr. In Ku Kim-Marshall STEP BY STEP Korean 1 through 15 Action Verbs Table of Contents Unit 1 The Korean Alphabet, hangeul Unit 2 Korean Sentences with 15 Action Verbs Introduction Review Exercises

More information

Week3

Week3 2015 Week 03 / _ Assignment 1 Flow Assignment 1 Hello Processing 1. Hello,,,, 2. Shape rect() ellipse() 3. Color stroke() fill() color selector background() 4 Hello Processing 4. Interaction setup() draw()

More information

KM-380BL,BLB(100908)

KM-380BL,BLB(100908) PARTS BOOK KM-380BL KM-380BLB KM-380BL KM-380BLB MODEL FOR HEAVY MATERIAL KM-380BL CYLINDER-BED TYPE, 1-NEEDLE UNISON FEED, VERTICAL LARGE HOOK, LOCK-STITCH MACHINE. KM-380BLB CYLINDER-BED TYPE, 1-NEEDLE

More information

sna-node-ties

sna-node-ties Node Centrality in Social Networks Nov. 2015 Youn-Hee Han http://link.koreatech.ac.kr Importance of Nodes ² Question: which nodes are important among a large number of connected nodes? Centrality analysis

More information

LX 200 3 I - 4 II - III - 6 6 IV - 7 7 7 V - 8 11 VI - VII - 16 VIII - 1 IX - 17 17 17 X - 4 I - LX200, CIE V(λ) CIE( ) LX200 PC Lux footcandle, 5 : -, / : - : - NF EN 12464 - - - - NF EN 12464-1 ( )

More information

Something that can be seen, touched or otherwise sensed

Something that can be seen, touched or otherwise sensed Something that can be seen, touched or otherwise sensed Things about an object Weight Height Material Things an object does Pen writes Book stores words Water have Fresh water Rivers Oceans have

More information

Slide 1

Slide 1 Clock Jitter Effect for Testing Data Converters Jin-Soo Ko Teradyne 2007. 6. 29. 1 Contents Noise Sources of Testing Converter Calculation of SNR with Clock Jitter Minimum Clock Jitter for Testing N bit

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

SRC PLUS 제어기 MANUAL

SRC PLUS 제어기 MANUAL ,,,, DE FIN E I N T R E A L L O C E N D SU B E N D S U B M O TIO

More information

l l l l l l l l l Lee, Geon Kook None This project was designed to establish the Tumor Bank of National Cancer Center in 2000. From the first tumor sample in 2000, the total of tumor and tumor-related

More information

OR MS와 응용-03장

OR MS와 응용-03장 o R M s graphical solution algebraic method ellipsoid algorithm Karmarkar 97 George B Dantzig 979 Khachian Karmarkar 98 Karmarkar interior-point algorithm o R 08 gallon 000 000 00 60 g 0g X : : X : : Ms

More information

Á¶´öÈñ_0304_final.hwp

Á¶´öÈñ_0304_final.hwp 제조 중소기업의 고용창출 성과 및 과제 조덕희 양현봉 우리 경제에서 일자리 창출은 가장 중요한 정책과제입니다. 근래 들어 우리 사회에서 점차 심각성을 더해 가고 있는 청년 실업 문제에 대처하고, 사회적 소득 양극화 문제에 대응하기 위해서도 일자리 창 출은 무엇보다도 중요한 정책과제일 것입니다. 고용창출에서는 중소기업의 역할이 대기업보다 크다는 것이 일반적

More information

목차 ⅰ ⅲ ⅳ Abstract v Ⅰ Ⅱ Ⅲ i

목차 ⅰ ⅲ ⅳ Abstract v Ⅰ Ⅱ Ⅲ i 11-1480523-000748-01 배경지역 ( 백령도 ) 에서의 대기오염물질특성연구 (Ⅲ) 기후대기연구부대기환경연구과,,,,,,, Ⅲ 2010 목차 ⅰ ⅲ ⅳ Abstract v Ⅰ Ⅱ Ⅲ i 목차 Ⅳ ii 목차 iii 목차 iv 목차 μg m3 μg m3 v 목차 vi Ⅰ. 서론 Ⅰ μm μg m3 1 Ⅰ. 서론 μg m3 μg m3 μg m3 μm 2

More information

CAD 화면상에 동그란 원형 도형이 생성되었습니다. 화면상에 나타난 원형은 반지름 500인 도형입니다. 하지만 반지름이 500이라는 것은 작도자만 알고 있는 사실입니다. 반지름이 500이라는 것을 클라이언트와 작업자들에게 알려주기 위 해서는 반드시 치수가 필요하겠죠?

CAD 화면상에 동그란 원형 도형이 생성되었습니다. 화면상에 나타난 원형은 반지름 500인 도형입니다. 하지만 반지름이 500이라는 것은 작도자만 알고 있는 사실입니다. 반지름이 500이라는 것을 클라이언트와 작업자들에게 알려주기 위 해서는 반드시 치수가 필요하겠죠? 실무 인테리어를 위한 CAD 프로그램 활용 인테리어 도면 작도에 꼭 필요한 명령어 60개 Ⅷ 이번 호에서는 DIMRADIUS, DIMANGULAR, DIMTEDIT, DIMSTYLE, QLEADER, 5개의 명령어를 익히도록 하겠다. 라경모 온라인 설계 서비스 업체 '도면창고' 대 표를 지낸 바 있으며, 현재 나인슈타인 을 설립해 대표 를맡고있다. E-Mail

More information

DC Link Application DC Link capacitor can be universally used for the assembly of low inductance DC buffer circuits and DC filtering, smoothing. They

DC Link Application DC Link capacitor can be universally used for the assembly of low inductance DC buffer circuits and DC filtering, smoothing. They DC Link Capacitor DC Link Application DC Link capacitor can be universally used for the assembly of low inductance DC buffer circuits and DC filtering, smoothing. They are Metallized polypropylene (SH-type)

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

0.1-6

0.1-6 HP-19037 1 EMP400 2 3 POWER EMP400 4 5 6 7 ALARM CN2 8 9 CN3 CN1 10 24V DC CN4 TB1 11 12 Copyright ORIENTAL MOTOR CO., LTD. 2001 2 1 2 3 4 5 1.1...1-2 1.2... 1-2 2.1... 2-2 2.2... 2-4 3.1... 3-2 3.2...

More information

untitled

untitled Push... 2 Push... 4 Push... 5 Push... 13 Push... 15 1 FORCS Co., LTD A Leader of Enterprise e-business Solution Push (Daemon ), Push Push Observer. Push., Observer. Session. Thread Thread. Observer ID.

More information

歯140김광락.PDF

歯140김광락.PDF 2001 / Separation of Hydrogen Isotopes/Helium Using Gas Chromatography,,,, 150 196 C / He, H 2 D 2 Abstract In the hydrogen isotope facility and the fuel cycle of the fusion reactor, an effective means

More information

,.,..,....,, Abstract The importance of integrated design which tries to i

,.,..,....,, Abstract The importance of integrated design which tries to i - - The Brand Touchpoint Analysis through Corporate Identity Typeface of Mobile Telecommunication Companies - Focusing on and - : Lee, Ka Young Dept. Lifestyle Design, Dankook University : Kim, Ji In Dept.

More information

C# Programming Guide - Types

C# Programming Guide - Types C# Programming Guide - Types 최도경 lifeisforu@wemade.com 이문서는 MSDN 의 Types 를요약하고보충한것입니다. http://msdn.microsoft.com/enus/library/ms173104(v=vs.100).aspx Types, Variables, and Values C# 은 type 에민감한언어이다. 모든

More information

해양모델링 2장5~18 2012.7.27 12:26 AM 페이지6 6 오픈소스 소프트웨어를 이용한 해양 모델링 2.1.2 물리적 해석 식 (2.1)의 좌변은 어떤 물질의 단위 시간당 변화율을 나타내며, 우변은 그 양을 나타낸 다. k 5 0이면 C는 처음 값 그대로 농

해양모델링 2장5~18 2012.7.27 12:26 AM 페이지6 6 오픈소스 소프트웨어를 이용한 해양 모델링 2.1.2 물리적 해석 식 (2.1)의 좌변은 어떤 물질의 단위 시간당 변화율을 나타내며, 우변은 그 양을 나타낸 다. k 5 0이면 C는 처음 값 그대로 농 해양모델링 2장5~18 2012.7.27 12:26 AM 페이지5 02 모델의 시작 요약 이 장에서는 감쇠 문제를 이용하여 여러분을 수치 모델링 세계로 인도한다. 유한 차분법 의 양해법과 음해법 그리고 일관성, 정확도, 안정도, 효율성 등을 설명한다. 첫 번째 수치 모델의 작성과 결과를 그림으로 보기 위해 FORTRAN 프로그램과 SciLab 스크립트가 사용된다.

More information

歯174구경회.PDF

歯174구경회.PDF 000 KALIMER - Creep-Fatigue Damage Evaluation of KALIMER Reactor Internal Structures for Elevated Temperature, 150 KALIMER ASME Code Case N-01-4 0 - - - Abstract In this paper, the design limits of the

More information

30이지은.hwp

30이지은.hwp VR의 가상광고에 나타난 그래픽영상 연구 -TV 스포츠 방송을 중심으로- A study of the graphic image that is presented in Virtual Advertising of VR(Virtual Reality) - Focused on TV Sports broadcasts - 이지은(Lee, ji eun) 조일산업(주) 디자인 실장

More information

182 동북아역사논총 42호 금융정책이 조선에 어떤 영향을 미쳤는지를 살펴보고자 한다. 일제 대외금융 정책의 기본원칙은 각 식민지와 점령지마다 별도의 발권은행을 수립하여 일본 은행권이 아닌 각 지역 통화를 발행케 한 점에 있다. 이들 통화는 일본은행권 과 等 價 로 연

182 동북아역사논총 42호 금융정책이 조선에 어떤 영향을 미쳤는지를 살펴보고자 한다. 일제 대외금융 정책의 기본원칙은 각 식민지와 점령지마다 별도의 발권은행을 수립하여 일본 은행권이 아닌 각 지역 통화를 발행케 한 점에 있다. 이들 통화는 일본은행권 과 等 價 로 연 越 境 하는 화폐, 분열되는 제국 - 滿 洲 國 幣 의 조선 유입 실태를 중심으로 181 越 境 하는 화폐, 분열되는 제국 - 滿 洲 國 幣 의 조선 유입 실태를 중심으로 - 조명근 고려대학교 BK21+ 한국사학 미래인재 양성사업단 연구교수 Ⅰ. 머리말 근대 국민국가는 대내적으로는 특정하게 구획된 영토에 대한 배타적 지배와 대외적 자주성을 본질로 하는데, 그

More information

untitled

untitled R&S Power Viewer Plus For NRP Sensor 1.... 3 2....5 3....6 4. R&S NRP...7 -.7 - PC..7 - R&S NRP-Z4...8 - R&S NRP-Z3... 8 5. Rohde & Schwarz 10 6. R&S Power Viewer Plus.. 11 6.1...12 6.2....13 - File Menu...

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

<BACEBDBAC5CD20BAEAB7CEBCC52D A2DC3D6C1BE2D312D E6169>

<BACEBDBAC5CD20BAEAB7CEBCC52D A2DC3D6C1BE2D312D E6169> DOOCH PUMP Intelligent pressure boosting system 5Hz BOOSTER PUMP SYSTEM Water supply system Pressure boosting system Irrigation system Water treatment system Industrial plants 두크펌프 www.doochpump.com CONTENTS

More information

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate

목차 BUG offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate ALTIBASE HDB 6.1.1.5.6 Patch Notes 목차 BUG-39240 offline replicator 에서유효하지않은로그를읽을경우비정상종료할수있다... 3 BUG-41443 각 partition 이서로다른 tablespace 를가지고, column type 이 CLOB 이며, 해당 table 을 truncate 한뒤, hash partition

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

7 LAMPS For use on a flat surface of a type 1 enclosure File No. E Pilot Lamp File No. E Type Classification Diagram - BULB Type Part Mate

7 LAMPS For use on a flat surface of a type 1 enclosure File No. E Pilot Lamp File No. E Type Classification Diagram - BULB Type Part Mate 7 LAMPS For use on a flat surface of a type 1 enclosure File No. E242380 Pilot Lamp File No. E242380 Type Classification Diagram - BULB Type Part Materials 226 YongSung Electric Co., Ltd. LAMPS

More information

Vol.259 C O N T E N T S M O N T H L Y P U B L I C F I N A N C E F O R U M

Vol.259 C O N T E N T S M O N T H L Y P U B L I C F I N A N C E F O R U M 2018.01 Vol.259 C O N T E N T S 02 06 28 61 69 99 104 120 M O N T H L Y P U B L I C F I N A N C E F O R U M 2 2018.1 3 4 2018.1 1) 2) 6 2018.1 3) 4) 7 5) 6) 7) 8) 8 2018.1 9 10 2018.1 11 2003.08 2005.08

More information

Chapter4.hwp

Chapter4.hwp Ch. 4. Spectral Density & Correlation 4.1 Energy Spectral Density 4.2 Power Spectral Density 4.3 Time-Averaged Noise Representation 4.4 Correlation Functions 4.5 Properties of Correlation Functions 4.6

More information

전용]

전용] A Study of select the apropos processing mechanical method by the presume of transformation of teeth s surface degree ABSTRACT This study has been tried to select the apropos processing method by the

More information

KAERI/TR-2128/2002 : SMART 제어봉구동장치 기본설계 보고서

KAERI/TR-2128/2002 : SMART 제어봉구동장치 기본설계 보고서 KAERI =100,000 25 20 Force, [kn/m^2] 15 10 5 0 0.6 0.8 1.0 1.2 1.4 1.6 1.8 2.0 b/a I = 1500[ AT ], a + b = 16[ mm], hr = 5.6[ mm], hδ = 11.2[ mm], δ = 0.35[

More information

에너지경제연구제 16 권제 1 호 Korean Energy Economic Review Volume 16, Number 1, March 2017 : pp. 35~55 학술 전력시장가격에대한역사적요인분해 * 35

에너지경제연구제 16 권제 1 호 Korean Energy Economic Review Volume 16, Number 1, March 2017 : pp. 35~55 학술 전력시장가격에대한역사적요인분해 * 35 에너지경제연구제 16 권제 1 호 Korean Energy Economic Review Volume 16, Number 1, March 2017 : pp. 35~55 학술 전력시장가격에대한역사적요인분해 * 35 36 37 38 39 40 41 < 표 1> 표본자료의기초통계량 42 [ 그림 1] 표본시계열자료의추이 43 < 표 2> 수준및로그차분변수에대한단위근검정결과

More information

Extended Calculations

Extended Calculations xtended Calculations of 39 4/1/2014 10:10 AM Member [191] Beam: B_202 W18x86 (A992) Seq: A Length: 37-1 7/16 Camber: 0 ABM: N/Assign ------------ Left End ------------ ------------ Right End -----------

More information

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI: (LiD) - - * Way to

Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp DOI:   (LiD) - - * Way to Journal of Educational Innovation Research 2019, Vol. 29, No. 1, pp.353-376 DOI: http://dx.doi.org/10.21024/pnuedi.29.1.201903.353 (LiD) -- * Way to Integrate Curriculum-Lesson-Evaluation using Learning-in-Depth

More information

untitled

untitled 1... 2 System... 3... 3.1... 3.2... 3.3... 4... 4.1... 5... 5.1... 5.2... 5.2.1... 5.3... 5.3.1 Modbus-TCP... 5.3.2 Modbus-RTU... 5.3.3 LS485... 5.4... 5.5... 5.5.1... 5.5.2... 5.6... 5.6.1... 5.6.2...

More information