搜档网
当前位置:搜档网 › ABAQUS命令汇总及参数的默认设置

ABAQUS命令汇总及参数的默认设置

ABAQUS命令汇总及参数的默认设置
ABAQUS命令汇总及参数的默认设置

ABAQUS命令汇总及参数的默认设置(ABAQUS Command Summary and Command line default parameters)

2011-02-13 20:33:50| 分类:ABAQUS | 标签:|字号大中小订阅

Command summary

abaqus job=job-name

[analysis | datacheck | parametercheck | continue | convert={select | odb |

state | all} | recover | syntaxcheck | information={environment | local

| memory | release | support | system | all}]

[input=input-file]

[user={source-file | object-file}]

[oldjob=oldjob-name]

[fil={append | new}]

[globalmodel={results file-name | output database file-name}]

[cpus=number-of-cpus]

[parallel={domain | loop}]

[domains=number-of-domains]

[mp_mode={mpi | threads}]

[standard_parallel={all | solver}]

[memory=memory-size]

[interactive | background | queue=[queue-name][after=time]]

[double={explicit | both}]

[scratch=scratch-dir]

[output_precision={single | full}]

[madymo=MADYMO-input-file]

[port=co-simulation port-number]

[host=co-simulation hostname]

[timeout=co-simulation timeout value in seconds]

[unconnected_regions={yes | no}]

Command line default parameters

The following parameters provide default values for various settings that would otherwise have to be specified on the command line (see “Execution procedure for Abaqus/Standard and Abaqus/Explicit,” Section 3.2.2). Values given on the command line override

values specified in the environment files.

cpus

Number of processors to use if parallel processing is available. The default is 1.

domains

The number of parallel domains in Abaqus/Explicit. If the value is greater than 1, the domain decomposition will be performed regardless of the values of the parallel and cpus parameters. However, if parallel=domain, the value of cpus must be evenly divisible into the value of domains. If this parameter is not set, the number of domains defaults to the number of processors used during the analysis run if parallel=domain or to 1 if parallel=loop.

double_precision

The default precision version of Abaqus/Explicit to run if you do not specify the precision version on the abaqus command line.

Possible values are EXPLICIT (only the Abaqus/Explicit analysis is run in double precision) or BOTH (both the Abaqus/Explicit packager and analysis are run in double precision). The default is EXPLICIT.

parallel

The default parallel method in Abaqus/Explicit if you do not specify the parallel method on the abaqus command line. Possible values are DOMAIN or LOOP; the default value is DOMAIN.

run_mode

Default run mode (interactive, background, or batch) if you do not specify the run mode on the abaqus command line. The default for abaqus analysis is "background", while the default for abaqus viewer is "interactive".

scratch

Directory to be used for scratch files. This directory must exist (i.e., it will not be created by Abaqus) and must have write permission assigned. On UNIX platforms the default value is the value of the $TMPDIR environment variable or /tmp if $TMPDIR is not defined. On Windows platforms the default value is the value of the %TEMP% environment variable or \TEMP if this variable is not defined. During the analysis a subdirectory will be created under this directory to hold the analysis scratch files. The name of the subdirectory is constructed from your user name, the job id, and the job's process identifier. The subdirectory and its

contents are deleted upon completion of the analysis.

standard_parallel

The default parallel execution mode in Abaqus/Standard if you do not specify the parallel mode on the abaqus command line. If this parameter is set equal to ALL, both the element operations and the solver will run in parallel. If this parameter is set equal to SOLVER, only the solver will run in parallel. The default parallel execution mode is ALL.

unconnected_regions

If this variable is set to ON, Abaqus/Standard will create element and node sets in the output database for unconnected regions in the model during a datacheck analysis. Element and node sets created with this option are named MESH COMPONENT N, where N is the component number. The default value is OFF.

System resource parameters

