Rotation Convention in Documentation for ComputeElasticityTensorCP #32447
-
|
This issue (idaholab/salamander#130) was created in SALAMANDER by @dannypanduro with a question regarding the naming convention in the ComputeElasticityTensorCP Documentation. I am reproducing below since this is a question about MOOSE's solid mechanics module.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
@sapitts @jiangwen84 do you know? |
Beta Was this translation helpful? Give feedback.
Certainly the many, and sometimes conflicting, definitions of Euler angles across different fields complicate the use of the Euler angles. For this, and other numerical stability reasons, other codes use Rodrigues or modified Rodrigues formulations.
In this documentation, we use the nomenclature 'active rotation' to ensure consistency with the MOOSE parent class documentation, https://mooseframework.inl.gov/source/materials/ComputeElasticityTensor.html , which uses the 'passive' designation. The key point is how the equations are implemented in the code, which does use the transpose as you have noted.
Hope this helps!