大学生a级毛片免费视频_亚洲精品www久久久久久广东_嫩草国产_国产资源一区二区三区_av一二三区_97日韩精品

ABAQUS[二次開發]Umat等各類型子程序安裝詳細過程

2016-06-06  by:CAE仿真在線  來源:互聯網

下面只是測試、調試環境需要

而對于如果有經驗的人,實際上,只要一個abaqus和一個文本編輯器就可以,vs 和 Fortran Compiler 并非 是必要的

如下開發環境開發環境,只是拉開一個架子,實際上不一定都需要。僅供參考!


abaqus用戶子程序安裝
1.XP系統和Windows7 (32)均適用
2.需要安裝的軟件(3種軟件):
Microsoft Visual studio 2008(英文版)+ Intel(R)Fortran Compiler Professional 11.1.038 + Abaqus 6.10-1
3.安裝順序:
① MicrosoftVisual studio 2008(英文版)+ Intel(R) Fortran Compiler Professional11.1.038 + Abaqus 6.10-1
② Abaqus6.10-1 + Microsoft Visual studio 2008(英文版)+ Intel(R) Fortran Compiler Professional11.1.038
說明:1.以上兩種安裝順序均可。
2.我的Abaqus 6.10-1和Microsoft Visual studio 2008(英文版)安裝在D盤,Intel(R) FortranCompiler Professional 11.1.038默認安裝在C盤。
4. abaqusfortran成功鏈接方法:
尋找兩個.bat 文件所在位置:
(Ⅰ)Abaqus 6.10-1的.bat 文件路徑查找:開始→所有程序→Abaqus 6.10-1→Abaqus Verification(右鍵) →屬性:在屬性中選擇“快捷方式”,目標(T)中的內容(我的計算機)為:D:\SIMULIA\Abaqus\Commands\abq6101.bat-verify-all-log &&notepad.exe verify.log || notepad.exe verify.log
file:///C:/Users/ADMINI~1/AppData/Local/Temp/msohtml1/01/clip_image002.jpg
(Ⅱ)Intel(R) FortranCompiler Professional 11.1.038的.bat 文件路徑查找:開始→所有程序→Intel(R) Software Development Tools→Intel(R) Visual Fortran Compiler Professional 11.1.038→Fortran Build Environment for applications running onIA-32 ,(右鍵) →屬性:在屬性中選擇“快捷方式”,目標(T)中的內容(我的計算機)為:
D:\Windows\System32\cmd.exe/E:ON/V:ON/K”” C: \ Program Files \Intel\Compiler\\11.1\038\bin\iforvars.bat”ia32”
file:///C:/Users/ADMINI~1/AppData/Local/Temp/msohtml1/01/clip_image004.jpg
file:///C:/Users/ADMINI~1/AppData/Local/Temp/msohtml1/01/clip_image006.jpg
②找到兩個.bat 文件并編輯打開看里面的內容:
(Ⅰ)Abaqus6.10-1的.bat文件路徑為:D:\SIMULIA\Abaqus\Commands\abq6101.bat
file:///C:/Users/ADMINI~1/AppData/Local/Temp/msohtml1/01/clip_image008.jpg,右鍵編輯打開file:///C:/Users/ADMINI~1/AppData/Local/Temp/msohtml1/01/clip_image010.jpg,里面的內容為:
@echo off
"D:\SIMULIA\Abaqus\6.10-1\exec\abq6101.exe"%*
(Ⅱ)Intel(R)Fortran Compiler Professional 11.1.038的.bat 文件路徑為:
C: \ Program Files \Intel\Compiler\\11.1\038\bin\ia32\iforvars_ia32.bat
file:///C:/Users/ADMINI~1/AppData/Local/Temp/msohtml1/01/clip_image012.jpg右鍵編輯打開file:///C:/Users/ADMINI~1/AppData/Local/Temp/msohtml1/01/clip_image014.jpg,里面的內容為:
@echo off
Rem
Rem Copyright  (C) 1985-2009 Intel Corporation. All rightsreserved.
Rem
Rem The informationand source code contained herein is the exclusive property
Rem of IntelCorporation and may not be disclosed, examined, or reproduced in
Rem whole or inpart without explicit written authorization from the Company.
Rem
Rem Intel(R) VisualFortran Compiler Professional Build Environment for applications running onIA-32
echo.
echo Intel(R)Visual Fortran Compiler Professional for applications running on IA-32, Version11.1.038
echo Copyright (C)1985-2009 Intel Corporation. All rights reserved.
echo.
if {%1} EQU{vs2008} (
  @call "D:\Program Files\Microsoft VisualStudio 9.0\Common7\Tools\vsvars32.bat"
) else (
if {%1} EQU{vs2005} (
@call echo.
  ) else (
@call "D:\Program Files\MicrosoftVisual Studio 9.0\Common7\Tools\vsvars32.bat"
  )
)
title Intel(R)Visual Fortran Compiler Professional for applications running on IA-32, Version11.1.038 build environment
echo.
SETIFORT_COMPILER11=C:\Program Files\Intel\Compiler\11.1\038
SETINTEL_LICENSE_FILE=C:\Program Files\Common Files\Intel\Licenses
SET PATH=%IFORT_COMPILER11%\Bin\ia32;%PATH%
SET LIB=%IFORT_COMPILER11%\Lib\ia32;%LIB%
SETINCLUDE=%IFORT_COMPILER11%\Include;%IFORT_COMPILER11%\Include\ia32;%INCLUDE%
③將ifortvars_intel64.bat文件內容復制粘貼到abaq6101.bat文件開頭。如下:
@echo off
Rem
Rem Copyright  (C) 1985-2009 Intel Corporation. All rightsreserved.
Rem
Rem The informationand source code contained herein is the exclusive property
Rem of IntelCorporation and may not be disclosed, examined, or reproduced in
Rem whole or inpart without explicit written authorization from the Company.
Rem
Rem Intel(R) VisualFortran Compiler Professional Build Environment for applications running onIA-32
echo.
echo Intel(R)Visual Fortran Compiler Professional for applications running on IA-32, Version11.1.038
echo Copyright (C)1985-2009 Intel Corporation. All rights reserved.
echo.
if {%1} EQU{vs2008} (
  @call "D:\Program Files\Microsoft VisualStudio 9.0\Common7\Tools\vsvars32.bat"
) else (
if {%1} EQU{vs2005} (
@call echo.
  ) else (
@call "D:\Program Files\MicrosoftVisual Studio 9.0\Common7\Tools\vsvars32.bat"
  )
)
title Intel(R)Visual Fortran Compiler Professional for applications running on IA-32, Version11.1.038 build environment
echo.
SETIFORT_COMPILER11=C:\Program Files\Intel\Compiler\11.1\038
SETINTEL_LICENSE_FILE=C:\Program Files\Common Files\Intel\Licenses
SET PATH=%IFORT_COMPILER11%\Bin\ia32;%PATH%
SET LIB=%IFORT_COMPILER11%\Lib\ia32;%LIB%
SETINCLUDE=%IFORT_COMPILER11%\Include;%IFORT_COMPILER11%\Include\ia32;%INCLUDE%
@echo off
"D:\SIMULIA\Abaqus\6.10-1\exec\abq6101.exe"%*
④驗證子程序是否安裝成功:開始→所有程序→Abaqus6.10-1AbaqusVerification(雙擊),我的結果為:
Abaqus Product Install Verification...
Wed Mar 5 11:05:58 2014
Running system requirement checks.
Requirement: Windows Server 2003, Windows XP, Windows Vista, or Windows 7
Product: All Abaqus Products
Status:   Pass - Found Microsoft Windows XPProfessional Service Pack
3 (Build 2600) (x86).
Requirement: Microsoft Visual C++ 9.0 (2008), or 10.0(2010)
Product:  Abaqus make utility with C++
Status:  Pass - Found MicrosoftVisual C++ 9.0.21022.8
Requirement: Intel Fortran Compiler 10.1 or 11.1
Product:  Abaqus make utility with Fortran andAbaqus with user
subroutines
Status:   Pass - Found Intel Fortran Compiler 11.1Build 20090624
Package ID w_cprof_p_11.1.038.
Requirement: HP-MPI 01.01.00.00
Product:  Abaqus analyses using MPI-basedparallelization and
Abaqus/CFD
Status:   Fail - Unable to locate a supportedMPI implementation on
this system. For moreinformation on the MPI-based parallel
functionality, see the section'Parallel processing modes in
Abaqus' in the Abaqus AnalysisUser's Manual.
Requirement: Internet Explorer 6.0 or 7.0 or 8.0,Firefox 2.0 or 3.0 or
3.5, or greater
Product:  Abaqus Documentation
Status:   Pass - Found Internet Explorer8.0.6001.18702
Making D:\Temp\verify. All verificationfiles will reside in this directory.
-----------------------------------------------------------------------------
Abaqus/Standard
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/Standard with user subroutines
   ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/Explicit (single precision)
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/Explicit (double precision)
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/Explicit with user subroutines(single precision)
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/Explicit with user subroutines(double precision)
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/Viewer
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/CAE
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Geometry Translator for CATIA V4
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Geometry Translator for CATIA V5
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Direct Geometry Import for CATIA V5
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Geometry Translator for I-DEAS
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Geometry Translator for Parasolid
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Geometry Translator for Pro/ENGINEER
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
SolidWorks Associative Interface
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/AMS
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus Interface for MSC.ADAMS
   ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/Standard parametric studies
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/Explicit parametric studies
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/Design
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus Interface for Moldflow
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus make utility with Fortran
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus make utility with C++
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus make utility with object code
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus scripting interface
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus analyses using parallelization
  Running thread-based parallel with 2 cpu(s)
  Abaqus/Explicit domain-level parallel
  ...PASS
  Abaqus/Standard direct solver
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/Foundation
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus noGUI (CAE/Viewer)
  ...PASS
  Continuing...