The following environment file variable can be set after the code has been installed to change the resources used by Abaqus and, therefore, to improve system performance. By default, Abaqus detects the physical memory on a machine (or on each compute node in a cluster) and allocates a percentage of the available memory based on the machine platform (for details, refer to the SIMULIA Online Support System, which is accessible from the My Support page at https://www.sodocs.net/doc/b16854849.html,). You can override the default percentage by specifying a number followed by the percentage sign. The variable can also be defined as the number of megabytes or the number of

gigabytes. More detailed information about changing the system resources used by Abaqus is given in “Managing memory and disk

use in Abaqus,” Section 3.4.1.

memory

Maximum amount of memory or maximum percentage of the physical memory that can be allocated during the input file preprocessing and during the Abaqus/Standard analysis phase. For parallel execution on computer clusters, this memory limit specifies the maximum

amount of memory that can be allocated on each process.

System customization parameters

The following is a discussion of some additional environment file parameters that are commonly used. A complete listing of parameters

can be found in the Abaqus Installation and Licensing Guide.

ask_delete

If this parameter is set equal to OFF, you will not be asked whether old job files of the same file name should be deleted; the files will

be deleted automatically. The default value is ON.

auto_calculate

If this parameter is set equal to ON, the postprocessing calculator will be launched automatically at the end of an analysis if the execution procedure detects that output database file conversion is necessary. If this parameter is set to OFF, the postprocessing calculator will not run at the end of an analysis even if the execution procedure detects that it is necessary. The default value is ON.

auto_convert

If this parameter is set equal to ON and an Abaqus/Explicit analysis is run in parallel with parallel=domain, the convert=select, convert=state, and convert=odb options will be run automatically at the end of the analysis. The default value

is ON.

average_by_section

This parameter is used only for an Abaqus/Standard analysis. If this parameter is set equal to OFF, the averaging regions for output written to the data (.dat) file and results (.fil) file are based on the structure of the elements. If this parameter is set equal to ON, the averaging regions also take into account underlying values of element properties and material constants. In problems with many

section and/or material definitions the default value of OFF will, in general, give much better performance than the nondefault value of ON. See “Output to the data and results files,” Section 4.1.2, for further details on the averaging scheme.

mp_host_list

List of host machine names to be used for an MPI-based parallel Abaqus analysis, including the number of processors to be used on

each machine; for example,

mp_host_list=[['maple',1],['pine',1],['oak',2]]

indicates that, if the number of cpus specified for the analysis is 4, the analysis will use one processor on a machine called maple, one processor on a machine called pine, and two processors on a machine called oak. The total number of processors defined in the host list has to be greater than or equal to the number of cpus specified for the analysis. If the host list is not defined, Abaqus will

run on the local system. When using a supported queuing system, this parameter does not need to be defined. If it is defined, it will get

overridden by the queuing environment.

mp_mode

Set this variable equal to MPI to indicate that the MPI components are available on the system. Set mp_mode=THREADS to use the thread-based parallelization method. The default value is MPI where applicable.

odb_output_by_default

If this parameter is set equal to ON, output database output will be generated automatically. If this parameter is set equal to OFF, output database request keywords must be placed in an input file to obtain output database output. The default value is ON.

onCaeStartup

Optional function to be executed before Abaqus/CAE begins. See “Customizing Abaqus/CAE startup,” Section 4.3.3 of the Abaqus

Installation and Licensing Guide, for examples of this function.

Co-simulation parameters

The following environment file variables provide default settings for co-simulation between two Abaqus analyses or between Abaqus

and AcuSolve.

cosimulation_port

Set cosimulation_port equal to the port number used for the connection. The default value is 48000.

cosimulation_timeout

Set cosimulation_timeout equal to the timeout period in seconds. Abaqus terminates if it does not receive any communication from the coupled analysis program during the time specified. The default value is 3600 seconds.

ABAQUS常用技巧归纳(图文并茂).

ABAQUS学习总结 1.ABAQUS中常用的单位制。-(有用到密度的时候要特别注意) 单位制错误会造成分析结果错误,甚至不收敛。 2.ABAQUS中的时间 对于静力分析,时间没有实际意义(静力分析是长期累积的结果)。对于动力分析,时间是有意义的,跟作用的时间相关。 3.更改工作路径 4.对于ABAQUS/Standard分析,增大内存磁盘空间会大大缩短计算 时间;对于ABAQUS/Explicit分析,生成的临时数据大部分是存储在内存中的关键数据,不写入磁盘,加快分析速度的主要方法是提高CPU的速度。 临时文件一般存储在磁盘比较大的盘符下

提高虚拟内存

5.壳单元被赋予厚度后,如何查看是否正确。 梁单元被赋予截面属性后,如休查看是否正确。 可以在VIEW的DISPLAY OPTION里面查看。 6.参考点 对于离散刚体和解析刚体部件,参考点必须在PART模块里面定义。而对于刚体约束,显示休约束,耦合约束可以在PART ,ASSEMBLY,INTERRACTION,LOAD等定义参考点. PART模块里面只能定义一个参考点,而其它的模块里面可以定义很多个参考点。

7.刚体部件(离散刚体和解析刚体),刚体约束,显示体约束 离散刚体:可以是任意的形状,无需定义材料属性,要定义参考点,要划分网格。 解析刚体:只能是简单形状,无需定义材料属性,要定义参考点,不需要划分网格。 刚体约束的部件:要定义材料属性,要定义参考点,要划分网格。显示体约束的部件:要定义材料属性,要定义参考点,不需要要划分网格(ABAQUS/CAE会自动为其要划分网格)。 刚体与变形体比较:刚体最大的优点是计算效率高,因为它在分析作业过程中不参与所在基于单元的计算,此外,在接触分析,如果主面是刚体的话,分析更容易收敛。 刚体约束和显示体约束与刚体部件的比较:刚体约束和显示体约束的优点是去除约束后,就可以立即变为变形体。 刚体约束与显示体约束的比较:刚体约束的部件会参与计算,而显示约束的部件不会参与计算,只是用于显示作用。 8.一般分析步与线性摄动分析步 一般分析步:每个分析步的开始状态都是前一个分析步结束时刻的模型状态; 如果不做修改的话,前一个分析步所施加的载荷,边界条件,约束都会延续到当前的分析步中;所定义的载荷,边界条件以及得到的分析结果都是总量。

abaqus复合材料

复合材料不只是几种材料的混合物。它具有普通材料所没有的一些特性。它在潮湿和高温环境,冲击,电化学腐蚀,雷电和电磁屏蔽环境中具有与普通材料不同的特性。 复合材料的结构形式包括层压板,三明治结构,微模型,编织预成型件等。 复合材料的结构和材料具有同一性,并且可以在结构形成时同时确定材料分布。它的性能与制造过程密切相关,但是制造过程很复杂。由于复合结构不同层的材料特性不同,复合结构在复杂载荷作用下的破坏模式和破坏准则是多种多样的。 在ABAQUS中,复合材料的分析方法如下 1,造型 它的结构形式决定了它的建模方法,并且可以使用基于连续体的壳单元和常规壳单元。复合材料被广泛使用,但是复合材料的建模是一个困难。铺设复杂的结构光需要一个月 2,材料

使用薄片类型(层材料)建立材料参数。材料参数可以工程参数的形式给出,或者材料强度数据可以通过子选项给出。这种材料仅使用平面应力问题。 ABAQUS可以通过两种方式定义层压板:复合截面定义和复合层压板定义 复合截面定义对每个区域使用相同的图层属性。这样,我们只需要建立壳体组合即可将截面属性分配给二维(在网格中定义的常规壳体元素)或三维(三维的大小应与壳体中给定的厚度一致)。基于网格中定义的连续体的壳单元) ABAQUS复合材料分析方法介绍 复合叠加定义是由复合布局管理器定义的,它主要用于在模型的不同区域中构造不同的层。因此,应在定义之前对区域进行划分,并且应将不同的层分配给不同的区域。可以根据常规外壳的元素和属性进行定义。 传统的壳单元定义了每个层的厚度,并将其分配给二维模型。应该给基于连续体的壳单元或实体单元提供3D模型(厚度是相对于单元长度的系数,因此厚度方向可以分为一层单元)。

