This record will be filled with labels of the unknowns in the correct order. This information is required for understanding records like node_dof etc. The sequential order for the primary unknowns will match the order in which they are specified in the initialization part.
The total list of possible unknown labels is: -dam damage, -dens density, -ener material strain energy, -epexx -strain elastic, -epexy, -epexz, -epeyy, -epeyz, -epezz, -eppxx -strain plastic, -eppxy, -eppxz, -eppyy, -eppyz, -eppzz, -eptxx -strain total, -eptxy, -eptxz, -eptyy, -eptyz, -eptzz, -eppsize size of plastic strains, -gvelx ground water velocity in -direction, -gvely, -gvelz. -hisv0, -hisv1, ..., material history variables, -kap plastic isotropic hardening parameter kappa, -pres hydraulic pressure head, -res residue unknown, -rhoxx plastic kinematic hardening, -rhoxy, -rhoxz, -rhoyy, -rhoyz, -rhozz, -scal scalar, -temp temperature, -f plasticity yield rule, -fn nonlocal plasticity yield rule, -fscal time derivative of scalar, -sigxx -stress, -sigxy, -sigxz, -sigyy, -sigyz, -sigzz, -1msigxx -stress in first maxwell chain, -1msigxy, -1msigxz, -1msigyy, -1msigyz, -1msigzz, -velx velocity in -direction, -vely, -velz, -velix integrated velocity in -direction, -veliy, -veliz, -void material void fraction. -work material second order work. Furthermore, -xvelx denotes the spatial -derivative of -velx in -direction, etc.. Finally, -tvelx denotes the first time derivative of -velx, etc.. The time derivative and the space derivatives are only calculated if derivatives is included in the initialization part.
By example, the following might be seen after a print of the database
echo -yes
number_of_space_dimensions 2
derivatives
condif_temperature
end_initia
...
dof_label -temp -xtemp -ytemp -ttemp
...
Or, by example, the following might be seen after a print of the database
echo -yes
number_of_space_dimensions 2
condif_temperature
end_initia
...
dof_label -temp
...