$domain-coordinates-defaults

Specify axis for growth direction with respect to simulation coordinate system.

$domain-coordinates-defaults                         required
 numbers-per-axis                  integer           required
 growth-coordinate-axis            integer_array     required
 axes-possible                     integer_array     required
$end_domain-coordinates-defaults                     required

Define the possible values for growth-coordinate-axis in keyword $domain-coordinates. They are only relevant for

strain-calculation = homogeneous-strain

or

strain-calculation = hydrostatic-strain

Right now, the values specified here are essentially not relevant because growth-coordinate-axis is now required in the input file if it is necessary for the strain model used.

Example

!-------------------------------------!
$domain-coordinates-defaults          !
 numbers-per-axis       = 3           ! only 3 numbers can be specified
 growth-coordinate-axis = 0  0  1     ! along z axis (default)
 axes-possible          = 0  0  1     ! along z axis (default)
                          0  1  0     ! along y axis
                          1  0  0     ! along x axis
$end_domain-coordinates-defaults      !
!-------------------------------------!