Template as the Target System

www.kxcad.net Home > CAE Index > ANSYS Index > Release 11.0 Documentation for ANSYS Workbench


Your Ad Here

When Template is used as the target system, you are prompted to open a customized template that you have created. A customized template allows you to control the order in which FE data is written out. In addition you can also intersperse commands with a template that are not supported by FE Modeler to perform advanced modeling or provide analysis controls.

Shown below are the commands contained in the Workbench provided default template for each of the supported target systems that you will use as the basis for a customize template. In addition, samples of the template are provided.

Commands to Include in TemplateSupported TargetsSupported Data
@ElementType@ANSYSElement type definitions.
@MeshNodes @ANSYS, ABAQUS, NASTRANNode definitions including rotations.
@MeshElements@ANSYS, ABAQUS, NASTRANElement definitions (element type, material ID, property ID, element connectivity).
@MaterialProperties@ANSYS, ABAQUS, NASTRANMaterial property definitions.
@Components@ANSYSElement, Node and Face component definitions.
@InterfaceRegions@ANSYSDefinition of contact regions and contact properties.
@Loads@ANSYSNodal forces and surface pressures.
@BoundaryConditions@ANSYSSpecified displacement boundary conditions.
@PhysicalProperties@ANSYSReal constant and Section definitions.

Note

Not all entities imported into FE Modeler can be exported to all of the available systems.

Sample Templates

ANSYS as the target system

<WBTEMPLATE>
!HEADING
! File created at @TimeStamp@
!
! This template extracts the FEModeler mesh in a format
! compatible with ANSYS input
!
@MeshNodes@
!
@MeshElements@
!
@ElelemntType@
!
@MaterialProperties@
!
@Components@
! 
@InterfaceRegions@
!
@Loads@
!
@BoundaryConditions@
!
@PhysicalProperties@
!

NASTRAN as the target system.

<WBTEMPLATE TARGET=NASTRAN>
$
$
$ File created at @TimeStamp@
$
$ This template extracts the FEModeler mesh in a format
$ compatible with NASTRAN input.
$
BEGIN BULK
$
$ MATERIAL PROPERTIES
$
@MaterialProperties@
$
$ MESH NODES
$
@MeshNodes@
$
$ MESH ELEMENTS
$
@MeshElements@
$
$
ENDDATA

ABAQUS as the target system.

<WBTEMPLATE TARGET=ABAQUS>
*HEADING
** File created at @TimeStamp@
**
** This template extracts the FEModeler mesh in a format
** compatible with ABAQUS input
**
@MeshNodes@
**
@MeshElements@
**
@MaterialProperties@
**

Sample templates are provided to perform a large deflection analysis using ANSYS, NASTRAN or ABAQUS.

Your Ad Here