ABAQUS常见错误与警告信息汇总

*************************错误与警告信息汇总************************* --------------简称《错误汇总》 %%%%%%%%%%%%%%% @@@ 布局 @@@ &&&&&&&&&&&&&&&&&&&&&& AB系列:常见错误信息 C系列:常见警告信息 D系列:cdstudio斑竹总结的fortran二次开发的错误表 E系列:网格扭曲%%%%%%%%%%%%%%%%% @@@@@@ &&&&&&&&&&&&&&&&&&&&&&&&& 模型不能算或不收敛,都需要去monitor,msg文件查看原因,如何分析这些信息呢?这个需要具体问题具体分析,但是也存在一些共性。这里只是尝试做一个一般性的大概的总结。 如果你看见此贴就认为你的warning以为迎刃而解了,那恐怕令你失望了。不收敛的问题千奇万状,往往需要头疼医脚。接触、单元类型、边界条件、网格质量以及它们的组合能产生许多千奇百怪的警告信息。企图凭一个警告信息就知道问题所在,那就只有神仙有这个本事了。一个warning出现十次能有一回参考这个汇总而得到解决了,我们就颇为欣慰了。 我已霸占2楼3楼4楼,以便分类并续加整理。 斑竹可随意编辑或者添加你们觉得合适的条目和链接,其他版友有warning方面的疑问请回复到这个帖子,大家集思广益,斑竹们也可以集中讨论并定期汇总到1-4楼。 类似于: Fixed time is too large Too many attamps have been made THE SOLUTION APPEARS TO BE DIVERGING. CONVERGENCE ISJUDGED UNLIKELY. Time increment required is less than the minimum specified 这样的信息几乎是无用信息(除了告诉你的模型分析失败以外,没有告诉你任何有用的东西)。宜再查找别的信息来考察。根据经验,改小增量步也不一定能收敛,虽然也有人报告过改好的先例,我是从来没有遇到过,也从来没有那个奢望。所以我一般从模型的设置入手。原则上本贴只欢迎以下回帖: 1)你出现了已经解决的错误信息or解决不了的错误信息,可以回帖附上信息,并对模型和症状加以描述(斑竹会酌情加分); 2)你发现某个帖子有已经解决的错误信息or解决不了的错误信息, 可以提供链接(斑竹会加分); 3)你发现某一条错误信息可能还存在别的情况or别的应对方案, 可以回帖说明(斑竹会加分) 必须说明的是:Error和warning的性质是完全不同的。Error意味着运算失败,but出现warning可能还能算,而且有些运算必定会出现warning(比如接触分析必定出“负特征值”,下有详述)。很多警告只是通知性质的,或者只是说明一下而已,不一定都是模型有问题。比如以下warning完全可以忽略: xxxxx will (not)printed,这种只是通知你一声,某些玩意儿不输出了。还有: The parameter frequency cannot be used with the parameter field. It will be ignored(都说某某被ignored了).

ABAQUS高级应用技巧(文库中的一个)

