加载中…
  
博文
(2019-02-22 07:25)
分类: LaTex
采用以下方法在行内输入极限:
$Nu_F = \lim\limits_{\xi \to + \infty} \left [ \frac{-4}{\int_0^1 u^* \left(\eta \right) \theta_2(\xi, \eta) \, d\eta} \left. \frac{\partial{\theta_2(\xi, \eta)}}{\partial{\eta}} \right|_{\eta=1}\right]= 7.54$.

效果图:

分类: 计算机

Linux shell变量的命名规则:

1.   变量与变量内容通过一个等号=连接,比如:

Myname=Martin

2.   等号的两边不能够直接连接空格,比如下面的是错误的

Myname = Martin

3.   变量名称只能够是英文字母或者是数字,

分类: OpenFoam

前提条件:保证已经使用dockerMAC上成功的安装了Openfoam

1.    启动terminal中,输入:

分类: tecplot360
From:http://www.tecplottalk.com/forums/viewtopic.php?t=674

Use two frames sitting on top of each other with the top frame being transparent. 

1) go to mapping styles and turn off half your curves 
2) go to the legend and place it in the appropriate position 
分类: Matlab绘图
做法如下:
k=xlsread('bol_dis',1); %读入数据
y=k(:,6); %该列向量就是要求概率密度曲线的散点
ymin=min(y);
ymax=max(y);
x=linspace(ymin,ymax,101); %在[ymin, ymax]之间共创建101个点(其中两个点分别是ymin, ymax),也就是将区间等分100等份
yy=hist(y,x);
yy=yy/length(y); %得到x .vs. yy的概率分布直方图
y y=yy/((ymax-ymin)/100); %将概率分布直方图转化为所求离散点的概率密度曲线
figure
bar (x,yy)
分类: C_plus_plus

charbuf[30]={“hello world!”}

chartemp[]={“gold”};

分类: lammps学习笔记

Note

1)“immediatevariables

 

(2018-09-20 04:06)
分类: LaTex
首先:添加\usepackage{multirow};
其次:添加\usepackage{booktabs};
最后:参见:https://jingyan.baidu.com/article/363872ec096bec6e4ba16f0f.html 的方法7

% Please add the following required packages to your document preamble:

% \usepackage{multirow}

\begin{table*}[]

\scriptsize

\centering

\caption{Optimized results of the circular arch for

分类: LaTex
首先,添加\usepackage{bbding};
其次,加入你想要的五角心:
分类: LaTex
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有