output_hydrostatic_strain{ }

Calling sequence

strain{ output_hydrostatic_strain{ } }

Properties

  • usage: \(\mathrm{\textcolor{Dandelion}{conditional}}\)

  • items: maximum 1

Dependencies

Functionality

prints out the hydrostatic strain, i.e. the trace of the strain tensor \(\mathrm{Tr}[\varepsilon_{ij}] = \varepsilon_{xx} + \varepsilon_{yy} + \varepsilon_{zz}\) [dimensionless]

Example

strain{
    output_hydrostatic_strain{}
    pseudomorphic_strain{}
}

Nested keywords


boxes

Calling sequence

strain{ output_hydrostatic_strain{ boxes } }

Properties

  • usage: \(\mathrm{\textcolor{ForestGreen}{optional}}\)

  • type: choice

  • values: yes or no

  • default: no

Functionality

Example

strain{
    output_hydrostatic_strain{
        boxes = yes
    }
    pseudomorphic_strain{}
}