1.在abaqus command中提交分析,命令为:abaqus job=job-name (cpu=8int)interactive 需要调用用户子程序时:abaqus job=job-name user=user-sub interactive 提交作业之前可以执行命令abaqus job=job-name datacheck interactive就可以查看dat文件中的错误信息和模型分析需要的磁盘空间、内存大小等。 暂停分析作业:abaqus suspend job=job-name 在暂停的位置继续运行分析作业abaqus resume job=job-name 如果彻底中止分析作业,以后不再使用上述abaqus resume命令继续分析,可选择a.在windows任务管理器中结束进程standard.exe或explicit.exe。b.按kill按钮。C.使用命令abaqus terminate job=job-name 对于ABAQUS/Explicit分析,如果出现意外情况而导致分析作业中止,可以①使用自动恢复机制,命令为:abaqus job=job_name recover②可以运用重启动分析作业。 2.分析结果输出到dat文件中 *EL PRINT将单元上的分析结果(应力、应变、截面力等)输出到dat文件中 *NODE PRINT将节点上的分析结果...... *CONTACT PRINT将接触对的分析结果…… *MODAL PRINT在基于模态的动力分析中,将位移和相位…… 3.历史变量输出到odb文件中 *OUTPUT,HISTORY,OP=NEW,FREQUENCY=1(OP=NEW表示清除先前定义的输出设置) 如:*INTEGRATED OUTPUT表示将变量对某个面的积分结果(如面上的合力)输出到odb文件中 4.寻找帮助文档中的inp文件和.for文件: D:\Program Files\SIMULIA\Documentation\docs\v6.10\books\eif

abaqus常见问题精简

Numerical Singularity 说明出现刚体位移 过约束(Overconstraint) 接触对的主面上不能有尖角,桩的两个侧面要分别定义接触对,底部可能可以用tie. slave surface的网格要比master surface细。 过约束可能是因为被挖的土上既定义了接触,又要被杀死,这二者相矛盾。可以试试为每段被挖的土单独定义一个接触,挖土时先deactivate这个接触,再杀死单元。 Zero pivot 往往意味着OVERCONSTRAINT。此警告信息如果只是出现在dat文件中,没有出现在msg文件中,就没问题,说明ABAQUS自动解决了过约束问题。如果overconstraint警告信息也出现在msg文件中,说明ABAQUS无法自动解决此问题,这时分析往往不会收敛,在后处理时可以用display group显示出现过约束的node set WarnNodeSolvProbZeroPiv_2_1_1_1_1. 这时需要你自己修改模型,避免过约束 负特征值 如果只有负特征值警告,没有numberical singularity, 计算能收敛,就没问题, 是非线性问题迭代过程中的正常现象. 塑性问题不收敛的常见现象 塑性问题不收敛时,msg文件中的常见现象是 1)出现很多equilibrium iteration,且TIME INCREMENT 不断减小; 2)始终出现***warning: the strain increment has exceeded fifty times the strain to cause first yield at 1 points ***warning: the strain increment is so large that the program will not attempt the plasticity calculation at 1 points 3)在msg文件的结尾显示 ***note: the solution appears to be diverging. convergence is judged unlikely. ***error: too many attempts made for this increment 接触问题和塑性材料不要用二阶单元 不要在塑性材料上施加点载荷 下列警告都是非线性问题迭代过程中的正常现象,是ABAQUS正在尝试找到正确的解: ***warning: the system matrix has 8 negative eigenvalues. ***warning: the strain increment has exceeded fifty times the strain to cause first yield at 34 points ***warning: excessive distortion at a total of 2 integration points in solid (continuum) elements ***note: elements are distorting excessively. convergence is judged unlikely (以当前的increment不能收敛,自动减小increment,重新迭代). 在后处理时可以看到大变形而严重扭曲的单元,应在这些地方进行网格细化。 在msg文件中看到反复出现 severe discontinuity iteration 8 ends contact change summary: 0 closures 5 openings. severe discontinuity iteration 9 ends contact change summary: 5 closures 0 openings.

最新总结Abaqus操作技巧总结(个人)

Abaqus操作技巧总结 打开abaqus,然后点击file——set work directory,然后选择指定文件夹,开始建模,建模完成后及时保存,在进行运算以前对已经完成的工作保存,然后点击job,修改inp文件的名称进行运算。切记切 记!!!!!! 1、如何显示梁截面(如何显示三维梁模型) 显示梁截面:view->assembly display option->render beam profiles,自己调节系数。 2、建立几何模型草绘sketch的时候,发现画布尺寸太小了 1)这个在create part的时候就有approximate size,你可以定义合适的(比你的定性尺寸大一倍); 2)如果你已经在sketch了,可以在edit菜单--sketch option ——general--grid更改 3、如何更改草图精度 可以在edit菜单--sketch option ——dimensions--display——decimal更改 如果想调整草图网格的疏密,可以在edit菜单--sketch option ——general——grid spacing中可以修改。 4、想输出几何模型 part步,file,outport--part 5、想导入几何模型? part步,file,import--part 6、如何定义局部坐标系 Tool-Create Datum-CSYS--建立坐标系方式--选择直角坐标系or柱坐标系or球坐标 7、如何在局部坐标系定义载荷

