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


Your Ad Here

INISTATE, Action, par1, par2, par3, par4, par5, par6, par7, par8, par9

Defines initial state data and parameters.

MP ME ST PR PRN <> <> <> <> <> <> PP <>

Action

Specifies action for defining or manipulating initial state data:

SET
 — 

Use Action = SET to designate initial state coordinate system, data type and material type parameters. See "Command Specification for Action = SET".

DEFINE
 — 

Use Action = DEFINE to specify the actual stress or strain values, and the corresponding element, integration point or layer information. See "Command Specifications for Action = DEFINE".

WRITE
 — 

Use Action = WRITE to write the initial state values to a file when the SOLVE command is issued. See "Command Specifications for Action = WRITE".

READ
 — 

Use Action = READ to read the initial state values from a file. See "Command Specifications for Action = READ".

LIST
 — 

Use Action = LIST to read out the initial state data. See "Command Specifications for Action = LIST".

DELETE
 — 

Use Action = DELE to delete initial state data from a selected set of elements. See "Command Specifications for Action = DELETE"

Command Specification for Action = SET

INISTATE, SET, par1, par2

par1 = par2 =
CSYS

Coordinate System Type. par2 will be an integer corresponding to the coordinate system:

-2 = Element Coordinate System
-1 = Material Coordinate System
0 = Global Cartesian Coordinate System
0 - 10 = Any ANSYS defined coordinate system.
>/= 11 = Any user defined coordinate system ID.
DTYP

Data Type. par2 will be the type of data that will be set on the subsequent INISTATE,DEFIne command:

STRE = Stress data (default)
MATMaterial Type. par2 will be the material ID. Using par2 = -1 will disable material-based initial state and enable Integration Point based Initial state data.

Notes

Action = Set is used to specify and modify the environment into which you will define the initial state data by issuing a subsequent INISTATE,DEFINE command. If no Action = SET command is issued, subsequent INISTATE,DEFINE data will be input as initial stress data in the global Cartesian Coordinate System.

Command Specifications for Action = DEFINE

INISTATE, DEFINE, Elid, Eint, Klayer, Parmint, Sx, Sy, Sz, Sxy, Syz, Sxz

Elid --

Element ID number. If (blank), defaults to current element selection.

Eint --

Gauss integration point (defaults to “ALL”). Not valid for material-based initial state data.

Klayer --

Layer number (for layered solid/shell elements) or cell number for beam elements. Blank for non-layered, non-beam, elements, and not valid (ignored) for material-based initial state data.

ParmInt --

Section integration point within a layer, or cell integration point for beams (typically 4 integration points, defaults to “ALL”). Not valid for material-based initial state data.

Sx, Sy, Sz, Sxy, Syz, Sxz --

Stress values

Notes

You can repeat the INISTATE command to define multiple sets of initial state values. Initial state data can be specified according to elements, layers or integration points.

When the initial state parameters are being defined according to the material, (INISTATE, SET, MAT, MATID) ELID designates the element number and all subsequent values are ignored. See Initial State Loading in the Basic Analysis Guide for more information on implementing initial state values.

Command Specifications for Action = WRITE

INISTATE, WRITE, flag, , , , CSID

flag --

Set flag to 1 to generate initial stress file, and 0 to disable initial stress file generation.

CSID --

CSID determines the coordinate system to write initial stress:

0 (default)

Write in Global Cartesian Coordinate System for solid elements.

-1 (or MAT)

Write in Material Coordinate System

-2 (or ELEM)

Write in Element Coordinate System for link, beam, and layered elements.

Notes

Default is 0 for solid elements and -2 for link, beam, and shell elements.

Command Specifications for Action = READ

INISTATE, READ, fname, ext, path

Read initial state data from a file of a specified name, located in a specified path.

Notes

You can use the READ function to apply complex sets of initial state data to various elements, cells, layers, sections and integration points. See Initial State Loading in the Basic Analysis Guide for additional information.

Command Specifications for Action = LIST

INISTATE, LIST, ELID

Lists initial state data for elements with ID = ELID. If ELID is blank, all initial state data for all selected elements will be listed.

Command Specifications for Action = DELETE

INISTATE, DELE, ELID

Deletes initial state data for elements with ID = ELID. If ELID is blank, all initial state data for all selected elements will be deleted.

Menu Paths

This command cannot be accessed from a menu.
Your Ad Here
??