上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 38 下一页
摘要: #!/usr/bin/python# -*- coding: UTF-8 -*- import numpy as npimport matplotlib.pyplot as pltimport csvimport unicodedata #================... 阅读全文
posted @ 2016-10-29 21:09 硫酸亚铜 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 首先准备好我们自己的平常算例文件,本次我们以圆柱绕流的算例来说明用法 我们找到constant文件夹 打开其中的transportProperties文件 我们将其中的: nu [0 2 -1 0 0 0 0] 0.01; 修改为: nu nu [0 2 -1 0 0 0 0] 0.01; 的形式, 阅读全文
posted @ 2016-10-17 01:26 硫酸亚铜 阅读(5451) 评论(2) 推荐(1) 编辑
摘要: 首先准备好我们自己的平常算例文件,本次我们以圆柱绕流的算例来说明用法 然后我们在/opt/openfoam4/etc/caseDicts/postProcessing/probes文件夹下找到probes文件 如果不能确定probes所在的目录,我们可以借助Linux下的find命令在OpenFOA 阅读全文
posted @ 2016-10-13 03:43 硫酸亚铜 阅读(4585) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://blog.sina.com.cn/s/blog_6277cbbf0100niqi.html PS:对其中错误地方进行了修正 1.用ParaView将每一帧都输出成图片(File->Save Animation) 2.用GIMP 读入ParaView输出的图片 (File->Op 阅读全文
posted @ 2016-10-06 16:28 硫酸亚铜 阅读(1797) 评论(0) 推荐(0) 编辑
摘要: 今天发生了一件很搞笑的事情,想用CFD-Post对计算结果做后处理,打开CFD-Post之后,背景居然是透明的,见图 做起后处理来完全看不清楚 下面是解决办法,很简单,步骤如下: 在终端中输入 sudo gedit /home/dell/.bashrc 我是使用Linux下的别名来启动CFD-Pos 阅读全文
posted @ 2016-09-19 15:10 硫酸亚铜 阅读(1625) 评论(0) 推荐(0) 编辑
摘要: 这次的教程是紧接前几次的教程,设置与前几次教程类似,但是对于设置上稍微有一点点区别,就是在设置值的时候,出现了$internalField,其实这是一个字符串替换,就是在出现$internalField的地方,用internalField的值去代替。比如设置速度文件的配置,出现 $internalF 阅读全文
posted @ 2016-09-10 21:53 硫酸亚铜 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 本文主要讲解两种方法用来显示OpenFOAM的计算残差,一种是采用OpenFOAM自带的foamMonitor来输出残差,另一种就是大家经常看见的采用pyFoam来输出残差。不管采用哪一种方法都必须安装gnuplot。 安装gnuplot的方法为:在Linux(以乌班图为例)的终端中输入 sudo 阅读全文
posted @ 2016-09-10 21:37 硫酸亚铜 阅读(5782) 评论(0) 推荐(0) 编辑
摘要: 方法来源: http://www.linuxhospital.com/read/unable-to-resolve-function-glxqueryextension-in-hyperview.html https://dirkgorissen.com/2011/07/14/ansys-13-on 阅读全文
posted @ 2016-09-10 11:45 硫酸亚铜 阅读(433) 评论(0) 推荐(0) 编辑
摘要: 原视频下载地址:https://pan.baidu.com/s/1hTD6tIlYL1S0nm30riAD9w 密码: ngv9 阅读全文
posted @ 2016-09-10 11:43 硫酸亚铜 阅读(1234) 评论(0) 推荐(0) 编辑
摘要: 方法来源: http://www.cfd-online.com/Forums/fluent/135879-setting-process-affinity-failed-opening-libc.html 在Linux的终端中使用命令建立一个软连接,Linux的命令如下 sudo ln -s /li 阅读全文
posted @ 2016-09-10 11:38 硫酸亚铜 阅读(652) 评论(0) 推荐(1) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 38 下一页