17/11/2016 – Darcy Friction Factor Checker – 达西摩擦系数查询器

(English version follows Chinese Part)

其实这个就是之前谈过的莫迪图查询器, 但是后来因为学习上比较忙,就没怎么研究。这两天看了一下,似乎并不需要做莫迪图查询器这么复杂,只需要根据输入参数代入逼近公式运算就可以得到所求摩擦系数。具体需要利用JavaScript来实现,通过输入的参数,在服务器端按照逼近公式计算,显示运算结果。

Actually, it is the moody chart checker I have mentioned before, but I was too busy for my courses to think about how to develop the checker. In these few days I found that there is no need to build a chart checker, a web calculator will work. Input necessary values and calculate with equation approximation, the display the result on the page. JavaScript will be used to develop the calculator.

按照Darcy friction factor formulae中提供了很多种逼近公式。

Darcy friction factor formulae shows many equation approximations.

首先尝试了一下Alashkar公式。

Try the Alashkar equation.

20161117-darcy-friction-factor

运算部分的JS中代码大概如下:

Calculation part of the JS code:

[code language=”javascript”]

function cal(form)
{
var a=Number(form.a.value);
var b=Number(form.b.value);
var c=Number(form.c.value);
var d=a/(b*3.7065);
var e=2.5226/c;
var f=1.665368035*e;
var g=Math.pow(f,0.8373492157);
var h=d+g;
var i=Math.log(h);
var j=e*i;
var k=0.8784893582*j;
var l=d-k;
var m=Math.log(l);
var n=e*m;
var o=0.8686068432*n;
var p=d-o;
var q=Math.pow(o,-2);
var r=Math.log(q);
form.s.value = 1.325474505*r;
}

[/code]

然而求出来的结果似乎并不对。还需要再研究研究。

It works but the result is strange, more research to do.

02/10/2016 – Daylight saving time & World clocks – 夏令时和世界时钟

(English version follows Chinese Part)

由于在国内的时候全部统一使用北京时间,并没有接触过‘夏令时’的概念,来到澳洲以后第一次遇到夏令时调整。为了方便比对几个市区的时间,利用www.timeanddate.com的API做了一个web世界时钟。

It is the first time I live in a place which daylight saving time is applied. For comparing time zone with China and other places around the world, I built a simple world clocks page by using API from www.timeanddate.com

H321-811-Guide to scripts used in English writings up to 1500-英文书写字体指南

出版物封面

Cover of Publication

 

出版物名称

Name of Publication

Guide to scripts used in English writings up to 1500

英文书写字体指南

著者 Author Roberts, Jane Annette.
出版单位 Publisher The British Library
简介

Introduction/ Abstract

Despite a resurgence of interest in the history of the English language, this work is the only book available to introduce readers to the scripts used in Old and Middle English writing. The best way to understand changes in scripts across time is through visual examples, and this highly illustrated book reveals precisely how Middle English is different from Old English and how these gradual changes have developed. Images from important literary texts such as Caedmon’s “Hymn” and the Lindisfarne Gospels demonstrate the chronological progression of the writing.
个人书评

Personal Book Review

许多语言都有多种多样的字体,这本书从历史发展的角度介绍了许多拉丁字母的字体变化和书写特点。

Human languages have their special scripts and fonts. From the view of historical development, this book introduce many details about English scripts.

ISBN/ISSN 0712348840
出版日期

Date of Publication

2005 出版地

Place of Publication

London
中图分类号

CLC Code

H321 中图法分类名称

CLC Category

常用外国语 -英语-文字
国际十进分类号

UDC Code

811 国际十进分类名称

UDC Category

Language

语言

书刊定价

Price of Publication

书刊语言

Language

English
购买正版

Purchase of Authorized Edition

Amazon.com(US)

21/09/2016 – Moody Chart Checker – 莫迪图查询器

(English version follows Chinese Part)

这个学期在上空气动力学这门课,其中很多计算涉及到查询莫迪图。我在想能不能弄个网页版的莫迪图查询器帮助提高效率。具体实现方法可能要参考公差查询器,用excel数据表来记录离散的莫迪图线的值,或者更加复杂的方法。先在这里提出一个设想。

I have a course this semester, which is aerodynamics. Large parts of calculations are based on checking moody chart. I am considering about set up a web-base checker to assist my calculating efficiently.  Maybe similar method from tolerance checker is applied. Discrete points of moody chart recorded in excel and read by php. Or more complicated. Mark here.

J421-779-Humanism in China-中国人本

出版物封面

Cover of Publication

 

出版物名称

Name of Publication

中国人本

Humanism in China

著者 Author 王璜生

Wang Huangsheng

出版单位 Publisher 岭南美术出版社
简介

Introduction/ Abstract

这些作品从不同的个人视角纪录了不同时期中国民众的生存状态,再现了50多年来中国社会生活朝向人性化与个性化嬗变的进程。作为中国生活的纪实精晶,这批影像全部为广东美术馆所典藏。
个人书评

Personal Book Review

一本小小的影集,浓缩了半个世纪的中国影像。一个中国人生活状态的侧写。

A tiny book with photos, contained too much information about Chinese life for half century. A profile for Chinese people and Chinese live places.

ISBN/ISSN 9787536228474
出版日期

Date of Publication

2003.12 出版地

Place of Publication

广州

Guangzhou

中图分类号

CLC Code

J421 中图法分类名称

CLC Category

摄影集-中国-当代
国际十进分类号

UDC Code

779 国际十进分类名称

UDC Category

Photography works

摄影作品

书刊定价

Price of Publication

CNY50.00 书刊语言

Language

简体中文
购买正版

Purchase of Authorized Edition