https://mooseframework.inl.gov
OutputEulerAngles.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 "AuxKernel.h"
13 #include "EulerAngleProvider.h"
14 #include "GrainTracker.h"
15 
16 // Forward Declarations
17 class GrainTracker;
18 class EulerAngleProvider;
19 
24 {
25 public:
27 
29 
30 protected:
31  virtual Real computeValue();
32  virtual void precalculateValue();
33 
36 
39 
42 
45 };
virtual Real computeValue()
const EulerAngleProvider & _euler
Object providing the Euler angles.
virtual void precalculateValue()
MooseEnum _output_euler_angle
Number of grains.
Real _value
precalculated element value
OutputEulerAngles(const InputParameters &parameters)
Output euler angles from user object to an AuxVariable.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
static InputParameters validParams()
const InputParameters & parameters() const
Abstract base class for user objects that implement the Euler Angle provider interface.
const GrainTracker & _grain_tracker
Grain tracker object.