It is possible to define an initial stress state by using option /INISTA. This option uses an OUTPUT file (Runname_0000.sty) describing the structure of the model for which a file Runname_nnnn.sty defines a stress state. The files Runname_0000.sty and Runname_nnnn.sty can be built in a first computation (see ASCII Output File (STY-File)). They can also be written using an external program, with respect to their respective formats. As of RADIOSS V4.4, it is also possible to enter the initial stress values element by element in the Runname_0000.rad file, by using options /INISHE and /INISH3 for shells and 3-node shells and /INIBRI for solid elements. As of RADIOSS V9.0, it is also possible to write with RADIOSS Engine state files Runname_nnnn.sta for shells. Such a file will contain the geometry of selected parts (nodes coordinates and element connectivity), plus cards /INISHE and /INISH3 defining the stress, strain, and so on, of the shells and 3-node shells belonging to these parts. If the file is included in another input deck Runname_0000.rad, the state (geometry, stress, strain, and so on) of these parts will thus be retrieved (refer to /STATE in RADIOSS Engine Input). |
The model which is described in file Runname_0000.sty is not necessarily identical to the model which is defined in Runname_0000.rad file; but RADIOSS Starter will initialize the elements of the Runname_0000.rad that it will find in file Runname_0000.sty, with respect to their stress state in file Runname_nnnn.sty. The model which is described in file Runname_0000.sty can be a submodel of the model; which is defined in Runname_0000.rad, as well as it can partially overlap or totally include the model which is defined in Runname_0000.rad. Associating the data relative to elements and nodes standing in files Runname_0000.sty and Runname_nnnn.sty, to the elements and nodes of the Runname_0000.rad file is made according to the user identifiers of elements and nodes. The state corresponding to some element in STY-files is given to the element in file Runname_0000.rad which gets the same user ID. |
If the file Runname_0000.sty which describes the structure of the model whose Runname_nnnn.sty state file used in /INISTA is not in the working directory, the following error message is written: .. CONTROL VARIABLES PGFIO-F-209/OPEN/unit=14/'OLD' specified for file which does not exist. File name = CRA2_0000.sty In source file /radiossb/v41/start/Bug41v/lectur1/contrl.F, at line number 894 If the initial state file Runname_nnnn.sty is right justified in /INISTA, the following message is written: ** ERROR IN FILE UNKNOWN TROUBLE WITH S0FILE: Runname_nnnn.sty The name of this file in /INISTA must be left justified. |
For searching the value of some field – for instance, the plastic strain EPSP – corresponding to a shell element whose user identifier is known: Look for the element user identifier in column USRSHEL of block /SHELL of Runname_0000.sty file. The number written at the same line in column SYSSHEL gives the Index where the field value is written in file Runname_nnnn.sty. The same user identifier can be used to find the element in post-processors.
|