laod--Edit load--CSYS-Edit(在BC中同理)选用你定义的局部坐标系 8、怎么知道模型单元数目(一共有多少个单元) 在mesh步,mesh verify可以查到单元类型,数目以及单元质量一目了然,可以在下面的命令行中查看单元数。 Query---element 也可以查询的。 9、想隐藏一些part以便更清楚的看见其他part,edge等 view-Assembly Display Options——instance,打勾 10、想打印或者保存图片 File——print——file——TIFF——OK 11、如何更改CAE界面默认颜色 view->Grahphic options->viewport Background->Solid->choose the wite colour! 然后在file->save options. 12、如何施加静水压力hydrostatic load --> Pressure, 把默认的uniform 改为hydrostatic。这个仅用于standard,显式分析不支持。 13、如何检查壳单元法向 Property module/Assign/normal 14、如何输出单元体积 set步---whole model ----volume/Tickness/Corrdinate-----EVOL 15、如何显示最大、最小应力 在Visualization>Options>contour >Limits中选中Min/Max:Show Location,同样的方法可以知道具体指定值的位置。 16、如何在Visualization中显示边界条件 View——ODB display option——entity display——show boundary conditions 17、后处理有些字符(图例啊,版本号啊,坐标系啊)不想显示, viewport-viewport annotation option ,选择打勾。同样可以修改这些字体大小、位置等等。

Abaqus常见的错误

Abaqus常见的错误和解决方法 Fixed time is too large Too many attamps have been made THE SOLUTION APPEARS TO BE DIVERGING. CONVERGENCE ISJUDGED UNLIKELY. Time increment required is less than the minimum specified 这样的信息几乎是无用信息(除了告诉你的模型分析失败以外,没有告诉你任何有用的东西)。宜再查找别的信息来考察。根据经验,改小增量步也不一定能收敛,虽然也有人报告过改好的先例,我是从来没有遇到过,也从来没有那个奢望。所以我一般从模型的设置入手。 必须说明的是:Error和warning的性质是完全不同的。Error意味着运算失败,but出现warning可能还能算,而且有些运算必定会出现warning(比如接触分析必定出“负特征值”,下有详述)。很多警告只是通知性质的,或者只是说明一下而已,不一定都是模型有问题。比如以下warning完全可以忽略: xxxxx will (not)printed,这种只是通知你一声,某些玩意儿不输出了。还有: The parameter frequency cannot be used with the parameter field. It will be ignored(都说某某被ignored了). A系列 如果模型能算,且结果合理,那么大部分警告信息可以不管。但是以下除外: 1 numerical sigularity(数值奇异):刚体位移(欠约束) solver problem. numerical sigularity when processing node105 instance pile D.O.F. 1 ratio=1.735e13 2 Zero pivot(零主元):过约束或者欠约束。 这2个问题一般都意味着模型约束存在问题。1)、2)都会伴随着产生大量负特征值。解决方案当然第一步是检查约束了。 B系列 有一些直接导致计算aborted,那就得仔细分析了,比如: 1 xxxxx is not a valid in ABAQUS/Standard(告诉你这种计算standard不支持了,换别的) 2 missing property 在perperty步检查材料属性是不是都加上了。如果有梁单元,看看梁法向定义对了没有。 3 Detected lock file Job-1.lck. Please confirm that no other applications are attempting to write to the output database associated with this job before removing the lock file and resubmitting. 删除.lck文件就可以了,它是一个自动生成的文件。你也可以另存为(另取名),再运算。 4 The rigid part xx is missing a refernce point 刚体(or刚体约束)都必须通过stools--reference point给它定义一个参考点(RP),载荷都加在这个RP上。

ABAQUS常见错误汇总

模型不能算或不收敛,都需要去monitor,msg文件查看原因,如何分析这些信息呢?这个需要具体问题具体分析,但是也存在一些共性。这里只是尝试做一个一般性的大概的总结。如果你看见此贴就认为你的warning以为迎刃而解了,那恐怕令你失望了。不收敛的问题千奇万状,往往需要头疼医脚。接触、单元类型、边界条件、网格质量以及它们的组合能产生许多千奇百怪的警告信息。企图凭一个警告信息就知道问题所在,那就只有神仙有这个本事了。一个warning出现十次能有一回参考这个汇总而得到解决了,我们就颇为欣慰了。 类似于: Fixed time is too large Too many attamps have been made THE SOLUTION APPEARS TO BE DIVERGING. CONVERGENCE ISJUDGED UNLIKELY. Time increment required is less than the minimum specified 这样的信息几乎是无用信息(除了告诉你的模型分析失败以外,没有告诉你任何有用的东西)。宜再查找别的信息来考察。根据经验,改小增量步也不一定能收敛,虽然也有人报告过改好的先例,我是从来没有遇到过,也从来没有那个奢望。所以我一般从模型的设置入手。 必须说明的是:Error和warning的性质是完全不同的。Error意味着运算失败,but出现warning 可能还能算,而且有些运算必定会出现warning(比如接触分析必定出“负特征值”,下有详述)。很多警告只是通知性质的,或者只是说明一下而已,不一定都是模型有问题。比如以下warning完全可以忽略: xxxxx will (not)printed,这种只是通知你一声,某些玩意儿不输出了。还有: The parameter frequency cannot be used with the parameter field. It will be ignored(都说某某被ignored了). A系列 如果模型能算,且结果合理,那么大部分警告信息可以不管。但是以下除外: 1 numerical sigularity(数值奇异):刚体位移(欠约束) solver problem. numerical sigularity when processing node105 instance pile D.O.F. 1 ratio=1.735e13 2 Zero pivot(零主元):过约束或者欠约束。 这2个问题一般都意味着模型约束存在问题。1)、2)都会伴随着产生大量负特征值。解决方案当然第一步是检查约束了。 B系列 有一些直接导致计算aborted,那就得仔细分析了,比如: 1 xxxxx is not a valid in ABAQUS/Standard(告诉你这种计算standard不支持了,换别的) 2 missing property 在perperty步检查材料属性是不是都加上了。如果有梁单元,看看梁法向定义对了没有。 3 Detected lock file Job-1.lck. Please confirm that no other applications are attempting to write to the output database associated with this job before removing the lock file and resubmitting.

