https://mooseframework.inl.gov
ComputeUpdatedEulerAngle.h
Go to the documentation of this file.
1 //* This file is part of the MOOSE framework
2 //* https://mooseframework.inl.gov
3 //*
4 //* All rights reserved, see COPYRIGHT for full restrictions
5 //* https://github.com/idaholab/moose/blob/master/COPYRIGHT
6 //*
7 //* Licensed under LGPL 2.1, please see LICENSE for details
8 //* https://www.gnu.org/licenses/lgpl-2.1.html
9 
10 #pragma once
11 
12 #include "Material.h"
13 #include "EulerAngles.h"
14 
16 {
17 public:
19 
21 
22  void initQpStatefulProperties() override;
23  void computeQpProperties() override;
24 
25 private:
27  RealVectorValue & euler_angle);
28 
29  // updated rotation tensor
31  // updated euler angle that is computed in thie class
33 };
const MaterialProperty< RankTwoTensor > & _updated_rotation
MaterialProperty< RealVectorValue > & _updated_euler_angle
ComputeUpdatedEulerAngle(const InputParameters &parameters)
const InputParameters & parameters() const
void computeEulerAngleFromRotationMatrix(const RankTwoTensor &rot, RealVectorValue &euler_angle)
static InputParameters validParams()