摘要:
What does it mean? The reason they are conservative or non conservative has to do with the splitting of the derivatives. Consider the conservative der 阅读全文
摘要:
The biggest difference between LES and RANS is that, contrary to LES, RANS assumes that $\overline{u'_i} = 0$ (see the [Reynolds averaged Navier–Stoke 阅读全文
摘要:
You need to add it to your or file. export PATH=$PATH:/path/to/dir Depending on what you're doing, you also may want to symlink to binaries: cd /usr/b 阅读全文
摘要:
解压 tar –xvf file.tar //解压 tar包 tar xzvf file.tar.gz //解压tar.gz tar xjvf file.tar.bz2 //解压 tar.bz2 tar –xZvf file.tar.Z //解压tar.Z unrar e file.rar //解压 阅读全文