https://mooseframework.inl.gov
Loading...
Searching...
No Matches
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
17class GrainTracker;
19
24{
25public:
27
29
30protected:
31 virtual Real computeValue();
32 virtual void precalculateValue();
33
36
39
42
44 Real _value;
45};
Abstract base class for user objects that implement the Euler Angle provider interface.
const InputParameters & parameters() const
Output euler angles from user object to an AuxVariable.
Real _value
precalculated element value
virtual void precalculateValue()
static InputParameters validParams()
virtual Real computeValue()
const EulerAngleProvider & _euler
Object providing the Euler angles.
const GrainTracker & _grain_tracker
Grain tracker object.
MooseEnum _output_euler_angle
Number of grains.