출처 : 아바쿠스 매뉴얼 + 개인적인 생각
확장자에 따른 파일 분류
확장자에 따른 파일 분류
The replay file (abaqus.rpy)
아바쿠스 CAE는 기본적으로 PYTHON에 아바쿠스에서 발생한 일을 기록한다.
WORK DIRECTORY에 있는 *.rpy 파일을 텍스트 편집기로 열어보면 모든 것이 PYTHON스크립트로
기록되어 있는 것을 볼 수 있고 이 내용을 잘 공부해두면 나중에 스크립팅을 공부하는데 많은 도움이 될 것이다.
The model database file (model_database_ name.cae)
기본적으로 저장을 하면 *.cae라는 파일명으로 모델을 저장한다.
The journal file (model_database_ name.jnl)
The journal file contains the Abaqus/CAE commands that will replicate the model database that was saved to disk. For more information, see “Recreating a saved model database,” Section 9.5.2.
The recover file (model_database_ name.rec)
The recover file contains the Abaqus/CAE commands that will replicate the version of the model database in memory. The model database recovery file contains only the commands that changed the model database since you last saved it. For more information, see “Recreating an unsaved model database,” Section 9.5.3.
Input files (job_name.inp)
Abaqus/CAE generates an input file that is read by Abaqus/Standard or Abaqus/Explicit when you submit a job for analysis. For more information, see “Basic steps for analyzing a model,” Section 18.2.1.
Output database files (job_name.odb)
Output database files contain the results from your analysis. You use the Step module's output request managers to choose which variables are written to the output database during the analysis and at what rate. An output database is associated with the job you submit from the Job module; for example, if you named your job FrictionLoad, the analysis creates an output database called FrictionLoad.odb.
When you open an output database, Abaqus/CAE loads the Visualization module and allows you to view a graphical representation of the contents. You can also import a part from an output database as an orphan mesh. You can save X–Y data objects to an output database file if you open the file with write permission; otherwise, you cannot modify the contents of the output database once it has been created.
The output database lock file (job_name.lck)
The lock file (job_name.lck) is written whenever an output database file is opened with write access, including when an analysis is running and writing output to an output database file. The lock file prevents you from having simultaneous write permission to the output database from multiple sources. It is deleted automatically when the output database file is closed or when the analysis that creates it ends.
The restart file (job_name.res)
The restart file is used to continue an analysis that stopped before it was complete. You use the Step module to specify which analysis steps should write restart information and how often. If you are using Abaqus/Explicit, the restart information you supply in the Step module controls the data written to the state file (job_name.abq). For more information, see “Configuring restart output requests,” Section 14.13.2.
The data file (job_name.dat)
The data file contains printed output from the analysis input file processor, as well as printed output of selected results written during the analysis. Abaqus/CAE automatically requests that the default printed output for the current analysis procedure be generated at the end of each step; you cannot use Abaqus/CAE to exert any additional control over the contents of the data file.
The message file (job_name.msg)
The message file contains diagnostic or informative messages about the progress of the solution. You can control the diagnostic information that is output to the message file using the Step module. For more information, see “Diagnostic printing,” Section 14.5.3.
The status file (job_name.sta)
The status file (job_name.sta) contains information about the progress of the analysis. In addition, you use the Step module to request that the value of a single degree of freedom at a single node be output to the status file. For more information, see “Degree of freedom monitor requests,” Section 14.5.4.
The results file (job_name.fil)
The results file contains selected results from the analysis in a format that can be read by other applications, such as postprocessing programs. A submodel analysis can read the global model results from either an output database or a results file. By default, an analysis from Abaqus/CAE does not create a results file. For more information, see “Submodeling,” Section 10.2 of the Abaqus Analysis User's Manual, and “Submodeling,” Section 21.9.
Note: The errors and warnings that Abaqus/Standard and Abaqus/Explicit write to the data, message, and status files while analyzing a job can be monitored by the Job module; for more information, see “Monitoring the progress of an analysis job,” Section 18.2.6.
The scratch output database file (job_name.ods)
The scratch output database file (job_name.ods) contains a “session step” in which field output variables that you create (by operating on either fields or frames) are saved. This file is deleted automatically when the original output database file (from which the field output originates) is closed or when the Abaqus/CAE session ends.
In most cases the files generated by Abaqus/CAE are written to the work directory. The work directory is the directory from which you started the Abaqus/CAE session unless you changed the directory by selecting FileSet Work Directory from the main menu bar. For more information, see “Setting the work directory,” Section 9.7.7.
'2FeRed`s 공돌이생활 > ABAQUS' 카테고리의 다른 글
[공학] 공학계산 및 해석의 Wall clock time (0) | 2009.05.19 |
---|---|
[아바쿠스] 파이썬 스크립팅 #.3 파이썬 기본구문 (0) | 2009.05.15 |
[아바쿠스] 파이썬 스크립팅 #.2 결과확인하기 (0) | 2009.05.15 |
[아바쿠스] 파이썬 스크립팅 #.4 파이썬 데이터 종류 (0) | 2009.05.15 |
[아바쿠스] 파이썬 스크립팅 #.5 시퀀스 (0) | 2009.03.21 |