output_hydrostatic_strain{ }

Calling sequence

strain{ output_hydrostatic_strain{ } }

Properties

  • usage: conditional

  • items: maximum 1

Dependencies

Functionality

prints out the hydrostatic strain, i.e. the trace of the strain tensor Tr[εij]=εxx+εyy+εzz [dimensionless]

Note

The hydrostatic strain output is in percent (This is different compared to nextnano³.)

Example

strain{
    output_hydrostatic_strain{}
    pseudomorphic_strain{}
}

Nested keywords


boxes

Calling sequence

strain{ output_hydrostatic_strain{ boxes } }

Properties

  • usage: optional

  • type: choice

  • values: yes or no

  • default: no

Functionality

Example

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