DNSOL

DNSOL, NODE, Item, Comp, V1, V2, V3, V4, V5, V6, DataKey
Defines or modifies solution results at a node.

Valid Products: Pro | Premium | Enterprise | PrepPost | Solver | AS add-on

NODE

Node for which results are specified. If ALL, apply to all selected nodes (NSEL). If NODE = P, graphical picking is enabled and all remaining command fields are ignored (valid only in the GUI). A component name may also be substituted for NODE.

Item

Label identifying results, see Table 107: DNSOL - Valid Item and Component Labels. Some items also require a component label.

Comp

Component of the item. Valid component labels are shown Table 107: DNSOL - Valid Item and Component Labels below.

V1, V2, V3, . . . , V6

Value assigned to result. If zero, a zero value will be assigned. If blank, the value remains unchanged. Additional values (if any) assigned to the remaining components (in the order corresponding to the Comp list shown below for the specified Item (starting from the specified Comp label and proceeding to the right).

DataKey

Key to specify which data is modified:

AUTO

 — 

Nodal-averaged results are used if available. Otherwise, the element-based data is used if available. (Default)

ESOL

 — 

Only element-based results are used. If they are not available, the command is ignored.

NAR

 — 

Only nodal-averaged results are used. If they are not available, the command is ignored.

Notes

DNSOL can be used only with FULL graphics activated (/GRAPHICS,FULL); it will not work correctly with PowerGraphics activated.

DNSOL defines or modifies solution results in the database at a node. For example, DNSOL,35,U,X,.001,.002,.001 assigns values 0.001, 0.002, and 0.001 to UX, UY, and UZ (respectively) for node 35. All results that are changed in the database, including the nodal degree of freedom results, are available for all subsequent operations. All data is stored in the solution coordinate system but is displayed in the results coordinate system (RSYS). Use PRNSOL to list the current results.

Data input by DNSOL is stored in temporary space and does not replace information in the database. Therefore, data input by this command may be overwritten if a change is made to the selected set of nodes or if an output operation acts on a new Item.

Issuing DNSOL requires you to place the data type (stress/strain) in the element nodal records. To work around this requirement, use the DESOL command or equivalent path to add a dummy element stress/strain record.

Result items are available depending on element type; check the individual element for availability. Valid item and component labels for element results are shown in Table 107: DNSOL - Valid Item and Component Labels.

Using DNSOL with Nodal-Averaged Results

If nodal-averaged results (OUTRES,NAR or another nodal-averaged label) are in the database, then DNSOL acts on the nodal-averaged data for the applicable items (S, EPEL, EPPL, EPCR, EPTH, EPSW) by default. You can change this behavior via the DataKey argument.

DNSOL behavior differs when the command acts on nodal-averaged results. The nodal-averaged results that are defined or modified will be apparent in subsequent command operations (for example PRNSOL, PLNSOL) in both full model graphics mode (/GRAPHICS,FULL) and PowerGraphics mode (/GRAPHICS,POWER). The resultant data is stored in the global Cartesian coordinate system but is displayed in the results coordinate system (RSYS). DNSOL can only be applied to nodal-averaged results if they are already in the database; otherwise, the modifications are applied to the element-based solution in temporary memory. The modified nodal-averaged results are not saved to the results file automatically. To save separate records of modified nodal-averaged results, use LCWRITE, RAPPND, or RESWRITE.

DNSOL can only modify component values (Comp = X, Y, Z, XY, YZ, or XZ) for nodal-averaged results. If you attempt to modify principal values using DNSOL with DataKey = AUTO, then the modification is applied to element-based results if they are available.

Table 107: DNSOL - Valid Item and Component Labels

Valid Item and Component Labels for Nodal DOF Results
ItemCompDescription
UX, Y, ZX, Y, or Z structural displacement.
ROTX, Y, ZX, Y, or Z structural rotation.
TEMP[1] Temperature.
PRES Pressure.
VOLT Electric potential.
MAG Magnetic scalar potential.
VX, Y, ZX, Y, or Z fluid velocity.
AX, Y, ZX, Y, or Z magnetic vector potential.
CONC Concentration.

Valid Item and Component Labels for Area and Volume Element Results
ItemCompDescription
SX, Y, Z, XY, YZ, XZComponent stress. [2]
"1, 2, 3Principal stress. [3]
"INTStress intensity. [3]
"EQVEquivalent stress. [3]
EPELX, Y, Z, XY, YZ, XZComponent elastic strain. [2]
"1, 2, 3Principal elastic strain. [3]
"INTElastic strain intensity. [3]
"EQVElastic equivalent strain. [3]
EPTHX, Y, Z, XY, YZ, XZComponent thermal strain. [2]
"1, 2, 3Principal thermal strain. [3]
"INTThermal strain intensity. [3]
"EQVThermal equivalent strain. [3]
EPPLX, Y, Z, XY, YZ, XZComponent plastic strain. [2]
"1, 2, 3Principal plastic strain. [3]
"INTPlastic strain intensity. [3]
"EQVPlastic equivalent strain. [3]
EPCRX, Y, Z, XY, YZ, XZComponent creep strain. [2]
"1, 2, 3Principal creep strain. [3]
"INTCreep strain intensity. [3]
"EQVCreep equivalent strain. [3]
EPSW Swelling strain. [2]
NLSEPLEquivalent stress (from stress-strain curve).
"SRATStress state ratio.
"HPRESHydrostatic pressure.
"EPEQAccumulated equivalent plastic strain.
"CREQAccumulated equivalent creep strain.
"PSVPlastic state variable.
"PLWKPlastic work/volume.
SENDELASTICElastic strain energy density. (For viscoelastic materials, the stored energy.)
"PLASTICPlastic strain energy density.
"CREEPCreep strain energy density.
TGX, Y, Z, SUMComponent thermal gradient or vector sum.
TFX, Y, Z, SUMComponent thermal flux or vector sum.
PGX, Y, Z, SUMComponent pressure gradient or vector sum.
EFX, Y, Z, SUMComponent electric field or vector sum.
DX, Y, Z, SUMComponent electric flux density or vector sum.
HX, Y, Z, SUMComponent magnetic field intensity or vector sum.
BX, Y, Z, SUMComponent magnetic flux density or vector sum.
FMAGX, Y, Z, SUMComponent electromagnetic force or vector sum.
  1. For SHELL131 and SHELL132 elements with KEYOPT(3) = 0 or 1, use the labels TBOT, TE2, TE3, ..., TTOP instead of TEMP.

  2. For these component values, nodal-averaged results are modified if they are available in the results file and DataKey = AUTO or NAR.

  3. Modifying principal values of nodal-averaged results is not supported.

Menu Paths

Main Menu>General Postproc>Define/Modify>Nodal Results