




已阅读5页,还剩59页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
.2.1 Transferring results between Abaqus analyses: overviewProducts: Abaqus/Standard Abaqus/Explicit Abaqus/CAE References “Transferring results between Abaqus/Explicit and Abaqus/Standard,” Section 9.2.2 “Transferring results from one Abaqus/Standard analysis to another,” Section 9.2.3 “Transferring results from one Abaqus/Explicit analysis to another,” Section 9.2.4 *IMPORT *IMPORT ELSET *IMPORT NSET *IMPORT CONTROLS *INSTANCE “Transferring results between Abaqus analyses,” Section 16.6 of the Abaqus/CAE Users ManualOverviewAbaqus provides the capability to import a deformed mesh and its associated material state from Abaqus/Standard into Abaqus/Explicit and vice versa. This capability is particularly useful in manufacturing problems; for example, the entire sheet metal forming process (which requires an initial preloading, forming, and subsequent springback) can be analyzed. In this case the initial preloading can be simulated with Abaqus/Standard using a static procedure and the subsequent forming process can be simulated with Abaqus/Explicit. Finally, the springback analysis can be performed with Abaqus/Standard.Abaqus also provides the capability to transfer desired results and model information from an Abaqus/Standard analysis to a new Abaqus/Standard analysis or from an Abaqus/Explicit analysis to a new Abaqus/Explicit analysis, where additional model definitions may be specified before the analysis is continued. For example, during an assembly process an analyst may first be interested in the local behavior of a particular component but later is concerned with the behavior of the assembled product. In this case the local behavior can first be analyzed in an Abaqus/Standard or Abaqus/Explicit analysis. Subsequently, the model information and results from this analysis can be transferred to a second Abaqus/Standard or Abaqus/Explicit analysis, where additional model definitions for the other components can be specified, and the behavior of the entire product can then be analyzed.For this capability to work, the same release of Abaqus/Explicit and Abaqus/Standard must be run on computers that are binary compatible.ABAQUS可以从隐式计算结果到显示计算进行分析,该问题在求解一些问题是非常有用的,例如薄钢的锻造过程(经历预加载,成形和回弹),该分析预加载可以通过std分析,锻造过程可以通过XPT进行分析,最后回弹可以再用std进行分析。ABAQUS也提供了从隐式分析到隐式分析和从显示分析到显示分析,例如可以先对感兴趣的局部构件进行分析,分析完成后,在对整个结构作分析,前部的分析结果可以传到后面的整体分析中。Saving the analysis resultsThe restart files from the original analysis contain the analysis results that are transferred from Abaqus/Standard or Abaqus/Explicit. Obtaining restart files is described in more detail in “Writing restart files” in “Restarting an analysis,” Section 9.1.1; brief summaries are provided below. By default, Abaqus/Standard does not write any restart information and Abaqus/Explicit writes results at the beginning and end of each step.Saving results from Abaqus/StandardIf the results are to be imported from an Abaqus/Standard analysis, the results from the original Abaqus/Standard job must be written to the restart (.res), analysis database (.mdl and .stt), part (.prt), and output database (.odb) files. You can specify the increments at which restart information will be written. Restart information is always written at the end of a step in addition to the requested increments whenever you request restart data in Abaqus/Standard.Input File Usage: *RESTART, WRITE, FREQUENCY=n保存分析结果重启动文件包含了之前分析的信息,关于重启动的描述参阅“Writing restart files” in “Restarting an analysis,” Section 9.1.1;下面做简要介绍,默认情况下,std不保存重启动文件,xpt在每个分析部开始和结束步保存重启动文件。Std结果保存如果想从std分析后获得结果,原始的std分析必须保留重启文件(.res),分析数据(.mdl and .stt),PART(.prt),和输出数据(.odb)文件,用户可以指定具体的重启位置,重启信息除了在请求的位置输出外在每一分析步的最后也将输出。Input File Usage: *RESTART, WRITE, FREQUENCY=nAbaqus/CAE Usage: Step module: OutputRestart Requests: enter n in the Frequency column for each stepXpt结果保存如果想要从某一时刻输入xpt分析的结果,则必须在原始的结果文件中保存.abq状态文件,状态文件重启文件数据文件,PART文件和结果文件共同用来从xpt分析后的结果作为输入。可以具体指定是否精确的时间输出xpt重启文件,因为xpt会在每个分析步的最后给出重启文件。Input File Usage: Use the following option to request results at the increments ending immediately after each time interval:*RESTART, WRITE, NUMBER INTERVAL=n, TIME MARKS=NOUse the following option to request results at the exact time intervals:*RESTART, WRITE, NUMBER INTERVAL=n, TIME MARKS=YESAbaqus/CAE Usage: Step module: OutputRestart Requests: enter n in the Number Interval column; click to check the Time Marks column for each step if you want the results written at the exact time intervalsSaving results from Abaqus/ExplicitIf the results are to be imported from an Abaqus/Explicit analysis, the results from the original Abaqus/Explicit job must be written to the state (.abq) file at the time when transfer of the state of the deformed body is required. The state (.abq), restart (.res), analysis database (.stt), package (.pac), part (.prt), and output database (.odb) files will be used for importing the results from Abaqus/Explicit.You can specify whether the results are to be written at the exact time dictated by the specified time interval, n, during a step of an Abaqus/Explicit analysis or at the increment ending after the time dictated by the specified time interval. Results are always written at the end of a step, so it is not necessary to request results at the exact time intervals if results will be read only from the end of a step.Input File Usage: Use the following option to request results at the increments ending immediately after each time interval:*RESTART, WRITE, NUMBER INTERVAL=n, TIME MARKS=NOUse the following option to request results at the exact time intervals:*RESTART, WRITE, NUMBER INTERVAL=n, TIME MARKS=YESAbaqus/CAE Usage: Step module: OutputRestart Requests: enter n in the Number Interval column; click to check the Time Marks column for each step if you want the results written at the exact time intervals指定模型数据的传递和结果下面讲解如何指定具体的输入请求,从一个模型数据和结果输入到另一个模型数据和结果,用户可以输入从没有被定义成装配件的实例的element set,或者可以输入part实例从已经定义成装配件实例的part实例。在CAE里面仅仅能从装配件的构件实例中输入模型。指定从element set 中输入数据和结果。输入的例子参见“Springback of two-dimensional draw bending,” Section 1.5.1 of the Abaqus Example Problems Manual, and “Axisymmetric forming of a circular cup,” Section 1.3.7 of the Abaqus Example Problems Manual。Input File Usage: Use the following option to import element sets from a previous analysis:*IMPORTlist of element sets that are to be imported为了阻止模棱两可的单元和节点,*import必须在定义额外模型数据前指定,另外*import只能指定一次每个element set的名字在*import输入行必须在原始文件的截面定义中使用过,(e.g.*solid section),element set 仅能包含不超过三种类型的单元。在CAE里面只能从PART INSTANCES里面输入结果和数据如果输入的超过一个part instance,part instance必须从一个结果文件里输入且输入的参数必须和输入文件part instances里面的一致,每个instance的名字应该保持一致,只有import instance里面的sets才能被输入,sets在assemblies定义的必须在import分析中重新定义,重新定义的sets不能修改输入的新截面,材料的方向,法线,和梁方向Input File Usage: Use the following options to import a part instance from a previous analysis:*INSTANCE, INSTANCE=instance-name Additional set and surface definitions (optional)*IMPORT*END INSTANCEAbaqus/CAE Usage: In Abaqus/CAE you can import model data and results only from models that are defined as assemblies of part instances.Load module: Create Predefined Field: Step: Initial: choose Other for the Category and Initial State for the Types for Selected Step: select the instances to which the initial state should be assignedSpecifying the transfer of model data and resultsThe import capability is used to transfer model data and results from one analysis to another. The following sections describe how to specify the import request. You can import element sets from models that are not defined as assemblies of part instances, or you can import part instances from models that are defined as assemblies of part instances. In Abaqus/CAE you can import model data and results only from models that are defined as assemblies of part instances.Specifying the transfer of model data and results for models that are not defined as assemblies of part instancesYou can import element sets from a previous analysis to specify the transfer of model data and results for models that are not defined as assemblies of part instances. This import capability is illustrated in “Springback of two-dimensional draw bending,” Section 1.5.1 of the Abaqus Example Problems Manual, and “Axisymmetric forming of a circular cup,” Section 1.3.7 of the Abaqus Example Problems Manual.Input File Usage: Use the following option to import element sets from a previous analysis:*IMPORTlist of element sets that are to be importedTo prevent any ambiguity regarding element and node definitions, the *IMPORT option must be specified before any options that define additional model data in the input file. In addition, the *IMPORT option can be specified only once.Each element set name specified on the data line of the *IMPORT option must have been used in a section definition option (e.g., *SOLID SECTION) in the original analysis. An element set can contain no more than three different types of elements.Abaqus/CAE Usage: In Abaqus/CAE you can import model data and results only from models that are defined as assemblies of part instances.Specifying the transfer of model data and results for models that are defined as assemblies of part instancesYou can import part instances from a previous analysis to specify the transfer of model data and results for models that are defined as assemblies of part instances. If you import more than one part instance, the part instances must be from the same output database (.odb) file and all import parameters must be the same for each imported part instance. Each instance name that you specify must be the same as the instance name in the original analysis. Only sets that are defined within the imported instance will be imported. Sets defined at the assembly level must be redefined in the import analysis. New set definitions and surface definitions can be added upon import. You cannot assign new sections, material orientations, normals, or beam orientations to the imported part instance.Input File Usage: Use the following options to import a part instance from a previous analysis:*INSTANCE, INSTANCE=instance-name Additional set and surface definitions (optional)*IMPORT*END INSTANCEAbaqus/CAE Usage: In Abaqus/CAE you can import model data and results only from models that are defined as assemblies of part instances.Load module: Create Predefined Field: Step: Initial: choose Other for the Category and Initial State for the Types for Selected Step: select the instances to which the initial state should be assignedIdentifying the analysis from which the data will be obtainedYou must specify the name of the job from which the model and results data will be obtained. Input File Usage: For all models you can enter the following input on the command line:abaqus job=job-name oldjob=oldjob-nameIf the oldjob parameter is omitted, Abaqus will prompt for the job name (see “Abaqus/Standard, Abaqus/Explicit, and Abaqus/CFD execution,” Section 3.2.2).Alternatively, for models defined as assemblies of part instances, you can use the following option:*INSTANCE, LIBRARY=oldjob-name If you import more than one part instance, the oldjob-name specified by the LIBRARY parameter must be the same for each imported part instance. If the job name is specified on the command line using the oldjob option, the command line specification will take precedence over the LIBRARY parameter.Abaqus/CAE Usage: In Abaqus/CAE you can import model data and results only from models that are defined as assemblies of part instances.Load module: Create Predefined Field: Step: Initial: choose Other for the Category and Initial State for the Types for Selected Step: Job name: output-database-name从包含的数据文件中指定分析数据必须具体制定包含数据和结果文件的名字InputFile Usage: For all models you can enter the following input on the command line:Importing model dataElement property definitions of imported elements can be redefined only if the reference configuration is updated (see “Updating the imported configuration”) and the material state is not imported (see “Importing the material state”). In this case the material orientation definitions (“Orientations,” Section 2.2.5), hourglass stiffness but not hourglass control definitions, and transverse shear stiffness definitions (in the case of shell elements) of the imported elements can also be redefined.For other reference configuration and material state combinations, the information required to define the section for each imported element will be imported from the original analysis. Material orientations cannot be redefined in the import analysis; orientation names cannot be reused in the import analysis. For imported elements, the material orientations will be transferred from the original analysis. Transverse shear stiffness for imported shell elements cannot be redefined; the values will be transferred from the original analysis. Hourglass stiffness for the imported elements cannot be redefined in an Abaqus/Standard import analysis; the default values will be used. The section control definitions (kinematic formulation, order of accuracy in the element formulation, and hourglass control approach) to be used for imported elements cannot be redefined (see “Transferring results between Abaqus/Explicit and Abaqus/Standard,” Section 9.2.2, for details).Only nodes associated with the imported elements are imported. New nodes can be defined in the import analysis.Nodes or elements that use the same numbers as nodes or elements being imported can be defined provided that the reference configuration is updated, the material state is not imported, and the import is not done from an instance library. The new definitions will overwrite the imported definitions. If the reference configuration is not updated, new nodes or elements cannot use the imported node and element numbers irrespective of whether or not the material state is imported.During results transfer from an Abaqus/Standard analysis to another Abaqus/Standard analysis or from an Abaqus/Explicit to another Abaqus/Explicit analysis, the coordinates of imported nodes can be modified from their imported values by respecifying the nodal definitions if the reference configuration is updated and the material state is not imported. This modification of the coordinates of imported nodes is not allowed during transfer of results from Abaqus/Explicit to Abaqus/Standard or vice versa.Importing model data defined by a distributionWhile transferring results from one Abaqus/Standard analysis to another Abaqus/Standard analysis, most element or material properties defined by a distribution (see “Distribution definition,” Section 2.7.1) are imported along with the elements. The only exceptions are spatially varying thicknesses and orientation angles defined on the layers of composite shells and solids; in this case Abaqus issues an error message during input file preprocessing.While transferring results from an Abaqus/Explicit analysis to an Abaqus/Standard analysis, the only spatially varying element properties defined by a distribution that can be imported are shell thicknesses and section orientations for shell and solid elements. If any other element or material properties are defined with a distribution, Abaqus issues an error message during input file preprocessing.While transferring results from an Abaqus/Standard analysis to an Abaqus/Explicit analysis or from an Abaqus/Explicit analysis to another Abaqus/Explicit analysis, the only spatially varying element properties defined by a distribution that can be imported are shell thicknesses, section orientations for shell and solid elements, orientation angles defined on the layers of composite shells, and section stiffness matrices specified directly for general shell sections. If any other element or material properties are defined with a distribution, Abaqus issues an error message during input file preprocessing.Importing results from an Abaqus/Standard analysis (other than a direct cyclic analysis)If the results are imported from an Abaqus/Standard analysis, you can specify the step and increment in the restart file for which the results are to be imported. By default, the results written at the end of the analysis are imported.Input File Usage: *IMPORT, STEP=step, INCREMENT=incrementFor models that are defined as assemblies of part instances, the *IMPORT option must appear within a part instance definition.Abaqus/CAE Usage: In Abaqus/CAE you can import model data and results only from models that are defined as assemblies of part instances.Load module: Create Predefined Field: Step: Initial: choose Other for the Category and Initial State for the Types for Selected Step: select instances: Step: select Specify: step and Frame: select Specify: incrementImporting results from an Abaqus/Standard direct cyclic analysisIf the results are imported from a direct cyclic analysis, you can specify the step and iteration number in the restart file for which the results are to be imported. By default, the results written at the end of the analysis are imported.Input File Usage: *IMPORT, STEP=step, ITERATION=iterationFor models that are defined as assemblies of part instances, the *IMPORT option must appear within a part instance definition.Abaqus/CAE Usage: In Abaqus/CAE you can import model data and results only from models that are defined as assemblies of part instances.Load module: Create Predefined Field: Step: Initial: choose Other for the Category and Initial State for the Types for Selected Step: select instances: Step: select Specify: step and Frame: select Specify: iterationImporting results from an Abaqus/Explicit analysisIf the results are imported from an Abaqus/Explicit analysis, you can specify the st
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- mtbe考试试卷及答案
- 电网业务知识培训课件
- 电缆厂知识培训课件
- 电磁兼容原理课件接地
- 高端酒销售基础知识培训课件
- 新解读《GB-T 32151.11-2018温室气体排放核算与报告要求 第11部分- 煤炭生产企业》
- Ochracenomicin-B-生命科学试剂-MCE
- Acetohexamide-d11-生命科学试剂-MCE
- MLN-591-MLN2704-antibody-生命科学试剂-MCE
- 保育大赛考试试题题库及答案
- JJF 1959-2021 通用角度尺校准规范 高清晰版
- 通信原理第7版樊昌信版新版
- 口腔预防医学第九章其他口腔疾病的预防
- 盂兰盆供简易仪轨
- 一汽商用车企业级BOM技术方案V1.7
- JJF 1117-2010计量比对
- FZ/T 01093-2008机织物结构分析方法织物中拆下纱线线密度的测定
- 中国马克思主义与当代(社会问题)
- EMR术的配合要点
- 1844年经济学哲学手稿课件
- 厨房设备备品备件及专用工具库
评论
0/150
提交评论