ANSYS SDK 难得资料!

合集下载
相关主题
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

Building Your Application

The first decision that you must make is whether your application resides within the Workbench environment or will call Workbench functionality from another process, typically an HTML web page. It is suggested that you build your application within the Workbench environment. The majority of the discussion in this document will be about how to build graphical user interfaces (GUI) and other important issues within Workbench.

To learn how to build an application from within an HTML page please see Building an Application Outside of the Workbench SDK.

See Building an Application Inside of the Workbench SDK to learn how to build your GUI and use other tools within the Workbench environment.

If you prefer to use Simulation as a fully-functional starting point for your custom application, see Building an Application by Customizing Simulation.

If you are using Workbench, you are most likely building Finite Element (FE) applications. See Using the Workbench SDK Objects for information needed to build your application.

Workbench offers a full suit of tools to help you build your FE application. The following is a typical order of steps you will follow to build your application.

∙Attaching to geometry - You may use the Part Manager (PM) to attach geometry from a CAD program.

∙Simulation (DS) objects - At this point you can start using the DS objects to ask the user what kind of analysis to run, the loads and

boundary conditions to use and what to solve for. The following objects are at your disposal:

o Assign the attach geometry to your application. This method also initiates a minimum DS tree structure for your use.

o Assigning material properties from an existing material database.

o Meshing the model, including mesh controls and automatic contact generation for an assembly.

o A rich suite of loads and boundary conditions.

o A rich suite of solution results.

∙As you include these different items you are also building a tree structure of DS objects. It is important for you to understand this

hierarchy in order to correctly use these objects.

∙Another option is open an existing Simulation database file. Here you should have an already filled tree structure at your disposal.

∙If you are using the DS objects, you also have automatically a save mechanism for your data. If you are expanding beyond the DS

capability it is your responsibility to know how to save it.

∙You are now ready to solve the model using the ANSYS solver. You have two options. You can either use the DS solver object if you are just using the DS objects or define your own template and use the full

ANSYS solver.

∙You are now ready to review the solution results.

相关文档
最新文档