Abaqus命令流分析

总规则 1、关键字必须以*号开头,且关键字前无空格 2、**为注释行,它可以出现在文件中的任何地方 3、当关键字后带有参数时,关键词后必须采用逗号隔开 4、参数间都采用逗号隔开 5、关键词可以采用简写的方式,只要程序能识别就可以了 6、不需使用隔行符,如果参数比较多,一行放不下,可以另起一行,只要在上一行的末尾加逗号便可以 *AMPLITUDE:定义幅值曲线 这个选项允许任意的载荷、位移和其它指定变量的数值在一个分析步中随时间的变化(或者在ABAQUS/Standard分析中随着频率的变化)。 必需的参数: NAME:设置幅值曲线的名字 可选参数: DEFINITION:设置definition=Tabular(默认)给出表格形式的幅值-时间(或幅值-频率)定义。设置DEFINITION=EQUALLY SPACED/PERIODIC/MODULATED/DECAY/SMOOTH STEP/SOLUTION DEPENDENT或BUBBLE来定义其他形式的幅值曲线。 INPUT:设置该参数等于替换输入文件名字。 TIME:设置TIME=STEP TIME(默认)则表示分析步时间或频率。TIME=TOTAL TIME表示总时间。 V ALUE:设置V ALUE=RELATIVE(默认),定义相对幅值。V ALUE=ABSOLUTE表示绝对幅值,此时,数据行中载荷选项内的值将被省略,而且当温度是指定给已定义了温度TEMPERATURE=GRADIENTS(默认)梁上或壳单元上的节点,不能使用ABSOLUTE。 对于DEFINITION=TABULAR的可选参数: SMOOTH:设置该参数等于 DEFINITION=TABULAR的数据行 第一行 1、时间或频率 2、第一点的幅值(绝对或相对) 3、时间或频率 4、第二点的幅值(绝对或相对) 等等 基本形式: *Amplitude,name=Amp-1 0.,0.,0.2,1.5,0.4,2.,1.,1. *BEAM SECTION:当需要数值积分时定义梁截面 *BOND:定义绑定和绑定属性 *BOUNDARY:定义边界条件 用来在节点定义边界条件或在子模型分析中指定被驱动的节点。

《ABAQUS 元分析常见问题解答》常见问题汇总

第1章关于 Abaqus 基本知识的常见问题第一篇基础篇

第1章关于 Abaqus 基本知识的常见问题 第1章关于 Abaqus 基本知识的常见问题 1.1 Abaqus 的基本约定 1.1.1 自由度的定义 【常见问题1-1】 Abaqus 中的自由度是如何定义的? 1.1.2 选取各个量的单位 【常见问题1-2】 在 Abaqus 中建模时,各个量的单位应该如何选取? 1.1.3 Abaqus 中的时间 【常见问题1-3】 怎样理解 Abaqus 中的时间概念?

第1章关于 Abaqus 基本知识的常见问题 1.1.4 Abaqus 中的重要物理常数 【常见问题1-4】 Abaqus 中有哪些常用的物理常数? 1.1.5 Abaqus 中的坐标系 【常见问题1-5】 如何在 Abaqus 中定义局部坐标系? 1.2 Abaqus 中的文件类型及功能 【常见问题1-6】 Abaqus 建模和分析过程中会生成多种类型的文件,它们各自有什么作用? 【常见问题1-7】 提交分析后,应该查看 Abaqus 所生成的哪些文件? 1.3 Abaqus 的帮助文档 1.3.1 在帮助文档中查找信息 【常见问题1-8】 如何打开 Abaqus 帮助文档?

第1章关于 Abaqus 基本知识的常见问题 【常见问题1-9】 Abaqus 帮助文档的内容非常丰富,如何在其中快速准确地找到所需要的信息? 1.3.2 在 Abaqus/CAE 中使用帮助 【常见问题1-10】 Abaqus/CAE 的操作界面上有哪些实时帮助功能? 【常见问题1-11】 Abaqus/CAE 的 Help 菜单提供了哪些帮助功能? 1.4 更改工作路径 【常见问题1-12】 Abaqus 读写各种文件的默认工作路径是什么?如何修改此工作路径? 1.5 Abaqus 的常用 DOS 命令 【常见问题1-13】 Abaqus 有哪些常用的 DOS 命令?

ABAQUS常见问题汇总

