output_force_density{ }

Calling sequence

strain{ output_force_density{ } }

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

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

Dependencies
Functionality

output force density vector field \(f_i\) [nN/nm3] (at moment output may be not fully correct; not tested sufficiently)

Example
strain{
    output_force_density{}
    pseudomorphic_strain{}
}

Nested keywords


crystal_system

Calling sequence

strain{ output_force_density{ crystal_system } }

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

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

  • choices: yes; no

  • default: no

Functionality

output force density vector field in crystal coordinate system

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

simulation_system

Calling sequence

strain{ output_force_density{ simulation_system } }

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

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

  • choices: yes; no

  • default: yes

Functionality

output force density vector field in simulation coordinate system

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