카테고리 없음2012. 10. 6. 01:01

$ sudo add-apt-repository ppa:team-xbmc
$ sudo apt-get update
$ sudo apt-get install xbmc

한글화

첫 시작 화면에서
1. System - Appearance - Skin 에서 Fonts 를 Arial based 로 변경
(폰트를 안바꿔주시고 언어만 바꾸면 ㅁㅁㅁ로 나오므로 반드시 폰트 먼저 변경)

2. International 에서 Language 를 Korean으로 변경


Posted by 오늘보다 나은 내일
카테고리 없음2012. 10. 5. 13:46

During our webinar held at noon on 9/27/2012 we promised to provide a link to the recording, a PDF of the PowerPoint, and some answers to a few questions.  Here is that information:


Posted by 오늘보다 나은 내일
카테고리 없음2012. 10. 5. 13:29

Nested Tables

As you will remember from memorizing the previous article, a common use for tables is the set them up to give you a value for a given “primary variable” that is determined by the solver at a given point in the solution.  Possible primary variables are: TIME, FREQ, X, Y, Z, TEMP, VELOCITY, PRESSURE and SECTOR. But what if you want to use one of those primary variables to look up a value, then use that value to then interpolate a second value?

A good example is that you have a piece of rotating equipment and the value of the heat transfer coefficient (HF) is a function of RPM and the radius of a given element face.  But RPM varies over time.  What you can do is make the HF table point to and RPM table that is based on the primary variable time:

Posted by 오늘보다 나은 내일