-----------------------------------------------------------------------------
Abaqus/CFD
  ...INFORMATION
  System requires were not met. Verification
  procedure will be skipped
  Continuing...
-----------------------------------------------------------------------------
Clean-up...
Verification directory D:\Temp\verify hasbeen deleted.

開放分享:優質有限元技術文章,助你自學成才

相關標簽搜索:ABAQUS[二次開發]Umat等各類型子程序安裝詳細過程 ABAQUS[二次開發] umat開發環境 abaqus分析培訓 abaqus技術教程 abaqus巖土分析 鋼筋混凝土仿真 abaqus分析理論 abaqus軟件下載 abaqus umat用戶子程序編程 Abaqus代做 Abaqus基礎知識 Fluent、CFX流體分析 

編輯
在線報名:
  • 客服在線請直接聯系我們的客服,您也可以通過下面的方式進行在線報名,我們會及時給您回復電話,謝謝!
驗證碼

全國服務熱線

1358-032-9919

廣州公司:
廣州市環市中路306號金鷹大廈3800
電話:13580329919
          135-8032-9919
培訓QQ咨詢:點擊咨詢 點擊咨詢
項目QQ咨詢:點擊咨詢
email:kf@1cae.com




主站蜘蛛池模板: 国产中文| 国产一区二区久久 | 国产精品99久久 | 国产精品成人在线 | 成人亚洲精品 | 欧美视频二区 | 欧美黑人一级爽快片淫片高清 | 亚洲一区二区三区在线免费观看 | 欧美久久久久久久久久久久久久 | 国产一区二区精品 | 亚洲伦理电影 | 国产精品成人一区二区三区夜夜夜 | a在线观看免费视频 | 成人片免费看 | 午夜精品福利在线观看 | 久久视频免费 | 黄色mm视频 | 欧美成人精品一区二区三区在线看 | 羞羞网站在线 | 午夜视频精品 | 毛片黄片免费观看 | 蜜桃精品在线观看 | 精品小视频 | 人人人人澡人人爽人人澡 | 亚洲综合射 | 国产一级一级特黄女人精品毛片 | 操av在线 | 一区二区三区在线不卡 | 国产伦精品一区二区三区四区视频 | 99中文字幕 | 亚洲精品视频一区二区三区 | 欧美日韩精品在线观看 | 日韩成人精品 | 国产精品视频久久 | 欧美男人的天堂 | 91在线视频播放 | 亚洲成人免费影院 | 亚洲免费国产 | 国产精品毛片久久久久久久 | 日本欧美在线观看 | 亚洲欧美日韩精品 |