output_stress_tensor{ }

Calling sequence

strain{ output_stress_tensor{ } }

Properties
  • using: \(\mathrm{\textcolor{Dandelion}{conditional}}\)

  • items: \(\mathrm{maximum\;1}\)

Dependencies
Functionality

output (symmetric) stress tensor : \(\ \sigma_{ij} = C_{ijkl}\ \varepsilon_{kl}\) [GPa]

Example
strain{
    output_stress_tensor{}
    pseudomorphic_strain{}
}

Nested keywords


crystal_system

Calling sequence

strain{ output_stress_tensor{ crystal_system } }

Properties
  • using: \(\mathrm{\textcolor{ForestGreen}{optional\;within\;the\;scope}}\)

  • type: \(\mathrm{choice}\)

  • choices: yes; no

  • default: no

Functionality

output stress tensor in crystal coordinate system

Example
strain{
    output_stress_tensor{
        crystal_system = yes
    }
    pseudomorphic_strain{}
}

simulation_system

Calling sequence

strain{ output_stress_tensor{ simulation_system } }

Properties
  • using: \(\mathrm{\textcolor{ForestGreen}{optional\;within\;the\;scope}}\)

  • type: \(\mathrm{choice}\)

  • choices: yes; no

  • default: yes

Functionality

output stress tensor in simulation coordinate system (useful if simulation coordinate system differs from crystal coordinate system)

Note

The ordering of the stress tensor components is: \(\sigma_{xx},\ \sigma_{yy},\ \sigma_{zz},\ \sigma_{xy},\ \sigma_{xz},\ \sigma_{yz}\)

Example
strain{
    output_stress_tensor{
        simulation_system = no
    }
    pseudomorphic_strain{}
}

boxes

Calling sequence

strain{ output_stress_tensor{ boxes } }

Properties
  • using: \(\mathrm{\textcolor{ForestGreen}{optional\;within\;the\;scope}}\)

  • type: \(\mathrm{choice}\)

  • choices: yes; no

  • default: no

Functionality

Example
strain{
    output_stress_tensor{
        boxes = yes
    }
    pseudomorphic_strain{}
}