HM——ABA接口问题 简洁一些,引用小宝斑竹在接口问题中的体会:“关于hm-abaqus的接口补充说明 经常用HM-abqus的人或者刚开始使用的人,对于软件的接口一般存在以下问题: 1、INP文件导入abaqus出错。 2、在abaqus里选择加载面,设置材料属性不方便。(也可以理解为没有几何元素的模型在网格上选取东东比较困难) 除了以上的两种,暂时我还没发现其他的问题。 对于1,只要前处理没有除网格外的载荷信息,并且所有关键字名称都没有数字,那么恭喜你,它一定不会出错。(当然,有些人说abaqus/cae有很多关键字不支持,但是hm支持。我的建议是:有那功夫,或许INP文件都改完了) 对于2,首先声明,所有在hm里建立的SET,都会出现在abaqus assembly里的set里,所以在abaqus里加载的时候,都是可以调用的,你所要做的就是正确的建立node set or element set。很多人知道在abaqus part里也有个set,那个是干什么的呢?目前我就是用来操作材料施加的。很多时候模型是各种复杂材料的混合,如果在abaqus里直接赋予,选取模型区域的手段有限(单个点,点到手抽筋;by angle,很多地方选不上,选到眼花;by set,在abaqus里建立part set的难度不下于手动点),我的建议:在hm里赋予一个空材料属性给相关的区域(hm 里有几何元素,选起来简直就是小CASE),到了abaqus里,软件会自动为你的每个材料区建立一个新的part set,这时候,空的材料属性要炸要炒随你便。 剩下的问题都不是问题。” 论坛问题汇总 1、hypermesh导入abaqus有单元显示、无模型显示。 答:这个问题很常见,不仅在hypermesh_to_abaqus中有人问,在HM与其它软件接口也有人反复问。首先要肯定的是导入过程没有任何问题。 在此,引用老向版主的一段话来回答 “版上不停的有人问为什么HM不能导出几何.看的人都烦了. 为什么要导出几何呢?* H/ _/ m' j; C ? @ 不同的软件,对几何的理解是不一样的, 所以才有这么多的不同的几何格式.; E0 H- x8 ?0 m5 D k 如果要导出几何,HM还得去研究你abaqus/ansys/patran内部是如何理解几何的,这是个浩大的工程.- M) S0 M! \( \ 你应该知道,对于求解器来说,它只需要知道节点,单元,材料,载荷等信息就能够求解了. 要几何干什么呢?' X- q3 w G) A6 H8 A5 j" i, d: \ 几何模型的作用仅仅是为了得到节点,网格.. 一旦有节点,网格有了,几何模型就可以扔掉了.* i$ c3 E& ~( C6 x4 n" V# R2 I 后处理程序本身也是基于有限元模型的,而不是基于几何模型的.! D6 K6 C' ?7 r9 j8 g 你既然打算用HM做前处理,就干脆一点,把所有的东西都在HM里面做好,然后提交给 abaqus/nastran计算就行了. p4 l9 W, t! u9 X( }

Abaqus操作说明(可编辑修改word版)

1、创建部件: Step1:执行Part/Create 命令,或者单击左侧工具箱区域中的(create part)按钮,弹出如图1-1 所示的Create Part 对话框。在Name(部件名称)后面输入foundation,将Modeling Space(模型所在空间)设为2D Planar(二维平面),Type(类型)设为Deformable(可变形体),Base Feature(基本特征)设为Shell (壳)。单击Continue 按钮退出Create Part 对话框。ABAQUS/CAE 自动进入绘图(Sketcher)环境。 图1-1 Step2:选择绘图工具框右上方的创建矩形工具,在窗口底部的提示区显 示“Pick a starting corner for the rectangle—or enter X,Y”,输入坐标(0,0),按下Enter 键,在窗口底部的提示区显示“Pick the opposite corner for the rectangle— or enter X,Y”,输入(45.5,20),按下Enter 键。单击Done,创建part 完成,如图1-2。

图1-2 Step3:单击左侧工具箱区域中的,弹出如图1-3 的窗口。应用或 功能将groundwork(基础)在foundation 的位置绘制出来,点击Done,返回图1-4 所示窗口 图1-3 图1-4 Step4:执行Tools-Set-Create 弹出如图1-5 的Create Set 对话框,在Name 后

面输入all,点击Continue,将整个foundation 模块选中如图1-6 所示,点击Done,完成集合all 的创建。以相同的操作,将图1-4 中的小矩形区域创建Name 为remove 的集合。 图1-5 图1-6 以相同的方式分别创建名称为:groundwork,retaining,backfill 的part,依次如图1-7,1-8,1-9 所示。并分别创建于part 名称相同的集合。 图1-7

橡胶材料在ABAQUS的材料参数设定

橡膠材料在ABAQUS中使用 之設定 Alvin Chen

Outline Elastic Behavior Compressibility (Hyperelasticity) Strain energy potentials (Hyperelasticity) Example

Linear elasticity →Small elastic strains (normally less then 5%) →Isotropic, orthotropic, or fully anisotropic →Can have property depend on temperature and/or other field variables Hypoealsticity →Small elastic strains-the stresses should not be large compared to the elastic modulus of the material →Load path is monotonic →If temperature is to be included “UHYPEL” Hyperfoam →Isotropic and nonlinear, energy dissipation and stress softening effects →Cellular solids whose porosity permits very large volumetric changes →Deform elastically to large strains, up to 90% strain in compression →Requires geometric nonlinearity be accounted in analysis step

