CFX的帮助文件里给出了一个比较直观的公式来定义一维网格的库朗数(Courant Number): Continue reading VOF多相流计算里的库朗数(Courant Number)
Monthly Archives: May 2017
raspberry pi 时间 同步
第一步:安装命令:sudo apt-get install ntpdate
第二步:输入命令tzselect
第三步:进入到/usr/share/zoneinfo/Asia 然后输入命令sudo cp Shanghai /etc/localtime
第四步:输入命令sudo ntpdate cn.pool.ntp.org
python strftime
Python time strftime()方法
描述
Python time strftime() 函数接收以时间元组,并返回以可读字符串表示的当地时间,格式由参数format决定。 Continue reading python strftime