晶体塑性有限元建模工具neper的一些资料整合
#############写在前面
有小伙伴说原有的虚拟机上面的neper不好用,划分不了四面体网格,因为我当时只用六面体网格,所以可能忽略了这个问题,现在已经对下载链接进行了更新,如果之前有购买的小伙伴觉得有问题的,可以私聊我,我发送新的下载链接给你,另外附上了新的虚拟机中neper建立二维、三维模型以及划分不同网格的测试视频。
安装及学习参考:
(如果有需要一些安装包之类的可以私信我)
VMware 15 虚拟机安装Ubuntu 18.04:
(装完之后再装一个vmtools,方便在win和虚拟机之间的文件传输)
https://blog.csdn.net/notacoder/article/details/86730169
Ubuntu 18.04换国内源 中科大源 阿里源 163源 清华源:
(本人换的是阿里源)
https://blog.csdn.net/xiangxianghehe/article/details/80112149?ops_request_misc=&request_id=&biz_id=102&utm_source=distribute.pc_search_result.none-task-blog-2~all~sobaiduweb~default-4
ubuntu安装neper详细版:
(评论区下面有几个安装过程中的问题,如果有一些样的可以对照解决)
(视频出现的代码我放在最后了)
https://www.bilibili.com/video/BV1t4411m7ZH
安装 neper 多晶体网格生成软件:
(该网址还有安装过程中或测试的时候会出现的一些提示问题)
https://pencilq.com/22/
Neper 在Linux(ubuntu)下的安装方法:
https://blog.csdn.net/u011211153/article/details/79274248
基于Neper和FEPX的晶体塑性有限元计算平台搭建与使用【合集】:
http://www.jishulink.com/college/video/c15965
晶体塑性有限元建模工具neper系列:
http://www.jishulink.com/college/video/c15430
阿里源
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
sudo apt-get update
sudo apt-get upgrade
B站视频中的代码:
一、GSL下载地址:http://mirrors.ustc.edu.cn/gnu/gsl/
GSL安装:
(1)sudo ./configure
(2)sudo make
(3)sudo make install
二、安装NLOPT:直接在终端输入:sudo apt install libnlopt.dev
三、安装openmp:sudo apt install mpich
四、安装the libScotch library:sudo apt install libgmsh-dev
五、安装the pthread library:
sudo apt-get install glibc-doc
sudo apt-get install manpages-posix-dev
六、安装Gmash: sudo apt-get install libgmsh-dev
七、安装Pov-Ray: sudo apt-get install povray
八、安装neper:
cd到neper安装包的解压文件夹下的src文件夹下
(1)mkdir Build
(2)cd Build
(3)cmake ..
(4)make
(5)sudo make install
测试:
neper -T -n 100
neper -M n100-id1.tess -elttype hex
neper -V n100-id1.tess,n100-id1.msh -dataelsetcol id -print image
neper -M n100-id1.tess -elttype hex -format inp
最后分享一下我安装的虚拟机(只装有neper的纯净版虚拟机),该版本是neper的4.0.0版本,如果有同学需要直接拿来使用,可以直接下载解压使用(如果链接失效,请私信),当然也可以用上述链接的一些安装方法的参考自行安装。
本人在虚拟机中安装了neper,就是按照上述的一些方法安装的,在mesh输出inp文件的时候可能会提示“核心转储中止”,但是没有影响我的使用,请谨慎选择!!!!!!!!!!!!!!!!!!!!!
还有如果有同学需要damask和neper、ABAQUS等,请参考我的另一篇帖子——基于linux虚拟机的晶体塑性有限元计算平台(已安装damask和neper等)》
http://www.jishulink.com/content/post/1287159
【VMware】如何打开已有虚拟机:https://jingyan.baidu.com/article/6181c3e0c44ebd152ef15332.html
最后附上测试视频:
查看更多评论 >