Abaqus常见错误信息

错误与警告信息汇总 模型不能算或不收敛,都需要去monitor ,msg文件查看原因,如何分析这些信息呢?这个需要具体问题具体分析,但是也存在一些共性。这里只是尝试做一个一般性的大概的总结。不收敛的问题千奇万状,往往需要头疼医脚。接触、单元类型、边界条件、网格质量以及它们的组合能产生许多千奇百怪的警告信息。企图凭一个警告信息就知道问题所在,那就只有神仙有这个本事了。一个warning 出现十次能有一回参考这个汇总而得到解决了,我们就颇为欣慰了。 说明的是:Error 和warning 的性质是完全不同的。Error 意味着运算失败,but 出现warning 可能还能算,而且有些运算必定会出现warning (比如接触分析必定出“负特征值”,下有详述)。很多警告只是通知性质的,或者只是说明一下而已,不一定都是模型有问题。比如以下warning 完全可以忽略:类似于: Fixed time is too large Too many attamps have been made THE SOLUTION APPEARS TO BE DIVERGING. CONVERGENCE ISJUDGED UNLIKELY. Time increment required is less than the minimum specified 这样的信息几乎是无用信息(除了告诉你的模型分析失败以外,没有告诉你任何有用的东西)。宜再查找别的信息来考察。根据经验,改小增量步也不一定能收敛,虽然也有人报告过改好的先例,我是从来没有遇到过,也从来没有那个奢望。所以我一般从模型的设置入手。 A 系列 如果模型能算,且结果合理,那么大部分警告信息可以不管。但是以下除外: 1 numerical sigularity(数值奇异) :刚体位移(欠约束) solver problem. numericalsigularity when processing node105 instance pile D.O.F. 1 ratio=1.735e13 2 Zero pivot(零主元):过约束或者欠约束。 这2个问题一般都意味着模型约束存在问题。1)、2)都会伴随着产生大量负特征值。解决方案当然第一步是检查约束了。 B 系列 有一些直接导致计算aborted ,那就得仔细分析了,比如: 1 xxxxx is not a valid in ABAQUS/Standard(告诉你这种计算standard 不支持了,换别的) 2 missing property

abaqus的材料参数

Department of Engineering University of Cambridge > Engineering Department > computing help ABAQUS Materials Input 1. 5. ABAQUS - Materials 2. Q5.1 : How do I find what material properties are needed for a particular analysis ? Read the relevant section in Chapter 6 : Analysis Procedures (User's manual Vol. I). This gives an overview about the analysis and has more information about the material properties. Read also the following sections in Chapter 17 : Materials Introduction of the ABAQUS User's manual. ?Section 17.1.1 - Material Library : Overview ?Section 17.1.2 - Material Data Definition ?Section 17.1.3 - Combining Material Properties Section 17.1.3 lists the material model combination tables. Several models are available to define the mechanical behaviour (elastic, plastic). Some material options require the presence of other material options. Some exclude the use of the other material options. For example *DEFORMATION PLASTICITY completely defines the material's mechanical behaviour and should not be used with *ELASTIC. Once you have all the relevant keywords to define the material properties consult the keyword Manual for each of the keywords. This will explain what data is required for each of the keyword. 3. Q5.2 : What material properties need to be specified in a thermal-electrical analysis ?

abaqus基本命令流

abaqus产生几类文件: 1. model_database_name.cae 模型信息、分析任务等。 2. model_databse_name.jnl 日志文件:包括用于复制已存储模型数据库的abaqus/cae命令 *.cae和*.jnl构成支持CAE的两个重要文件,要保证CAE下打开一个项目,这两个文件必须同时同在; 3. job_name.inp 输入文件。由abaqus Command支持计算起始文件,它也可由CAE打开; 4. job_name.dat 数据文件:文本输出信息,记录分析、数据检查、参数检查等信息。ABAQUS/Explicit的分析结果不会写入这个文件 5. job_name.sta 状态文件:包括分析过程信息 6. job_name.msg 是计算过程的详细记录,分析计算中的平衡迭代次数,计算时间,警告信息,等等可由此文件获得。用STEP模块定义 7. job_name.res 重启动文件,用STEP模块定义 8. job_name.odb 输出数据库文件,即结果文件,需要由visuliazition打开 9. job_name.fil 也为结果文件,可被其他应用程序读入的分析结果表示格式。ABAQUS/Standard记录分析结果。ABAQUS/Explicit的分析结果要写入此文件中则需要转换,convert=select 或convert=all 10.abaqus.rpy 记录一次操作中几乎所有的ABAQUS/CAE命令 11.job_name.lck 阻止并发写入输出数据库,关闭输出数据库则自行删除 12.model_database_name.rec 包含用于恢复内存中数据库的ABAQUS/CAE命令 13.job_name.ods 场输出变量的临时操作运算结果,自动删除 14.job_name.ipm 内部过程信息文件:启动ABAQUS/CAE分析时开始写入,记录了从ABAQUS/STANDARD 或ABAQUS/Explicit到ABAQUS/CAE的过程日志

相关主题