- 博客(16)
- 资源 (2)
- 收藏
- 关注
原创 Neper 安装与使用
1 网址安装 neper 多晶体网格生成软件 | 小铅笔 & jeff (pencilq.com)晶体塑性有限元建模工具neper的一些资料整合 - 知乎 (zhihu.com)在虚拟机上能安装,在wsl_ubuntu上make test失败。2 使用官网Neper | Polycrystal Generation and Meshing...
2021-12-29 16:54:36 4805 5
原创 Mtex 导入欧拉角并生成极图
1.Import Wizard – ODF Generic Interfacea.Set ang1 to psib.Set ang2 to thetac.Set ang3 to phid.Set inpt to weighte.Change angle convention to Kocks (Psi, Theta, phi)i.Choose degree, active rotation for next two tabsf.Select Finish2....
2021-06-19 12:06:05 2812
原创 Abaqus用python读取.odb文件
1. 示例文件获取在Abaqus Command 中输入abaqus fetch job=viewer_tutorial
2021-06-17 21:39:54 6934 1
原创 UMAT学习笔记
1. 对于包含刚体转动的有限应变问题,一个增量步调用UMAT之前就已经对应力张量进行了刚体转动,因此在UMAT中只需处理应力张量的共旋部分。UAMT中的应力张量为柯西(真实) 应力。2. STATEV对于有限应变问题,除了材料本够行为引起的数据更新以外。状态变量矩阵中的任何矢量或者张量都必须通过旋转来考虑材料的刚体运动。3. UMAT 在单元的积分点上调用4. 将变量的值写入到...
2018-09-12 09:54:17 2935 2
原创 VUAMT 学习笔记
1. Nblock 材料点的数量'nblock' refers to the ID of the Gauss pt among stacked (or vectorized) Gauss ptsFor small models, nblock may correspond to the number of elements in your model and subsequently kb...
2018-09-10 18:50:51 1034
原创 位错理论
1. orowan E plasticity of crystals 1934 talour the mechanism of plastic deformation of crystals
2017-10-16 15:14:49 2482
转载 Fortran几个函数(DOT_PRODUCT+MATMUL+TRANSPOSE+RESHAPE)
DOT_PRODUCT函数(点积) DOT_PRODUCT(VECTOR_A, VECTOR_B) computes the dot product multiplication of two vectors VECTOR_A and VECTOR_B. The two vectors may be either numeric or logical and must be ar
2017-10-15 18:23:39 2661
原创 Abaqus学习笔记
1. * orientation (1) 材料中定义局部坐标(2)修改壳、膜、梁、的局部方向(3)随着材料的旋转而变化(4) 各向异性2. 三维刚体实体不能建立instance,需要使用From Solid命令,之后无需设置材料和截面属性,单元旋转R3D4.3. 分析步, 增量步, 迭代, 非线性迭代16次之后。4. error1. too man...
2017-10-13 18:45:12 3977
原创 弹塑性力学
20150910G=E/2(1+v)1. 拉格朗日应变:定义为E=1/2(F'*F-I)2. contravariant component :逆变分量 of Krichhoff stress tensor。3. the nominal traction component 在表面,法线为ni4. The jaumann rate of the Kirchhoff。5...
2017-10-13 14:54:08 973
原创 Fortran 错误集合
fortran是一个需要小心一万倍的语言,一不小心就可能出错! 就是个变态程序。1. 错误 1 error #6406: Conflicting attributes or multiple declaration of name. 典型错误,虚参不能赋予数值。 虚参的值只能由主程序传入。 在子程序里只需要定义变量类型就可以,也不能赋予初值。First, N is a d
2017-10-12 09:34:07 9037
原创 fortran 学习笔记
20180907运行 CRTL+F5编译器:一般编译器本身都是控制台程序(console),没有界面。 命令行IDE :集成开发环境,用于提供程序开发环境的应用程序,一般包括代码编辑器、编译器、调试器和图形用户界面等工具。如Microsoft Visual Studio和Code::Blocks等编辑器 : UEStudioIntel Visual Fortran 配合...
2017-10-11 13:57:42 3074
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人