2022年4月2日
FLUENT
[toc]
FLUENT 入门
学习Fluent
几何建模(Design Modeler、SolidWorks、)
前处理:绘制网格(Gamit、ICEM、ANSYS MESH)
仿真计算:仿真计算(Fluent)
后处理:处理结果(Fluent、Tecplot、CFDpost)
...
Read more
2022年3月20日
Lammps
LAMMPS 小技巧
PyLAT用法
PyLAT
1python /home/chends/softwares/PyLAT/PyLAT.py -g -d --mol Saturate --mol Aromatic --mol Resin --mol Asphaltene --mol water --nummol ...
Read more
2022年3月14日
Python
Anaconda
[toc]
CondaLinux Anconda安装
Anaconda官网下载或使用wget下显
1234mkdir /Anaconda;cd /Anaconda;wget https://repo.continuum.io/archive/Anaconda3-5.3.1-Linux-x8 ...
Read more
2022年3月9日
C&C++
C&C++初级
[toc]
推荐书籍C
《C程序设计语言(第二版.新版)》
《明解C语言》柴田望洋编著
《C程序设计》(第三版)谭浩强
C++
《C++语言程序设计教程习题解答与实验指导》杨进才
《Accelerated C++中文版》Andrew Koenig ,中国电力出版社
《C++Primer ( ...
Read more
2022年3月8日
Linux学习
Linux error
[toc]
1. CUDA driver version is insufficient for CUDA runtime version
NVIDIA GPU的驱动程序版本查看命令:nvidia-smi
CUDA runtime version(运行时版本)是在python中安装的cuda ...
Read more
2022年3月8日
Linux学习
Windows10 Linux 子系统
[toc]
Windows10子系统–Linux步骤 1 - 启用适用于 Linux 的 Windows 子系统
需要先启用“适用于 Linux 的 Windows 子系统”可选功能,然后才能在 Windows 上安装 Linux 分发。
以管理员身份打开 PowerShell(“开始”菜 ...
Read more
2022年3月8日
Linux学习
Linux—Command
[toc]
空间
查看空间大小:df -h;
查看该目录下文件大小:du -sh *
查看该目录大小:du -hs 目录名
查看内存使用情况:free -m
删除残余的配置文件:
12sudo apt-get remove <package-name> #删除软件包sudo a ...
Read more
2022年3月8日
Git—Command
[toc]
Git Command提交123456git add filepath #添加某个文件到暂存区git add . #添加所有文件到暂存区git checkout -- filename #撤销工作区改动git reset HEAD filename #清空暂存区git commi ...
Read more
2022年2月19日
Windows
Windows 蓝屏
VIDEO_MEMORY_MANAGEMENT_INTERNAL
WIN10蓝屏
终止代码:VIDEO_MEMORY_MANAGEMENT_INTERNAL
只要在谷歌浏览器打开视频,WIN10就蓝屏;
所以应该是谷歌的问题。
解决办法:
谷歌设置>高级>系统>关闭使用硬件加速模式
Read more
2022年1月1日
Paper Notes
[toc]
Paper Notes 20222022-0505-19
Carboxyl n. 羧基
In most conditions在大多数情况下
deprotonated adj. 去质子化的
05-19
substrate wettability alteration 基底润湿 ...
Read more